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

/illumos-gate/usr/src/uts/common/os/
H A Dddi.c1003 * callbparams_alloc() acquires SQLOCK(sq)
1007 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP | KM_PANIC);
1032 * callbparams_alloc() acquires SQLOCK(sq) if successful.
1034 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP);
H A Dstrsubr.c7298 callbparams_alloc(syncq_t *sq, void (*func)(void *), void *arg, int kmflags) function
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1191 extern callbparams_t *callbparams_alloc(syncq_t *, void (*)(void *),

Completed in 64 milliseconds