Home
last modified time | relevance | path

Searched refs:sg_index (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/mem/
H A Dskmem_region.c1252 sg->sg_index, SK_KVA(sg->sg_start), SK_KVA(sg->sg_end)); in skmem_region_alloc()
1255 sg->sg_index, SK_KVA(sg), SK_KVA(sg->sg_start), in skmem_region_alloc()
1270 ASSERT(sg1->sg_index == sg->sg_index); in skmem_region_alloc()
1302 struct sksegment sg_key = { .sg_index = sg0->sg_index }; in skmem_region_mirror_alloc()
1325 sg = sksegment_alloc_with_idx(skr, sg0->sg_index); in skmem_region_mirror_alloc()
1328 VERIFY(sg->sg_index == sg0->sg_index); in skmem_region_mirror_alloc()
1348 sg->sg_index, SK_KVA(sg->sg_start), SK_KVA(sg->sg_end)); in skmem_region_mirror_alloc()
1408 sg->sg_index, SK_KVA(addr), in skmem_region_free()
1412 sg->sg_index, SK_KVA(sg), SK_KVA(addr), in skmem_region_free()
1506 i = sg->sg_index; in skmem_region_depopulate()
[all …]
H A Dskmem_region_var.h81 uint32_t sg_index; /* index in skr_seg[] */ member
H A Dskmem_cache.c950 ASSERT(sgm == NULL || sgm->sg_index == sg->sg_index); in skmem_slab_create()
997 SK_DF(SK_VERB_MEM_CACHE, " [%u] [0x%llx-0x%llx)", sl->sl_seg->sg_index, in skmem_slab_create()
1028 SK_DF(SK_VERB_MEM_CACHE, " [%u] [0x%llx-0x%llx)", sl->sl_seg->sg_index, in skmem_slab_destroy()
1190 ((sl->sl_seg->sg_index * sl->sl_chunks) + bc->bc_idx); in skmem_slab_alloc_locked()
1614 (sl->sl_seg->sg_index * sl->sl_chunks) + bc->bc_idx; in skmem_cache_get_obj_info()
/xnu-8020.101.4/tools/lldbmacros/
H A Dskywalk.py290 print(format_string.format(sg, sg.sg_index, sg.sg_start, sg.sg_end))
305 print(format_string.format(sg, sg.sg_index, sg.sg_start, sg.sg_end))
/xnu-8020.101.4/bsd/skywalk/packet/
H A Dpbufpool_kern.c329 return seg->sg_index; in kern_segment_get_index()