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

/linux-master/include/linux/
H A Dwait_bit.h10 struct wait_bit_key { struct
17 struct wait_bit_key key;
24 typedef int wait_bit_action_f(struct wait_bit_key *key, int mode);
49 extern int bit_wait(struct wait_bit_key *key, int mode);
50 extern int bit_wait_io(struct wait_bit_key *key, int mode);
51 extern int bit_wait_timeout(struct wait_bit_key *key, int mode);
52 extern int bit_wait_io_timeout(struct wait_bit_key *key, int mode);
/linux-master/kernel/sched/
H A Dwait_bit.c23 struct wait_bit_key *key = arg;
123 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit);
163 struct wait_bit_key *key = arg;
197 __sched int bit_wait(struct wait_bit_key *word, int mode)
207 __sched int bit_wait_io(struct wait_bit_key *word, int mode)
217 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode)
231 __sched int bit_wait_io_timeout(struct wait_bit_key *word, int mode)
/linux-master/net/sunrpc/
H A Dsched.c277 static int rpc_wait_bit_killable(struct wait_bit_key *key, int mode)
321 struct wait_bit_key k = __WAIT_BIT_KEY_INITIALIZER(m, RPC_TASK_ACTIVE);
/linux-master/fs/nfs/
H A Dinternal.h443 extern int nfs_wait_bit_killable(struct wait_bit_key *key, int mode);
H A Dinode.c75 int nfs_wait_bit_killable(struct wait_bit_key *key, int mode)
/linux-master/fs/smb/client/
H A Dinode.c2459 cifs_wait_bit_killable(struct wait_bit_key *key, int mode)

Completed in 244 milliseconds