Home
last modified time | relevance | path

Searched refs:nlocks (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c55 uint_t nlocks; in rwl_entry() local
60 if ((nlocks = self->ul_rdlockcnt) != 0) in rwl_entry()
63 nlocks = 1; in rwl_entry()
67 for (; nlocks; nlocks--, readlockp++) { in rwl_entry()
87 self->ul_rdlockcnt = nlocks = NLOCKS; in rwl_entry()
106 nlocks * sizeof (readlock_t)); in rwl_entry()
123 uint_t nlocks; in rwl_free() local
125 if ((nlocks = ulwp->ul_rdlockcnt) != 0) in rwl_free()
143 uint_t nlocks; in rw_read_held() local
159 nlocks = 1; in rw_read_held()
[all …]
H A Dsynch.c3020 uint_t nlocks; in find_lock_entry() local
3022 if ((nlocks = self->ul_heldlockcnt) != 0) in find_lock_entry()
3025 nlocks = 1; in find_lock_entry()
3029 for (; nlocks; nlocks--, lockptr++) { in find_lock_entry()
3067 nlocks * sizeof (mutex_t *)); in find_lock_entry()
3074 *(lockptr += nlocks) = lock; in find_lock_entry()
3104 uint_t nlocks; in heldlock_free() local
3106 if ((nlocks = ulwp->ul_heldlockcnt) != 0) in heldlock_free()
3121 uint_t nlocks; in heldlock_exit() local
3127 nlocks = 1; in heldlock_exit()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h842 for (i = 0; i <= nlocks; i++) { \
854 for (i = 0; i <= nlocks; i++) { \
864 int nlocks = (sq)->sq_nciputctrl; \
867 for (i = 0; i <= nlocks; i++) { \
877 int nlocks = (sq)->sq_nciputctrl; \
880 for (i = 0; i <= nlocks; i++) { \
890 int nlocks = (sq)->sq_nciputctrl; \
893 for (i = 0; i <= nlocks; i++) { \
905 int nlocks = (sq)->sq_nciputctrl; \
908 for (i = 0; i <= nlocks; i++) { \
[all …]
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevreserv.c548 int nlocks; /* Number of locks (up to date) */ in compresslks() local
553 nlocks = lockcount; in compresslks()
568 nlocks--; in compresslks()
588 return (nlocks); in compresslks()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2964 size_t nlocks, osize, size; in findlocks_findmutex() local
2967 if ((nlocks = (fl->fl_nlocks << 1)) == 0) in findlocks_findmutex()
2968 nlocks = 1; in findlocks_findmutex()
2971 size = nlocks * sizeof (foundlock_t); in findlocks_findmutex()
2981 fl->fl_nlocks = nlocks; in findlocks_findmutex()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_durable.c771 uint_t nlocks = alen / 3; in smb2_dh_import_handle() local
775 for (i = 0; i < nlocks; i++) { in smb2_dh_import_handle()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c603 int nlocks = (sq)->sq_nciputctrl; \
606 for (i = 0; i <= nlocks; i++) { \
618 int nlocks = (sq)->sq_nciputctrl; \
621 for (i = 0; i <= nlocks; i++) { \