callbparams_alloc
cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP | KM_PANIC);
cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP);
extern callbparams_t *callbparams_alloc(syncq_t *, void (*)(void *),