HomeSort by: relevance | last modified time | path
    Searched refs:tc_lock (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg_impl.h 56 * 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
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tc.c 444 mutex_lock(&dig_port->tc_lock);
469 mutex_unlock(&dig_port->tc_lock);
507 mutex_lock(&dig_port->tc_lock);
527 mutex_unlock(&dig_port->tc_lock);
535 return mutex_is_locked(&dig_port->tc_lock) ||
549 mutex_lock(&dig_port->tc_lock);
551 mutex_unlock(&dig_port->tc_lock);
566 mutex_init(&dig_port->tc_lock);
intel_display_types.h 1353 struct mutex tc_lock; /* protects the TypeC port mode */ member in struct:intel_digital_port
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
txg.c 133 mutex_init(&tx->tx_cpu[c].tc_lock, NULL, MUTEX_DEFAULT, NULL);
179 mutex_destroy(&tx->tx_cpu[c].tc_lock);
305 mutex_enter(&tc->tc_lock);
307 mutex_exit(&tc->tc_lock);
320 ASSERT(!MUTEX_HELD(&tc->tc_lock));
330 mutex_enter(&tc->tc_lock);
332 mutex_exit(&tc->tc_lock);
341 mutex_enter(&tc->tc_lock);
345 mutex_exit(&tc->tc_lock);
388 mutex_enter(&tc->tc_lock);
    [all...]

Completed in 16 milliseconds