Searched refs:target_wait (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h110 struct completion target_wait; member in struct:htc_target
H A Dhtc_hst.c98 complete(&target->target_wait);
437 init_completion(&target->target_wait);
H A Dhtc_drv_init.c143 time_left = wait_for_completion_timeout(&priv->htc->target_wait, HZ);
/drivers/staging/android/
H A Dbinder.c1411 wait_queue_head_t *target_wait; local
1516 target_wait = &target_thread->wait;
1519 target_wait = &target_proc->wait;
1762 target_wait = NULL;
1770 if (target_wait)
1771 wake_up_interruptible(target_wait);

Completed in 2053 milliseconds