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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h771 #define P2_MIN_TICKS_PER_SEC (P2_TICKS_PER_SEC - 10) macro
773 #define CHECK_TICKS_PER_SEC(ticks) ((ticks >= P2_MIN_TICKS_PER_SEC) && \
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h816 #define P2_MIN_TICKS_PER_SEC (P2_TICKS_PER_SEC-10) macro
819 ((ticks >= P2_MIN_TICKS_PER_SEC) && (ticks <= P2_MAX_TICKS_PER_SEC))

Completed in 76 milliseconds