Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi.c1007 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP | KM_PANIC); in qtimeout()
1034 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP); in qbufcall()
H A Dstrsubr.c7323 callbparams_alloc(syncq_t *sq, void (*func)(void *), void *arg, int kmflags) in callbparams_alloc() function
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1209 extern callbparams_t *callbparams_alloc(syncq_t *, void (*)(void *),