Searched refs:KM_NORMALPRI (Results 1 – 4 of 4) sorted by relevance
50 #define KM_NORMALPRI 0x0008 /* with KM_NOSLEEP, lower priority allocation */ macro
865 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()
11239 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()
2265 big_buf = kmem_alloc(big_buf_size, KM_NOSLEEP | KM_NORMALPRI); in sbd_write_same_data()