Home
last modified time | relevance | path

Searched refs:bypass_snapshot_throttle_key (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dfssnap.h179 extern uint_t bypass_snapshot_throttle_key;
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dlufs_thread.c74 uint_t bypass_snapshot_throttle_key; variable
449 (void) tsd_set(bypass_snapshot_throttle_key, (void*)1); in trans_roll()
H A Dlufs_log.c44 extern uint_t bypass_snapshot_throttle_key;
224 (void) tsd_set(bypass_snapshot_throttle_key, in ldl_strategy()
228 (void) tsd_set(bypass_snapshot_throttle_key, in ldl_strategy()
H A Dufs_vfsops.c225 extern uint_t bypass_snapshot_throttle_key;
235 tsd_create(&bypass_snapshot_throttle_key, NULL); in _init()
/titanic_44/usr/src/uts/common/io/
H A Dfssnap.c1474 tsd_get(bypass_snapshot_throttle_key)); in fssnap_translate()