Searched refs:UNLOCK (Results 1 - 10 of 10) sorted by path

/haiku/headers/private/userlandfs/legacy/
H A Dlock.h42 #define UNLOCK(l) if (atomic_add(&l.c, 1) < 0) release_sem(l.s); macro
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dlock.h42 #define UNLOCK(l) if (atomic_add(&l.c, 1) < 0) release_sem(l.s); macro
H A Dfs_cache.c486 UNLOCK(iovec_lock);
510 UNLOCK(iovec_lock);
570 UNLOCK(bc.lock);
856 UNLOCK(bc.lock);
1139 UNLOCK(bc.lock);
1164 UNLOCK(bc.lock);
1200 UNLOCK(bc.lock);
1206 UNLOCK(bc.lock);
1230 UNLOCK(bc.lock);
1246 UNLOCK(b
[all...]
/haiku/src/tests/kits/storage/virtualdrive/
H A Dlock.h34 #define UNLOCK(l) if (atomic_add(&l.c, 1) < 0) release_sem(l.s); macro
H A Dvirtualdrive.cpp114 UNLOCK(driverlock);
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c53 #define mutex_unlock UNLOCK
192 //UNLOCK
310 //UNLOCK
346 //UNLOCK
647 //UNLOCK
667 //UNLOCK
721 //UNLOCK
741 //UNLOCK
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dlock.h35 static inline status_t UNLOCK(lock *l) function
44 //#define UNLOCK(l) if (atomic_add(&l.c, 1) < 0) release_sem(l.s);
H A Dvnidpool.c81 UNLOCK(&pool->lock);
98 UNLOCK(&pool->lock);
H A Dwebsearchfs.c256 UNLOCK(&node->parent->l);
260 UNLOCK(&ns->l);
284 UNLOCK(&ns->l);
351 UNLOCK(&base->l);
379 UNLOCK(&node->l);
383 UNLOCK(&node->l);
400 UNLOCK(&node->l);
469 UNLOCK(&node->l);
485 UNLOCK(&node->l);
506 UNLOCK(
[all...]
H A Dwebsearchfs.h19 #define UNLOCK mutex_unlock macro

Completed in 194 milliseconds