Home
last modified time | relevance | path

Searched refs:wait_queue_head_t (Results 1 – 16 of 16) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwait.h58 } wait_queue_head_t; typedef
63wait_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/
Dlinux_semaphore.c130 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/
Dpoll.h63 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/NuttX/fs/vfs/
Dfs_poll.c76 typedef wait_queue_head_t * poll_wait_queue;
334 void notify_poll_with_key(wait_queue_head_t *wait_address, pollevent_t key) in notify_poll_with_key()
362 void notify_poll(wait_queue_head_t *wait_address) in notify_poll()
367 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in poll_wait()
/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dflashchip.h80 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
Donenand.h113 wait_queue_head_t wq;
/third_party/NuttX/drivers/pipes/
Dpipe_common.h138wait_queue_head_t wq; /* It is a list if poll structures of threads waiting for driver events …
/third_party/uboot/u-boot-2020.01/include/linux/
Dcompletion.h30 wait_queue_head_t wait;
Dcompat.h235 typedef int wait_queue_head_t; typedef
/third_party/NuttX/drivers/usbdev/gadget/
Df_mass_storage.h244 wait_queue_head_t xfer_wait;
Df_mass_storage.c60 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/
Dfile.h580 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p);
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dubifs.h125 wait_queue_head_t wait; /* queue for waiting for
128 wait_queue_head_t wait_unfrozen; /* queue for waiting for
1868 wait_queue_head_t cmt_wq;
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdconcat.c342 wake_up((wait_queue_head_t *) instr->priv); in concat_erase_callback()
349 wait_queue_head_t waitq; in concat_dev_erase()
/third_party/uboot/u-boot-2020.01/drivers/mtd/ubi/
Dio.c314 wake_up_interruptible((wait_queue_head_t *)ei->priv); in erase_callback()
330 wait_queue_head_t wq; in do_sync_erase()
/third_party/uboot/u-boot-2020.01/drivers/nvme/
Dnvme.c39 wait_queue_head_t sq_full;