Lines Matching refs:flag
74 int flag = VM_SLEEP; in id_space_create() local
76 int flag = VM_NOSLEEP; in id_space_create()
82 NULL, NULL, NULL, 0, flag | VMC_IDENTIFIER)); in id_space_create()
99 int flag = VM_SLEEP; in id_space_extend() local
101 int flag = VM_NOSLEEP; in id_space_extend()
103 (void) vmem_add(isp, ID_TO_ADDR(low), high - low, flag); in id_space_extend()
114 int flag = VM_SLEEP; in id_alloc() local
116 int flag = VM_NOSLEEP; in id_alloc()
118 return (ADDR_TO_ID(vmem_alloc(isp, 1, flag | VM_NEXTFIT))); in id_alloc()
140 int flag = VM_SLEEP; in id_allocff() local
142 int flag = VM_NOSLEEP; in id_allocff()
144 return (ADDR_TO_ID(vmem_alloc(isp, 1, flag | VM_FIRSTFIT))); in id_allocff()