Searched refs:SegProc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c311 } SegProc; typedef in typeref:struct:segproc
375 * All fields in list of SegProc (lp->clients)
380 * During devmap callbacks, the pointer to SegProc is stored as the private
382 * SegProc getting deleted) as the SegProc is not deleted until both the
402 /* Routines to find and allocate SegProc structures */
403 static SegProc *seglock_find_specific(SegLock *, void *);
404 static SegProc *seglock_alloc_specific(SegLock *, void *);
409 static void seglock_deleteclient(SegLock *, SegProc *);
410 static void garbage_collect_lock(SegLock *, SegProc *);
[all...]

Completed in 76 milliseconds