Searched refs:sleep_handle (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/twa/
H A Dtw_osl_inline.h289 * sleep_handle -- handle to sleep on
296 #define tw_osl_sleep(ctlr_handle, sleep_handle, timeout) \
297 tsleep((TW_VOID *)sleep_handle, PRIBIO, NULL, timeout)
306 * sleep_handle -- handle of sleeping process to be
311 #define tw_osl_wakeup(ctlr_handle, sleep_handle) \
312 wakeup_one(sleep_handle)
H A Dtw_cl_share.h465 TW_SLEEP_HANDLE *sleep_handle, TW_INT32 timeout);
497 TW_SLEEP_HANDLE *sleep_handle);
H A Dtw_cl.h196 TW_SLEEP_HANDLE sleep_handle; /* handle to co-ordinate sleeps member in struct:tw_cli_ctlr_context

Completed in 53 milliseconds