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

/linux-4.1.27/kernel/sched/
H A Dwait.c368 struct wait_bit_key *key = arg; wake_bit_function()
457 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); __wake_up_bit()
513 struct wait_bit_key *key = arg; wake_atomic_t_function()
584 __sched int bit_wait(struct wait_bit_key *word) bit_wait()
593 __sched int bit_wait_io(struct wait_bit_key *word) bit_wait_io()
602 __sched int bit_wait_timeout(struct wait_bit_key *word) bit_wait_timeout()
614 __sched int bit_wait_io_timeout(struct wait_bit_key *word) bit_wait_io_timeout()
/linux-4.1.27/include/linux/
H A Dwait.h27 struct wait_bit_key { struct
35 struct wait_bit_key key;
148 typedef int wait_bit_action_f(struct wait_bit_key *);
950 extern int bit_wait(struct wait_bit_key *);
951 extern int bit_wait_io(struct wait_bit_key *);
952 extern int bit_wait_timeout(struct wait_bit_key *);
953 extern int bit_wait_io_timeout(struct wait_bit_key *);
/linux-4.1.27/net/sunrpc/
H A Dsched.c253 static int rpc_wait_bit_killable(struct wait_bit_key *key) rpc_wait_bit_killable()
290 struct wait_bit_key k = __WAIT_BIT_KEY_INITIALIZER(m, RPC_TASK_ACTIVE); rpc_complete_task()
/linux-4.1.27/fs/nfs/
H A Dinternal.h366 extern int nfs_wait_bit_killable(struct wait_bit_key *key);
H A Dinode.c78 int nfs_wait_bit_killable(struct wait_bit_key *key) nfs_wait_bit_killable()
H A Dpnfs.c1416 static int pnfs_layoutget_retry_bit_wait(struct wait_bit_key *key) pnfs_layoutget_retry_bit_wait()
/linux-4.1.27/fs/cachefiles/
H A Drdwr.c30 struct wait_bit_key *key = _key; cachefiles_read_waiter()
/linux-4.1.27/fs/cifs/
H A Dinode.c1834 cifs_wait_bit_killable(struct wait_bit_key *key) cifs_wait_bit_killable()

Completed in 190 milliseconds