Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_exclave_fs.c220 uint16_t alloc_count; in get_graft_info() local
239 alloc_count = ggi.ggi_count; in get_graft_info()
241 graft_infos = kalloc_type(fsioc_graft_info_t, alloc_count, Z_WAITOK | Z_ZERO); in get_graft_info()
247 ggi.ggi_count = alloc_count; in get_graft_info()
260 if (ggi.ggi_graft_index >= alloc_count) { in get_graft_info()
270 kfree_type(fsioc_graft_info_t, alloc_count, graft_infos); in get_graft_info()
/xnu-11215.1.10/bsd/netinet/
H A Din_tclass.c807 int n, alloc_count; in sogetopt_tcdbg() local
811 if ((alloc_count = tfp_count) == 0) { in sogetopt_tcdbg()
816 len = alloc_count * sizeof(struct so_tcdbg); in sogetopt_tcdbg()
829 if (++n > alloc_count) { in sogetopt_tcdbg()
/xnu-11215.1.10/tools/lldbmacros/
H A Dmemory.py785 alloc_count = avail_count = 0
807 alloc_count = meta_sbv.xGetIntegerByName('zm_alloc_size') // zone.elem_outer_size
811 alloc_count=alloc_count, avail_count=avail_count,