Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2834 size_t fl_nlocks; member
2963 if (fl->fl_ndx >= fl->fl_nlocks) { in findlocks_findmutex()
2967 if ((nlocks = (fl->fl_nlocks << 1)) == 0) in findlocks_findmutex()
2970 osize = fl->fl_nlocks * sizeof (foundlock_t); in findlocks_findmutex()
2981 fl->fl_nlocks = nlocks; in findlocks_findmutex()
3140 fl.fl_nlocks ? "other " : ""); in findlocks()
3148 if (fl.fl_nlocks) in findlocks()
3149 mdb_free(fl.fl_locks, fl.fl_nlocks * sizeof (foundlock_t)); in findlocks()