Home
last modified time | relevance | path

Searched refs:probe_wait (Results 1 – 3 of 3) sorted by relevance

/linux/sound/hda/controllers/
H A Dintel.h16 struct completion probe_wait; member
H A Dintel.c1183 wait_for_completion(&hda->probe_wait); in azx_vs_set_state()
1235 wait_for_completion(&hda->probe_wait); in azx_vs_can_switch()
1350 complete_all(&hda->probe_wait); in azx_free()
1801 init_completion(&hda->probe_wait); in azx_create()
2233 complete_all(&hda->probe_wait); in azx_probe()
2406 complete_all(&hda->probe_wait); in azx_probe_continue()
/linux/drivers/md/
H A Ddm-mpath.c91 wait_queue_head_t probe_wait; /* Wait for probing paths */ member
256 init_waitqueue_head(&m->probe_wait); in alloc_multipath_stage2()
2090 wait_event_lock_irq(m->probe_wait, in probe_active_paths()
2132 wake_up(&m->probe_wait); in probe_active_paths()