Searched refs:ul_readlock (Results 1 – 3 of 3) sorted by relevance
60 readlockp = self->ul_readlock.array; in rwl_entry()63 readlockp = &self->ul_readlock.single; in rwl_entry()91 *readlockp = self->ul_readlock.single; in rwl_entry()92 self->ul_readlock.single.rd_count = 0; in rwl_entry()93 self->ul_readlock.array = readlockp; in rwl_entry()104 (void) memcpy(readlockp, self->ul_readlock.array, in rwl_entry()106 lfree(self->ul_readlock.array, nlocks * sizeof (readlock_t)); in rwl_entry()107 self->ul_readlock.array = readlockp; in rwl_entry()125 lfree(ulwp->ul_readlock.array, nlocks * sizeof (readlock_t)); in rwl_free()127 ulwp->ul_readlock.single.rd_rwlock = NULL; in rwl_free()[all …]
652 } ul_readlock; member1085 } ul_readlock; member
646 prt_addr(ulwp.ul_readlock.single.rd_rwlock, 1), in d_ulwp()647 ulwp.ul_readlock.single.rd_count); in d_ulwp()