Home
last modified time | relevance | path

Searched refs:closure_set_waiting (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Dclosure.c73 closure_set_waiting(cl, 0); in __closure_wake_up()
90 closure_set_waiting(cl, _RET_IP_); in closure_wait()
H A Dclosure.h215 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting() function