Home
last modified time | relevance | path

Searched refs:ioctl_wake_timeout_lock (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/twa/
Dtw_osl_freebsd.c713 req->ioctl_wake_timeout_lock = &(req->ioctl_wake_timeout_lock_handle); in tw_osli_alloc_mem()
714 mtx_init(req->ioctl_wake_timeout_lock, "tw_ioctl_wake_timeout_lock", NULL, MTX_DEF); in tw_osli_alloc_mem()
747 mtx_destroy(req->ioctl_wake_timeout_lock); in tw_osli_free_resources()
1041 mtx_lock(req->ioctl_wake_timeout_lock); in tw_osli_fw_passthru()
1044 error = mtx_sleep(req, req->ioctl_wake_timeout_lock, 0, in tw_osli_fw_passthru()
1046 mtx_unlock(req->ioctl_wake_timeout_lock); in tw_osli_fw_passthru()
Dtw_osl.h95 struct mtx *ioctl_wake_timeout_lock;/* ptr to above lock */ member