Searched refs:woken_wake_function (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | wait.c | 350 int woken_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in woken_wake_function() function 364 EXPORT_SYMBOL(woken_wake_function);
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_balloon.c | 351 DEFINE_WAIT_FUNC(wait, woken_wake_function); in balloon()
|
/linux-4.4.14/include/linux/ |
D | wait.h | 930 int woken_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key);
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 230 DEFINE_WAIT_FUNC(wait, woken_wake_function); in inotify_read()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 262 DEFINE_WAIT_FUNC(wait, woken_wake_function); in fanotify_read()
|
/linux-4.4.14/drivers/tty/ |
D | n_tty.c | 2161 DEFINE_WAIT_FUNC(wait, woken_wake_function); in n_tty_read() 2335 DEFINE_WAIT_FUNC(wait, woken_wake_function); in n_tty_write()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | sock.c | 475 DEFINE_WAIT_FUNC(wait, woken_wake_function); in rfcomm_sock_accept()
|
D | core.c | 2091 DEFINE_WAIT_FUNC(wait, woken_wake_function); in rfcomm_run()
|
/linux-4.4.14/net/bluetooth/ |
D | sco.c | 631 DEFINE_WAIT_FUNC(wait, woken_wake_function); in sco_sock_accept()
|
D | l2cap_sock.c | 305 DEFINE_WAIT_FUNC(wait, woken_wake_function); in l2cap_sock_accept()
|
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 371 DEFINE_WAIT_FUNC(wait, woken_wake_function); in rtnl_lock_unregistering_all()
|
D | dev.c | 7673 DEFINE_WAIT_FUNC(wait, woken_wake_function); in rtnl_lock_unregistering()
|