Home
last modified time | relevance | path

Searched refs:tlock (Results 1 – 1 of 1) sorted by relevance

/xen/tools/xenstore/
A Dtdb.c1156 for (; tlock->hash < tdb->header.hash_size; tlock->hash++) {
1186 if (!tlock->off && tlock->hash != 0) {
1189 for (;tlock->hash < tdb->header.hash_size;tlock->hash++) {
1209 if (!tlock->off) {
1211 &tlock->off) == -1)
1223 tlock->off = rec->next;
1227 while( tlock->off) {
1242 return tlock->off;
1246 current = tlock->off;
1247 tlock->off = rec->next;
[all …]

Completed in 6 milliseconds