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

/illumos-gate/usr/src/uts/common/io/
H A Di8042.c151 * has_glock is 1 if this child has the [put8] exclusive-access lock.
153 volatile boolean_t has_glock; member in struct:i8042_port
919 port->has_glock = B_FALSE;
1153 ASSERT(port->has_glock != B_TRUE); /* No reentrancy */
1162 port->has_glock = B_TRUE;
1171 ASSERT(port->has_glock == B_TRUE);
1172 port->has_glock = B_FALSE;
1316 while (global->glock && !port->has_glock) {

Completed in 56 milliseconds