Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2835 foundlock_t *fl_locks; member
2975 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()