Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h146 #define CALLOUT_LONGTERM 0x80000000 macro
183 (CALLOUT_SHORT_ID(table) | CALLOUT_LONGTERM)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c955 if (!(coargs->flags & COF_LONG) && (co->c_xid & CALLOUT_LONGTERM)) { in callouts_cb()
958 if (!(coargs->flags & COF_SHORT) && !(co->c_xid & CALLOUT_LONGTERM)) { in callouts_cb()
1084 (co->c_xid & CALLOUT_LONGTERM) ? "L" : " ", in callouts_cb()
1733 (xid & CALLOUT_LONGTERM) ? "L" : " ", in calloutid()