Searched refs:nlm_blocked (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dclntlock.c45 static struct nlm_wait * nlm_blocked; variable in typeref:struct:nlm_wait
61 block.b_next = nlm_blocked;
62 nlm_blocked = █
77 for (head = &nlm_blocked; *head; head = &(*head)->b_next) {
111 for (block = nlm_blocked; block; block = block->b_next) {
234 for (block = nlm_blocked; block; block = block->b_next) {
H A Dsvclock.c50 static struct nlm_block * nlm_blocked; variable in typeref:struct:nlm_block
63 bp = &nlm_blocked;
89 for (bp = &nlm_blocked; (b = *bp); bp = &b->b_next) {
114 for (head = &nlm_blocked; (block = *head); head = &block->b_next) {
150 for (block = nlm_blocked; block; block = block->b_next) {
152 nlm_blocked, block);
467 * the block to the head of nlm_blocked where it can be picked up by lockd.
476 for (bp = &nlm_blocked; (block = *bp); bp = &block->b_next) {
565 * better not sleep. Therefore, we put the blocked lock on the nlm_blocked
652 nlm_blocked,
[all...]

Completed in 36 milliseconds