Home
last modified time | relevance | path

Searched refs:KM_NORMALPRI (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dkmem.h50 #define KM_NORMALPRI 0x0008 /* with KM_NOSLEEP, lower priority allocation */ macro
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c865 nc = kmem_alloc(sizeof (*nc), KM_NOSLEEP | KM_NORMALPRI); in nfsauth_cache_get()
874 KM_NOSLEEP | KM_NORMALPRI); in nfsauth_cache_get()
912 KM_NOSLEEP | KM_NORMALPRI); in nfsauth_cache_get()
1018 KM_NOSLEEP | KM_NORMALPRI); in nfsauth_cache_get()
1083 KM_NOSLEEP | KM_NORMALPRI); in nfsauth_cache_get()
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c11239 KM_NOSLEEP | KM_NORMALPRI)) == NULL) in dtrace_buffer_alloc()
11251 KM_NOSLEEP | KM_NORMALPRI)) == NULL) in dtrace_buffer_alloc()
13190 if ((base = kmem_zalloc(size, KM_NOSLEEP | KM_NORMALPRI)) == NULL) in dtrace_dstate_init()
13712 KM_NOSLEEP | KM_NORMALPRI); in dtrace_state_go()
13724 KM_NOSLEEP | KM_NORMALPRI)) == NULL) { in dtrace_state_go()
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2265 big_buf = kmem_alloc(big_buf_size, KM_NOSLEEP | KM_NORMALPRI); in sbd_write_same_data()