Searched refs:KM_PANIC (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem.h48 #define KM_PANIC 0x0002 /* if memory cannot be allocated, panic */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c147 mp = tcp_timermp_alloc(KM_NOSLEEP | KM_PANIC);
283 kmflags & ~KM_PANIC);
292 } else if (kmflags & KM_PANIC) {
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c1007 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP | KM_PANIC);
H A Dcallout.c262 * Failing all, we try a KM_PANIC allocation. Note that we never
277 cp = kmem_alloc_tryhard(size, &size, KM_NOSLEEP | KM_PANIC);
292 * Failing all, we try a KM_PANIC allocation. Note that we never
307 cl = kmem_alloc_tryhard(size, &size, KM_NOSLEEP | KM_PANIC);
H A Dkmem.c1990 (kmflag & (KM_NOSLEEP | KM_PANIC)) == KM_NOSLEEP) {
3105 p = kmem_alloc(*asize, (kmflag | KM_NOSLEEP) & ~KM_PANIC);
H A Dstrsubr.c7303 cbp = kmem_alloc(size, kmflags & ~KM_PANIC);
7310 if (kmflags & KM_PANIC)
H A Dsunddi.c4943 &size, KM_NOSLEEP | KM_PANIC);
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c2660 dma->dp_sleep_flags = KM_PANIC;

Completed in 125 milliseconds