Home
last modified time | relevance | path

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

/include/linux/
Dclosure.h110 struct closure_waitlist { struct
173 void __closure_wake_up(struct closure_waitlist *list);
174 bool closure_wait(struct closure_waitlist *list, struct closure *cl);
345 static inline void closure_wake_up(struct closure_waitlist *list) in closure_wake_up()