HomeSort by: relevance | last modified time | path
    Searched defs:wl_lock_count (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
vfs_wapbl.c 126 unsigned wl_lock_count; /* m: Count of transactions in progress */ member in struct:wapbl
1217 lockcount = wl->wl_lock_count;
1245 wl->wl_lock_count++;
1281 KASSERT(wl->wl_lock_count > 0);
1282 wl->wl_lock_count--;
vfs_wapbl.c 126 unsigned wl_lock_count; /* m: Count of transactions in progress */ member in struct:wapbl
1217 lockcount = wl->wl_lock_count;
1245 wl->wl_lock_count++;
1281 KASSERT(wl->wl_lock_count > 0);
1282 wl->wl_lock_count--;
vfs_wapbl.c 126 unsigned wl_lock_count; /* m: Count of transactions in progress */ member in struct:wapbl
1217 lockcount = wl->wl_lock_count;
1245 wl->wl_lock_count++;
1281 KASSERT(wl->wl_lock_count > 0);
1282 wl->wl_lock_count--;

Completed in 179 milliseconds