/kernel/linux/linux-5.10/net/core/ |
H A D | stream.c | 58 DEFINE_WAIT_FUNC(wait, woken_wake_function); in sk_stream_wait_connect() 99 DEFINE_WAIT_FUNC(wait, woken_wake_function); in sk_stream_wait_close() 123 DEFINE_WAIT_FUNC(wait, woken_wake_function); in sk_stream_wait_memory()
|
H A D | datagram.c | 93 DEFINE_WAIT_FUNC(wait, receiver_wake_function); in __skb_wait_for_more_packets()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | stream.c | 58 DEFINE_WAIT_FUNC(wait, woken_wake_function); in sk_stream_wait_connect() 99 DEFINE_WAIT_FUNC(wait, woken_wake_function); in sk_stream_wait_close() 123 DEFINE_WAIT_FUNC(wait, woken_wake_function); in sk_stream_wait_memory()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | percpu-rwsem.c | 141 DEFINE_WAIT_FUNC(wq_entry, percpu_rwsem_wake_function); in percpu_rwsem_wait()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | percpu-rwsem.c | 143 DEFINE_WAIT_FUNC(wq_entry, percpu_rwsem_wake_function); in percpu_rwsem_wait()
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | vsock_bpf.c | 41 DEFINE_WAIT_FUNC(wait, woken_wake_function); in vsock_msg_wait_data()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_bpf.c | 41 DEFINE_WAIT_FUNC(wait, woken_wake_function); in udp_msg_wait_data()
|
/kernel/linux/linux-6.6/net/unix/ |
H A D | unix_bpf.c | 18 DEFINE_WAIT_FUNC(wait, woken_wake_function); in unix_msg_wait_data()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | wait.h | 1163 #define DEFINE_WAIT_FUNC(name, function) \ macro 1170 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | wait.h | 1204 #define DEFINE_WAIT_FUNC(name, function) \ macro 1211 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function)
|
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H A D | core.c | 1193 DEFINE_WAIT_FUNC(wait, woken_wake_function); in hidp_session_run() 1267 DEFINE_WAIT_FUNC(ctrl_wait, hidp_session_wake_function); in hidp_session_thread() 1268 DEFINE_WAIT_FUNC(intr_wait, hidp_session_wake_function); in hidp_session_thread()
|
/kernel/linux/linux-5.10/net/llc/ |
H A D | af_llc.c | 582 DEFINE_WAIT_FUNC(wait, woken_wake_function); in llc_ui_wait_for_disc() 604 DEFINE_WAIT_FUNC(wait, woken_wake_function); in llc_ui_wait_for_conn() 620 DEFINE_WAIT_FUNC(wait, woken_wake_function); in llc_ui_wait_for_busy_core()
|
/kernel/linux/linux-6.6/net/llc/ |
H A D | af_llc.c | 583 DEFINE_WAIT_FUNC(wait, woken_wake_function); in llc_ui_wait_for_disc() 605 DEFINE_WAIT_FUNC(wait, woken_wake_function); in llc_ui_wait_for_conn() 621 DEFINE_WAIT_FUNC(wait, woken_wake_function); in llc_ui_wait_for_busy_core()
|
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | core.c | 1192 DEFINE_WAIT_FUNC(wait, woken_wake_function); in hidp_session_run() 1266 DEFINE_WAIT_FUNC(ctrl_wait, hidp_session_wake_function); in hidp_session_thread() 1267 DEFINE_WAIT_FUNC(intr_wait, hidp_session_wake_function); in hidp_session_thread()
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_close.c | 51 DEFINE_WAIT_FUNC(wait, woken_wake_function); in smc_close_stream_wait()
|
H A D | smc_rx.c | 194 DEFINE_WAIT_FUNC(wait, woken_wake_function); in smc_rx_wait()
|
H A D | smc_tx.c | 76 DEFINE_WAIT_FUNC(wait, woken_wake_function); in smc_tx_wait()
|
/kernel/linux/linux-5.10/net/bluetooth/cmtp/ |
H A D | core.c | 283 DEFINE_WAIT_FUNC(wait, woken_wake_function); in cmtp_session()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_close.c | 51 DEFINE_WAIT_FUNC(wait, woken_wake_function); in smc_close_stream_wait()
|
H A D | smc_rx.c | 258 DEFINE_WAIT_FUNC(wait, woken_wake_function); in smc_rx_wait()
|
/kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
H A D | core.c | 283 DEFINE_WAIT_FUNC(wait, woken_wake_function); in cmtp_session()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | af_alg.c | 701 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_wmem() 758 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_data()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | af_alg.c | 808 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_wmem() 865 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_data()
|
/kernel/linux/linux-5.10/fs/notify/inotify/ |
H A D | inotify_user.c | 221 DEFINE_WAIT_FUNC(wait, woken_wake_function); in inotify_read()
|
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
H A D | core.c | 484 DEFINE_WAIT_FUNC(wait, woken_wake_function); in bnep_session()
|