Searched defs:tc_lock (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h56 * The tx_cpu contains two locks, the tc_lock and tc_open_lock.
57 * The tc_lock is used to protect all members of the tx_cpu structure with
72 kmutex_t tc_lock; /* protects the rest of this struct */ member in struct:tx_cpu
/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c171 disp_lock_t tc_lock; /* lock for this hash chain */ member in struct:turnstile_chain
185 ASSERT(DISP_LOCK_HELD(&TURNSTILE_CHAIN(ts->ts_sobj).tc_lock));
287 disp_lock_enter(&tc->tc_lock);
302 disp_lock_exit(&TURNSTILE_CHAIN(sobj).tc_lock);
417 ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
459 THREAD_SLEEP(t, &tc->tc_lock);
664 ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
665 ASSERT(t->t_lockp == &tc->tc_lock);
723 ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
737 CL_WAKEUP(t); /* previous thread lock, tc_lock, no
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c694 disp_lock_t tc_lock; /* lock for this hash chain */ member in struct:turnstile_chain
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h452 kmutex_t tc_lock[1]; /* send recycle access */ member in struct:rge
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h554 * The tc_lock must be held while manipulating the s/w consumer
557 kmutex_t tc_lock[1]; /* serialize recycle */ member in struct:send_ring
829 * protocol data and <tc_lock> for send-buffer recycling.
839 * genlock >>> rx_lock >>> rf_lock >>> tx_lock >>> tc_lock.
842 * ascending order (send[0].tc_lock >>> send[1].tc_lock), etc.
855 * tc_lock[i] (bge_recycle())
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h563 kmutex_t tc_lock[1]; member in struct:send_ring

Completed in 95 milliseconds