Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1262 int index, seqid, cotype; in callout_t_cb() local
1273 cotype = index & CALLOUT_TYPE_MASK; in callout_t_cb()
1280 if (!(coargs->flags & COF_REAL) && (cotype == CALLOUT_REALTIME)) { in callout_t_cb()
1284 if (!(coargs->flags & COF_NORM) && (cotype == CALLOUT_NORMAL)) { in callout_t_cb()
1312 seqid, co_typenames[cotype], in callout_t_cb()