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

/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c294 * Each process using winlock is associated with a segproc structure
296 * segproc structure (If we were using file handles for each lock this
304 typedef struct segproc { struct
305 struct segproc *next; /* next client of this lock */
328 struct segproc *clients; /* list of clients of this lock */
329 struct segproc *owner; /* current owner of lock */
1026 DEBUGF(3, (CE_CONT, "Allocating segproc structure for tag %p lock %d\n",
1050 DEBUGF(3, (CE_CONT, "Deleting segproc structure for pid %d lock %d\n",
1235 * Find the client segproc and allocate one if needed
1238 * Find the client segproc bu
[all...]

Completed in 60 milliseconds