Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c463 struct mtx dev_mtx; /* The mtx is used to prevent U disk insertion or extraction competition */ member
472 #define umass_dev_mtx_init(id, type) (void)mtx_init(&g_umass_dev_array[id].dev_mtx, NULL, NULL, type)
473 #define umass_dev_mtx_destroy(id) (void)mtx_destroy(&g_umass_dev_array[id].dev_mtx)
474 #define umass_dev_lock(id) (void)mtx_lock(&g_umass_dev_array[id].dev_mtx)
475 #define umass_dev_unlock(id) (void)mtx_unlock(&g_umass_dev_array[id].dev_mtx)

Completed in 5 milliseconds