Searched refs:readlock_t (Results 1 – 2 of 2) sorted by relevance
50 static readlock_t *54 readlock_t *remembered = NULL; in rwl_entry()55 readlock_t *readlockp; in rwl_entry()89 readlockp = lmalloc(nlocks * sizeof (readlock_t)); in rwl_entry()105 readlockp = lmalloc(nlocks * 2 * sizeof (readlock_t)); in rwl_entry()107 nlocks * sizeof (readlock_t)); in rwl_entry()108 lfree(self->ul_readlock.array, nlocks * sizeof (readlock_t)); in rwl_entry()127 lfree(ulwp->ul_readlock.array, nlocks * sizeof (readlock_t)); in rwl_free()143 readlock_t *readlockp; in rw_read_held()715 readlock_t *readlockp; in rw_rdlock_impl()[all …]
487 } readlock_t; typedef656 readlock_t single;657 readlock_t *array;