Searched refs:KM_PANIC (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | kmem.h | 48 #define KM_PANIC 0x0002 /* if memory cannot be allocated, panic */ macro
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_timers.c | 147 mp = tcp_timermp_alloc(KM_NOSLEEP | KM_PANIC); in tcp_timeout() 283 kmflags & ~KM_PANIC); in tcp_timermp_alloc() 292 } else if (kmflags & KM_PANIC) { in tcp_timermp_alloc()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ddi.c | 1007 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP | KM_PANIC); in qtimeout()
|
H A D | callout.c | 277 cp = kmem_alloc_tryhard(size, &size, KM_NOSLEEP | KM_PANIC); in callout_alloc() 307 cl = kmem_alloc_tryhard(size, &size, KM_NOSLEEP | KM_PANIC); in callout_list_alloc()
|
H A D | kmem.c | 1989 (kmflag & (KM_NOSLEEP | KM_PANIC)) == KM_NOSLEEP) { in kmem_cache_alloc_debug() 3021 p = kmem_alloc(*asize, (kmflag | KM_NOSLEEP) & ~KM_PANIC); in kmem_alloc_tryhard()
|
H A D | strsubr.c | 7303 cbp = kmem_alloc(size, kmflags & ~KM_PANIC); in callbparams_alloc() 7310 if (kmflags & KM_PANIC) in callbparams_alloc()
|
H A D | sunddi.c | 4943 &size, KM_NOSLEEP | KM_PANIC); in callback_insert()
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 2655 dma->dp_sleep_flags = KM_PANIC; in rootnex_clean_dmahdl()
|