Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dwait.c368 struct wait_bit_key *key = arg; in wake_bit_function()
457 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit()
513 struct wait_bit_key *key = arg; in wake_atomic_t_function()
584 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait()
593 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
602 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
614 __sched int bit_wait_io_timeout(struct wait_bit_key *word, int mode) in bit_wait_io_timeout()
/linux-4.4.14/include/linux/
Dwait.h27 struct wait_bit_key { struct
35 struct wait_bit_key key; argument
148 typedef int wait_bit_action_f(struct wait_bit_key *, int mode);
963 extern int bit_wait(struct wait_bit_key *, int);
964 extern int bit_wait_io(struct wait_bit_key *, int);
965 extern int bit_wait_timeout(struct wait_bit_key *, int);
966 extern int bit_wait_io_timeout(struct wait_bit_key *, int);
/linux-4.4.14/net/sunrpc/
Dsched.c253 static int rpc_wait_bit_killable(struct wait_bit_key *key, int mode) in rpc_wait_bit_killable()
290 struct wait_bit_key k = __WAIT_BIT_KEY_INITIALIZER(m, RPC_TASK_ACTIVE); in rpc_complete_task()
/linux-4.4.14/fs/nfs/
Dinternal.h382 extern int nfs_wait_bit_killable(struct wait_bit_key *key, int mode);
Dinode.c78 int nfs_wait_bit_killable(struct wait_bit_key *key, int mode) in nfs_wait_bit_killable()
Dpnfs.c1469 static int pnfs_layoutget_retry_bit_wait(struct wait_bit_key *key, int mode) in pnfs_layoutget_retry_bit_wait()
/linux-4.4.14/fs/cachefiles/
Drdwr.c30 struct wait_bit_key *key = _key; in cachefiles_read_waiter()
/linux-4.4.14/fs/cifs/
Dinode.c1834 cifs_wait_bit_killable(struct wait_bit_key *key, int mode)