Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/mem/
H A Dskmem_region.c1261 sg->sg_index, SK_KVA(sg->sg_start), SK_KVA(sg->sg_end)); in skmem_region_alloc()
1264 sg->sg_index, SK_KVA(sg), SK_KVA(sg->sg_start), in skmem_region_alloc()
1279 ASSERT(sg1->sg_index == sg->sg_index); in skmem_region_alloc()
1311 struct sksegment sg_key = { .sg_index = sg0->sg_index }; in skmem_region_mirror_alloc()
1334 sg = sksegment_alloc_with_idx(skr, sg0->sg_index); in skmem_region_mirror_alloc()
1337 VERIFY(sg->sg_index == sg0->sg_index); in skmem_region_mirror_alloc()
1357 sg->sg_index, SK_KVA(sg->sg_start), SK_KVA(sg->sg_end)); in skmem_region_mirror_alloc()
1417 sg->sg_index, SK_KVA(addr), in skmem_region_free()
1421 sg->sg_index, SK_KVA(sg), SK_KVA(addr), in skmem_region_free()
1515 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.c937 ASSERT(sgm == NULL || sgm->sg_index == sg->sg_index); in skmem_slab_create()
984 SK_DF(SK_VERB_MEM_CACHE, " [%u] [0x%llx-0x%llx)", sl->sl_seg->sg_index, in skmem_slab_create()
1015 SK_DF(SK_VERB_MEM_CACHE, " [%u] [0x%llx-0x%llx)", sl->sl_seg->sg_index, in skmem_slab_destroy()
1205 ((sl->sl_seg->sg_index * sl->sl_chunks) + bc->bc_idx); in skmem_slab_alloc_locked()
1687 (sl->sl_seg->sg_index * sl->sl_chunks) + bc->bc_idx; in skmem_cache_get_obj_info()
/xnu-10063.101.15/tools/lldbmacros/
H A Dskywalk.py285 print(format_string.format(sg, sg.sg_index, sg.sg_start, sg.sg_end))
300 print(format_string.format(sg, sg.sg_index, sg.sg_start, sg.sg_end))
/xnu-10063.101.15/bsd/skywalk/packet/
H A Dpbufpool_kern.c275 return seg->sg_index; in kern_segment_get_index()