Searched refs:CALLOUT_LONGTERM (Results 1 – 2 of 2) sorted by relevance
146 #define CALLOUT_LONGTERM 0x80000000 macro183 (CALLOUT_SHORT_ID(table) | CALLOUT_LONGTERM)
751 if (!(coargs->flags & COF_LONG) && (co->c_xid & CALLOUT_LONGTERM)) { in callouts_cb()754 if (!(coargs->flags & COF_SHORT) && !(co->c_xid & CALLOUT_LONGTERM)) { in callouts_cb()880 (co->c_xid & CALLOUT_LONGTERM) ? "L" : " ", in callouts_cb()1529 (xid & CALLOUT_LONGTERM) ? "L" : " ", in calloutid()