Searched refs:wait_queue_head_t (Results 1 – 13 of 13) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | wait.h | 58 } wait_queue_head_t; typedef 63 …wait_queue_head_t wq = { { 0, { (struct LOS_DL_LIST *)0xFFFFFFFF, (struct LOS_DL_LIST *)0xFFFFFFFF… 67 void __wake_up_interruptible(wait_queue_head_t *wait); 68 void __init_waitqueue_head(wait_queue_head_t *wait); 242 static inline int linux_waitqueue_active(wait_queue_head_t *q) in linux_waitqueue_active()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_semaphore.c | 130 void __init_waitqueue_head(wait_queue_head_t *wait) in __init_waitqueue_head() 140 void __wake_up_interruptible(wait_queue_head_t *wait) in __wake_up_interruptible() 149 void __wake_up_interruptible_poll(wait_queue_head_t *wait, pollevent_t key) in __wake_up_interruptible_poll()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | poll.h | 63 extern void notify_poll(wait_queue_head_t* wait_address); 64 extern void notify_poll_with_key(wait_queue_head_t* wait_address, pollevent_t key);
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 60 extern void notify_poll(wait_queue_head_t* wait_address); 61 extern void notify_poll_with_key(wait_queue_head_t* wait_address, pollevent_t key);
|
/third_party/NuttX/fs/vfs/ |
D | fs_poll.c | 61 typedef wait_queue_head_t * poll_wait_queue; 319 void notify_poll_with_key(wait_queue_head_t *wait_address, pollevent_t key) in notify_poll_with_key() 347 void notify_poll(wait_queue_head_t *wait_address) in notify_poll() 352 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in poll_wait()
|
/third_party/NuttX/drivers/pipes/ |
D | pipe_common.h | 123 …wait_queue_head_t wq; /* It is a list if poll structures of threads waiting for driver events …
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_mass_storage.h | 244 wait_queue_head_t xfer_wait;
|
D | f_mass_storage.c | 60 extern void __init_waitqueue_head(wait_queue_head_t *wait); 61 extern void __wake_up_interruptible(wait_queue_head_t *wait);
|
/third_party/NuttX/fs/vfs/include/ |
D | file.h | 580 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p);
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 2739 typedef struct wait_queue_head wait_queue_head_t; typedef 3519 wait_queue_head_t kswapd_wait; 3520 wait_queue_head_t pfmemalloc_wait; 3521 wait_queue_head_t reclaim_wait[4]; 3530 wait_queue_head_t kcompactd_wait; 3808 wait_queue_head_t wait_pidfd; 3993 wait_queue_head_t wait_chldexit; 4247 wait_queue_head_t signalfd_wqh; 4338 wait_queue_head_t *d_wait; 4480 wait_queue_head_t gp_wait; [all …]
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 8739 …<typedef-decl name='wait_queue_head_t' type-id='type-id-977' filepath='/ws/android/kernel/aosp/com…
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 1379 …<typedef-decl name="wait_queue_head_t" type-id="cff07063" filepath="include/linux/wait.h" line="39…
|
D | test-PR27569-v0.abi | 1379 …<typedef-decl name="wait_queue_head_t" type-id="cff07063" filepath="include/linux/wait.h" line="39…
|