wait_bit_key
int nfs_wait_bit_killable(struct wait_bit_key *key, int mode)
extern int nfs_wait_bit_killable(struct wait_bit_key *key, int mode);
cifs_wait_bit_killable(struct wait_bit_key *key, int mode)
struct wait_bit_key key;
typedef int wait_bit_action_f(struct wait_bit_key *key, int mode);
extern int bit_wait(struct wait_bit_key *key, int mode);
extern int bit_wait_io(struct wait_bit_key *key, int mode);
extern int bit_wait_timeout(struct wait_bit_key *key, int mode);
struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit);
struct wait_bit_key *key = arg;
__sched int bit_wait(struct wait_bit_key *word, int mode)
__sched int bit_wait_io(struct wait_bit_key *word, int mode)
__sched int bit_wait_timeout(struct wait_bit_key *word, int mode)
struct wait_bit_key *key = arg;
static int rpc_wait_bit_killable(struct wait_bit_key *key, int mode)
struct wait_bit_key k = __WAIT_BIT_KEY_INITIALIZER(m, RPC_TASK_ACTIVE);