HomeSort by relevance Sort by last modified time
    Searched defs:tc_lock (Results 1 - 6 of 6) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/sys/
txg_impl.h 40 kmutex_t tc_lock; member in struct:tx_cpu
  /netvirt/usr/src/uts/common/os/
turnstile.c 173 disp_lock_t tc_lock; /* lock for this hash chain */ member in struct:turnstile_chain
187 ASSERT(DISP_LOCK_HELD(&TURNSTILE_CHAIN(ts->ts_sobj).tc_lock));
289 disp_lock_enter(&tc->tc_lock);
304 disp_lock_exit(&TURNSTILE_CHAIN(sobj).tc_lock);
418 ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
460 THREAD_SLEEP(t, &tc->tc_lock);
669 ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
670 ASSERT(t->t_lockp == &tc->tc_lock);
728 ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
742 CL_WAKEUP(t); /* previous thread lock, tc_lock, not dropped *
    [all...]
  /netvirt/usr/src/cmd/mdb/common/modules/genunix/
sobj.c 609 disp_lock_t tc_lock; /* lock for this hash chain */ member in struct:turnstile_chain
  /netvirt/usr/src/uts/common/io/rge/
rge.h 445 kmutex_t tc_lock[1]; /* send recycle access */ member in struct:rge
  /netvirt/usr/src/uts/common/io/bge/
bge_impl.h 525 * The tc_lock must be held while manipulating the s/w consumer
528 kmutex_t tc_lock[1]; /* serialize recycle */ member in struct:send_ring
845 * protocol data and <tc_lock> for send-buffer recycling.
855 * genlock >>> rx_lock >>> rf_lock >>> tx_lock >>> tc_lock.
858 * ascending order (send[0].tc_lock >>> send[1].tc_lock), etc.
871 * tc_lock[i] (bge_recycle())
    [all...]
  /netvirt/usr/src/uts/common/io/nge/
nge.h 637 kmutex_t tc_lock[1]; member in struct:send_ring

Completed in 719 milliseconds