Searched refs:Giant (Results 1 – 14 of 14) sorted by relevance
/haiku/src/libs/compat/openbsd_network/compat/sys/ |
H A D | rwlock.h | 37 const int giant = mtx_owned(&Giant); in rw_enter() 39 mtx_unlock(&Giant); in rw_enter() 50 mtx_lock(&Giant); in rw_enter()
|
H A D | systm.h | 26 msleep(identifier, &Giant, priority, wmesg, timeout) 47 #define KERNEL_LOCK() mtx_lock(&Giant) 48 #define KERNEL_UNLOCK() mtx_unlock(&Giant)
|
H A D | timeout.h | 20 callout_init_mtx(&to->c, &Giant, 0); in timeout_set()
|
/haiku/src/libs/compat/freebsd_network/ |
H A D | mutex.c | 13 struct mtx Giant; variable 115 mtx_init(&Giant, "Banana Giant", NULL, MTX_DEF); in init_mutexes() 126 mtx_destroy(&Giant); in uninit_mutexes()
|
H A D | callout.cpp | 173 callout_init_mtx(callout, &Giant, 0); in callout_init() 200 if (c->c_mtx != &Giant) { in _callout_stop() 209 lockHeld = mtx_owned(&Giant); in _callout_stop()
|
H A D | driver.c | 314 mtx_lock(&Giant); in _fbsd_init_drivers() 347 mtx_unlock(&Giant); in _fbsd_init_drivers()
|
H A D | fbsd_subr_taskqueue.c | 361 mtx_lock(&Giant); in taskqueue_run_locked() 366 mtx_unlock(&Giant); in taskqueue_run_locked()
|
H A D | bus.cpp | 349 mtx_lock(&Giant); in intr_handler() 354 mtx_unlock(&Giant); in intr_handler()
|
H A D | usb.cpp | 268 xfer_mtx = &Giant; in usbd_transfer_setup()
|
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | mutex.h | 30 extern struct mtx Giant;
|
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/ |
H A D | e1000_osdep.h | 251 int unknown_locks = curthread->td_locks - mtx_owned(&Giant); \
|
/haiku/src/libs/compat/freebsd_network/compat/net/ |
H A D | if_var.h | 452 mtx_lock(&Giant); \ 457 mtx_unlock(&Giant); \
|
/haiku/data/system/data/fortunes/ |
H A D | Humorists | 30 -- Firesign Theatre, "The Giant Rat of Summatra"
|
/haiku/src/data/ids/ |
H A D | usb.ids | 15905 0fd1 Giant Electronics Ltd.
|