Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h142 #define CALLOUT_EXECUTING 0x4000000000000000ULL macro
143 #define CALLOUT_ID_FLAGS (CALLOUT_ID_FREE | CALLOUT_EXECUTING)
/titanic_41/usr/src/uts/common/os/
H A Dcallout.c1305 if ((xid & CALLOUT_EXECUTING) == 0) { in untimeout_generic()
1466 if (cp->c_xid & CALLOUT_EXECUTING) { in callout_list_expire()
1475 cp->c_xid |= CALLOUT_EXECUTING; in callout_list_expire()
1490 cp->c_xid &= ~CALLOUT_EXECUTING; in callout_list_expire()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c757 if ((coargs->flags & COF_EXEC) && !(co->c_xid & CALLOUT_EXECUTING)) { in callouts_cb()
877 (co->c_xid & CALLOUT_EXECUTING) ? "X" : " ", in callouts_cb()
1528 (xid & CALLOUT_EXECUTING) ? "X" : " ", in calloutid()