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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlocks.c384 /* Remove waiter from blocker's block list.
385 * When blocker ends up pointing to itself then the list is empty.
403 /* Insert waiter into blocker's block list.
408 static void locks_insert_block(struct file_lock *blocker, argument
412 list_add_tail(&waiter->fl_block, &blocker->fl_block);
413 waiter->fl_next = blocker;
414 if (IS_POSIX(blocker))
418 /* Wake up processes blocked waiting for blocker.
422 static void locks_wake_up_blocks(struct file_lock *blocker) argument
424 while (!list_empty(&blocker
541 locks_block_on_timeout(struct file_lock *blocker, struct file_lock *waiter, int time) argument
[all...]

Completed in 48 milliseconds