Searched refs:coargs (Results 1 – 1 of 1) sorted by relevance
720 callout_data_t *coargs = (callout_data_t *)priv; in callouts_cb() local725 if ((coargs == NULL) || (co == NULL)) { in callouts_cb()729 if ((coargs->flags & COF_FREE) && !(co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()736 if (!(coargs->flags & COF_FREE) && (co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()743 if ((coargs->flags & COF_FUNC) && in callouts_cb()744 (coargs->funcaddr != (uintptr_t)co->c_func)) { in callouts_cb()747 if ((coargs->flags & COF_PARAM) && in callouts_cb()748 (coargs->param != (uintptr_t)co->c_arg)) { in callouts_cb()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()[all …]