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

/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c117 * mutex acquired mutex_enter(ins->ipdn_lock); |
119 * mutex_enter(ins->ipdn_lock); | mutex_enter(ins->ipdn_lock);
122 * | mutex_exit(ins->ipdn_lock); |
209 * counters must be bumped with atomic operations. The ipdn_lock protects every
219 kmutex_t ipdn_lock; /* protects following members */ member in struct:ipd_netstack
284 mutex_enter(&ins->ipdn_lock);
290 mutex_exit(&ins->ipdn_lock);
362 ASSERT(MUTEX_HELD(&ins->ipdn_lock));
549 mutex_exit(&ins->ipdn_lock);
[all...]

Completed in 44 milliseconds