Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c863 #define COF_REAL 0x00000001 macro
894 #define COF_DEFAULT (COF_REAL | COF_NORM | COF_LONG | COF_SHORT)
1280 if (!(coargs->flags & COF_REAL) && (cotype == CALLOUT_REALTIME)) { in callout_t_cb()
1500 'n', MDB_OPT_CLRBITS, COF_REAL, &coargs.flags, in callout()
1575 if (!(coargs.flags & (COF_REAL | COF_NORM))) { in callout()
1576 coargs.flags |= COF_REAL | COF_NORM; in callout()
1636 coargs.flags |= (COF_REAL | COF_NORM); in callout()