Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c158 CALLOUT_HASH_APPEND(ct->ct_idhash[CALLOUT_IDHASH(cp->c_xid)], \
163 CALLOUT_HASH_DELETE(ct->ct_idhash[CALLOUT_IDHASH(cp->c_xid)], \
257 cp->c_xid |= CALLOUT_ID_FREE; \
280 cp->c_xid = 0; in callout_alloc()
1093 cp->c_xid = id; in timeout_generic()
1298 xid = cp->c_xid; in untimeout_generic()
1381 while (cp->c_xid == xid) { in untimeout_generic()
1467 if (cp->c_xid & CALLOUT_EXECUTING) { in callout_list_expire()
1476 cp->c_xid |= CALLOUT_EXECUTING; in callout_list_expire()
1491 cp->c_xid &= ~CALLOUT_EXECUTING; in callout_list_expire()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h60 callout_id_t c_xid; /* extended callout ID; see below */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c933 if ((coargs->flags & COF_FREE) && !(co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()
940 if (!(coargs->flags & COF_FREE) && (co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()
955 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()
961 if ((coargs->flags & COF_EXEC) && !(co->c_xid & CALLOUT_EXECUTING)) { in callouts_cb()
1038 tableid = CALLOUT_ID_TO_TABLE(co->c_xid); in callouts_cb()
1040 coid = CO_PLAIN_ID(co->c_xid); in callouts_cb()
1081 (co->c_xid & CALLOUT_EXECUTING) ? "X" : " ", in callouts_cb()
1084 (co->c_xid & CALLOUT_LONGTERM) ? "L" : " ", in callouts_cb()