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

/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h122 struct completion target_wait; member in struct:htc_target
H A Dhtc_hst.c100 complete(&target->target_wait);
477 init_completion(&target->target_wait);
H A Dhtc_drv_init.c66 time_left = wait_for_completion_timeout(&priv->htc->target_wait, HZ);
/drivers/staging/android/
H A Dbinder.c1326 wait_queue_head_t *target_wait; local
1429 target_wait = &target_thread->wait;
1432 target_wait = &target_proc->wait;
1697 target_wait = NULL;
1705 if (target_wait)
1706 wake_up_interruptible(target_wait);

Completed in 1148 milliseconds