Searched refs:wait (Results 51 - 75 of 2174) sorted by path

1234567891011>>

/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipeif.h55 * @wait: Wait queue used to stop the module
70 wait_queue_head_t wait; member in struct:iss_ipipeif_device
H A Diss_resizer.h39 * @wait: Wait queue used to stop the module
53 wait_queue_head_t wait; member in struct:iss_resizer_device
/linux-master/drivers/usb/usbip/
H A Dvhci.h17 #include <linux/wait.h>
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c190 ktime_t wait; local
206 wait = ns_to_ktime(1000 * 1000);
208 schedule_hrtimeout(&wait, HRTIMER_MODE_REL);
/linux-master/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h8 #include <linux/wait.h>
H A Dvt8500lcdfb.h14 wait_queue_head_t wait; member in struct:vt8500lcd_info
/linux-master/drivers/xen/
H A Dpvcalls-front.h25 poll_table *wait);
/linux-master/fs/
H A Dfs_pin.c16 spin_lock_irq(&pin->wait.lock);
18 wake_up_locked(&pin->wait);
19 spin_unlock_irq(&pin->wait.lock);
32 wait_queue_entry_t wait; local
38 init_wait(&wait);
39 spin_lock_irq(&p->wait.lock);
42 spin_unlock_irq(&p->wait.lock);
48 spin_unlock_irq(&p->wait.lock);
52 __add_wait_queue(&p->wait, &wait);
[all...]
/linux-master/fs/jffs2/
H A Dnodemgmt.c174 DECLARE_WAITQUEUE(wait, current);
176 add_wait_queue(&c->erase_wait, &wait);
182 remove_wait_queue(&c->erase_wait, &wait);
324 /* Don't wait for it; just erase one right now */
/linux-master/fs/jfs/
H A Djfs_metapage.h24 wait_queue_head_t wait; member in struct:metapage
/linux-master/fs/reiserfs/
H A Dbitmap.c1439 PROC_INFO_INC(sb, scan_bitmap.wait);
/linux-master/fs/squashfs/
H A Dcache.c40 #include <linux/wait.h>
/linux-master/include/linux/
H A Dfs_pin.h2 #include <linux/wait.h>
5 wait_queue_head_t wait; member in struct:fs_pin
16 init_waitqueue_head(&p->wait);
H A Dgnss.h17 #include <linux/wait.h>
H A Dhiddev.h28 wait_queue_head_t wait; member in struct:hiddev
H A Dhidraw.h15 wait_queue_head_t wait; member in struct:hidraw
H A Dkmod.h24 int __request_module(bool wait, const char *name, ...);
H A Dlp.h12 #include <linux/wait.h>
24 #define LP_TIME(minor) lp_table[(minor)].time /* wait time */
25 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */
51 unsigned int wait; member in struct:lp_struct
H A Duprobes.h17 #include <linux/wait.h>
/linux-master/include/linux/mtd/
H A Donenand.h58 * @wait: [REPLACEABLE] hardware specific function for wait on ready
59 * @bbt_wait: [REPLACEABLE] hardware specific function for bbt wait on ready
74 * @wq: [INTERN] wait queue to sleep on if a OneNAND
105 int (*wait)(struct mtd_info *mtd, int state); member in struct:onenand_chip
/linux-master/include/media/
H A Ddvb_vb2.h127 #define dvb_vb2_fill_buffer(ctx, file, wait, flags) (0)
131 poll_table *wait)
181 * @wait: &poll_table wait argument passed to the poll
187 poll_table *wait);
129 dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file, poll_table *wait) argument
/linux-master/include/trace/events/
H A Dmodule.h109 TP_PROTO(char *name, bool wait, unsigned long ip),
111 TP_ARGS(name, wait, ip),
115 __field( bool, wait )
121 __entry->wait = wait;
125 TP_printk("%s wait=%d call_site=%ps",
126 __get_str(name), (int)__entry->wait, (void *)__entry->ip)
/linux-master/include/uapi/drm/
H A Dradeon_drm.h183 #define RADEON_CMD_WAIT 8 /* emit hw wait commands -- note:
184 * doesn't make the cpu wait, just
210 } wait; member in union:__anon372
236 * The wait interface is backwards compat new
274 } wait; member in union:__anon380
752 /* 1.6: Userspace can request & wait on irq's:
/linux-master/samples/pidfd/
H A Dpidfd-metadata.c17 #include <sys/wait.h>
117 (void)wait(NULL);
/linux-master/samples/timers/
H A Dhpet_example.c12 #include <sys/wait.h>

Completed in 269 milliseconds

1234567891011>>