Searched refs:woken_wake_function (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/net/core/
H A Dstream.c58 DEFINE_WAIT_FUNC(wait, woken_wake_function);
99 DEFINE_WAIT_FUNC(wait, woken_wake_function);
123 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/net/ipv4/
H A Dudp_bpf.c41 DEFINE_WAIT_FUNC(wait, woken_wake_function);
H A Dtcp_bpf.c181 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/net/vmw_vsock/
H A Dvsock_bpf.c41 DEFINE_WAIT_FUNC(wait, woken_wake_function);
H A Dvirtio_transport_common.c1156 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_wait_user_fence.c106 DEFINE_WAIT_FUNC(w_wait, woken_wake_function);
/linux-master/kernel/sched/
H A Dwait.c401 * // in wait_woken() // in woken_wake_function()
417 * executed by the try_to_wake_up() in woken_wake_function() such that
418 * either we see the store to wq_entry->flags in woken_wake_function()
419 * or woken_wake_function() sees our store to current->state.
428 * in woken_wake_function() such that either we see the wait condition
429 * being true or the store to wq_entry->flags in woken_wake_function()
438 int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) function
446 EXPORT_SYMBOL(woken_wake_function); variable
/linux-master/net/unix/
H A Dunix_bpf.c18 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/net/llc/
H A Daf_llc.c583 DEFINE_WAIT_FUNC(wait, woken_wake_function);
605 DEFINE_WAIT_FUNC(wait, woken_wake_function);
621 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/net/bluetooth/cmtp/
H A Dcore.c283 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/net/smc/
H A Dsmc_rx.c258 DEFINE_WAIT_FUNC(wait, woken_wake_function);
H A Dsmc_close.c51 DEFINE_WAIT_FUNC(wait, woken_wake_function);
H A Dsmc_tx.c79 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c256 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/include/linux/
H A Dwait.h1197 int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
/linux-master/net/bluetooth/bnep/
H A Dcore.c485 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/crypto/
H A Daf_alg.c808 DEFINE_WAIT_FUNC(wait, woken_wake_function);
865 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/drivers/tty/
H A Dn_tty.c2152 DEFINE_WAIT_FUNC(wait, woken_wake_function);
2352 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c112 DEFINE_WAIT_FUNC(wait, woken_wake_function);
181 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/drivers/cdx/controller/
H A Dmcdi.c178 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/net/tls/
H A Dtls_main.c143 DEFINE_WAIT_FUNC(wait, woken_wake_function);
H A Dtls_sw.c1313 DEFINE_WAIT_FUNC(wait, woken_wake_function);
1896 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/net/tipc/
H A Dsocket.c427 DEFINE_WAIT_FUNC(wait_, woken_wake_function); \
1835 DEFINE_WAIT_FUNC(wait, woken_wake_function);
2530 DEFINE_WAIT_FUNC(wait, woken_wake_function);
2681 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c474 DEFINE_WAIT_FUNC(wait, woken_wake_function);
/linux-master/net/bluetooth/hidp/
H A Dcore.c1192 DEFINE_WAIT_FUNC(wait, woken_wake_function);

Completed in 306 milliseconds

12