Searched refs:DEFINE_WAIT_FUNC (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/linux/ |
D | wait.h | 934 #define DEFINE_WAIT_FUNC(name, function) \ macro 941 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_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/net/core/ |
D | datagram.c | 90 DEFINE_WAIT_FUNC(wait, receiver_wake_function); in wait_for_more_packets()
|
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()
|
/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()
|