Searched refs:fl_locks (Results 1 – 1 of 1) sorted by relevance
2835 foundlock_t *fl_locks; member2975 if (fl->fl_locks) { in findlocks_findmutex()2976 bcopy(fl->fl_locks, locks, osize); in findlocks_findmutex()2977 mdb_free(fl->fl_locks, osize); in findlocks_findmutex()2980 fl->fl_locks = locks; in findlocks_findmutex()2984 found = &fl->fl_locks[fl->fl_ndx++]; in findlocks_findmutex()3114 foundlock_t *found = &fl.fl_locks[i]; in findlocks()3149 mdb_free(fl.fl_locks, fl.fl_nlocks * sizeof (foundlock_t)); in findlocks()