Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dwait.h15 typedef int (*wait_queue_func_t)(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void … typedef
31 wait_queue_func_t func;
88 init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t func) in init_waitqueue_func_entry()