Searched refs:DEFINE_WAIT_FUNC (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/fs/notify/fanotify/ |
H A D | fanotify_user.c | 262 DEFINE_WAIT_FUNC(wait, woken_wake_function); fanotify_read()
|
/linux-4.1.27/fs/notify/inotify/ |
H A D | inotify_user.c | 230 DEFINE_WAIT_FUNC(wait, woken_wake_function); inotify_read()
|
/linux-4.1.27/drivers/virtio/ |
H A D | virtio_balloon.c | 347 DEFINE_WAIT_FUNC(wait, woken_wake_function); balloon()
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
H A D | sock.c | 471 DEFINE_WAIT_FUNC(wait, woken_wake_function); rfcomm_sock_accept()
|
H A D | core.c | 2091 DEFINE_WAIT_FUNC(wait, woken_wake_function); rfcomm_run()
|
/linux-4.1.27/net/core/ |
H A D | datagram.c | 90 DEFINE_WAIT_FUNC(wait, receiver_wake_function); wait_for_more_packets()
|
H A D | rtnetlink.c | 371 DEFINE_WAIT_FUNC(wait, woken_wake_function); rtnl_lock_unregistering_all()
|
H A D | dev.c | 7386 DEFINE_WAIT_FUNC(wait, woken_wake_function); rtnl_lock_unregistering()
|
/linux-4.1.27/kernel/sched/ |
H A D | wait.c | 307 * DEFINE_WAIT_FUNC(wait, woken_wake_func);
|
/linux-4.1.27/include/linux/ |
H A D | wait.h | 921 #define DEFINE_WAIT_FUNC(name, function) \ macro 928 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function)
|
/linux-4.1.27/drivers/tty/ |
H A D | n_tty.c | 2182 DEFINE_WAIT_FUNC(wait, woken_wake_function); n_tty_read() 2359 DEFINE_WAIT_FUNC(wait, woken_wake_function); n_tty_write()
|
/linux-4.1.27/net/bluetooth/ |
H A D | l2cap_sock.c | 305 DEFINE_WAIT_FUNC(wait, woken_wake_function); l2cap_sock_accept()
|
H A D | sco.c | 624 DEFINE_WAIT_FUNC(wait, woken_wake_function); sco_sock_accept()
|
Completed in 364 milliseconds