Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
D2003-11-01-C99-CompoundLiteral.c4 typedef struct wait_queue_head_t { spinlock_t lock; } wait_queue_head_t; struct
6 struct wait_queue_head_t work = { lock: (spinlock_t) { 0 }, }; in call_usermodehelper()
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h36 wait_queue_head_t wait_queue;
49 wait_queue_head_t wait_queue;
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs_sb.h37 wait_queue_head_t wait_queue;
49 wait_queue_head_t wait_queue;
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h65 wait_queue_head_t waitq;
66 wait_queue_head_t fragment_wait_queue;
/external/kernel-headers/original/uapi/linux/
Dcoda_psdev.h20 wait_queue_head_t uc_sleep; /* process' wait queue */
/external/u-boot/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;
/external/u-boot/include/linux/
Dcompat.h216 typedef int wait_queue_head_t; typedef
/external/u-boot/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;
/external/u-boot/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()
/external/u-boot/drivers/mtd/ubi/
Dio.c313 wake_up_interruptible((wait_queue_head_t *)ei->priv); in erase_callback()
329 wait_queue_head_t wq; in do_sync_erase()
/external/u-boot/drivers/nvme/
Dnvme.c37 wait_queue_head_t sq_full;