wait_bit_key       27 fs/cachefiles/rdwr.c 	struct wait_bit_key *key = _key;
wait_bit_key     1951 fs/cifs/inode.c cifs_wait_bit_killable(struct wait_bit_key *key, int mode)
wait_bit_key       84 fs/nfs/inode.c int nfs_wait_bit_killable(struct wait_bit_key *key, int mode)
wait_bit_key      385 fs/nfs/internal.h extern int nfs_wait_bit_killable(struct wait_bit_key *key, int mode);
wait_bit_key       17 include/linux/wait_bit.h 	struct wait_bit_key	key;
wait_bit_key       24 include/linux/wait_bit.h typedef int wait_bit_action_f(struct wait_bit_key *key, int mode);
wait_bit_key       49 include/linux/wait_bit.h extern int bit_wait(struct wait_bit_key *key, int mode);
wait_bit_key       50 include/linux/wait_bit.h extern int bit_wait_io(struct wait_bit_key *key, int mode);
wait_bit_key       51 include/linux/wait_bit.h extern int bit_wait_timeout(struct wait_bit_key *key, int mode);
wait_bit_key       52 include/linux/wait_bit.h extern int bit_wait_io_timeout(struct wait_bit_key *key, int mode);
wait_bit_key       23 kernel/sched/wait_bit.c 	struct wait_bit_key *key = arg;
wait_bit_key      123 kernel/sched/wait_bit.c 	struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit);
wait_bit_key      163 kernel/sched/wait_bit.c 	struct wait_bit_key *key = arg;
wait_bit_key      196 kernel/sched/wait_bit.c __sched int bit_wait(struct wait_bit_key *word, int mode)
wait_bit_key      206 kernel/sched/wait_bit.c __sched int bit_wait_io(struct wait_bit_key *word, int mode)
wait_bit_key      216 kernel/sched/wait_bit.c __sched int bit_wait_timeout(struct wait_bit_key *word, int mode)
wait_bit_key      230 kernel/sched/wait_bit.c __sched int bit_wait_io_timeout(struct wait_bit_key *word, int mode)
wait_bit_key      286 net/sunrpc/sched.c static int rpc_wait_bit_killable(struct wait_bit_key *key, int mode)
wait_bit_key      322 net/sunrpc/sched.c 	struct wait_bit_key k = __WAIT_BIT_KEY_INITIALIZER(m, RPC_TASK_ACTIVE);