Lines Matching refs:KM_SLEEP
151 new = kmem_alloc(sizeof (ctmpl_process_t), KM_SLEEP); in ctmpl_process_dup()
442 new = kmem_alloc(sizeof (ctmpl_process_t), KM_SLEEP); in contract_process_default()
690 pids = kmem_alloc(spids * sizeof (uint32_t), KM_SLEEP); in contract_process_status()
692 KM_SLEEP); in contract_process_status()
796 sys_process_tmpl = kmem_alloc(sizeof (ctmpl_process_t), KM_SLEEP); in contract_process_init()
825 ctp = kmem_zalloc(sizeof (cont_process_t), KM_SLEEP); in contract_process_create()
948 VERIFY(nvlist_alloc(&nvl, NV_UNIQUE_NAME, KM_SLEEP) == 0); in contract_process_exit()
952 event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP); in contract_process_exit()
967 KM_SLEEP) == 0); in contract_process_exit()
970 event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP); in contract_process_exit()
1051 VERIFY(nvlist_alloc(&nvl, NV_UNIQUE_NAME, KM_SLEEP) == 0); in contract_process_fork()
1055 event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP); in contract_process_fork()
1081 VERIFY(nvlist_alloc(&nvl, NV_UNIQUE_NAME, KM_SLEEP) == 0); in contract_process_core()
1097 KM_SLEEP) == 0); in contract_process_core()
1102 event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP); in contract_process_core()
1131 VERIFY(nvlist_alloc(&nvl, NV_UNIQUE_NAME, KM_SLEEP) == 0); in contract_process_hwerr()
1134 event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP); in contract_process_hwerr()
1167 VERIFY(nvlist_alloc(&nvl, NV_UNIQUE_NAME, KM_SLEEP) == 0); in contract_process_sig()
1173 KM_SLEEP) == 0); in contract_process_sig()
1184 event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP); in contract_process_sig()