Home
last modified time | relevance | path

Searched refs:CALLOUT_FLAG_ABSOLUTE (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dcondvar.c274 limit = (flag & CALLOUT_FLAG_ABSOLUTE) ? gethrtime() : 0; in cv_timedwait_hires()
396 limit = (flag & CALLOUT_FLAG_ABSOLUTE) ? gethrtime() : 0; in cv_timedwait_sig_hires()
494 CALLOUT_FLAG_ABSOLUTE | CALLOUT_FLAG_ROUNDUP)); in cv_timedwait_sig_hrtime()
H A Dcallout.c1046 if (flags & CALLOUT_FLAG_ABSOLUTE) { in timeout_generic()
1095 if (flags & CALLOUT_FLAG_ABSOLUTE) in timeout_generic()
/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h333 #define CALLOUT_FLAG_ABSOLUTE 0x2 macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1097 CALLOUT_FLAG_ABSOLUTE | CALLOUT_FLAG_ROUNDUP) > 0) in dmu_tx_delay()