Searched refs:fl_locks (Results 1 – 1 of 1) sorted by relevance
2849 foundlock_t *fl_locks; member2989 if (fl->fl_locks) { in findlocks_findmutex()2990 bcopy(fl->fl_locks, locks, osize); in findlocks_findmutex()2991 mdb_free(fl->fl_locks, osize); in findlocks_findmutex()2994 fl->fl_locks = locks; in findlocks_findmutex()2998 found = &fl->fl_locks[fl->fl_ndx++]; in findlocks_findmutex()3129 foundlock_t *found = &fl.fl_locks[i]; in findlocks()3164 mdb_free(fl.fl_locks, fl.fl_nlocks * sizeof (foundlock_t)); in findlocks()