Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_exclave_fs.c184 uint16_t alloc_count; in get_graft_info() local
203 alloc_count = ggi.ggi_count; in get_graft_info()
205 graft_infos = kalloc_type(fsioc_graft_info_t, alloc_count, Z_WAITOK | Z_ZERO); in get_graft_info()
211 ggi.ggi_count = alloc_count; in get_graft_info()
224 if (ggi.ggi_graft_index >= alloc_count) { in get_graft_info()
234 kfree_type(fsioc_graft_info_t, alloc_count, graft_infos); in get_graft_info()
/xnu-10063.101.15/bsd/netinet/
H A Din_tclass.c801 int n, alloc_count; in sogetopt_tcdbg() local
805 if ((alloc_count = tfp_count) == 0) { in sogetopt_tcdbg()
810 len = alloc_count * sizeof(struct so_tcdbg); in sogetopt_tcdbg()
823 if (++n > alloc_count) { in sogetopt_tcdbg()
/xnu-10063.101.15/tools/lldbmacros/
H A Dmemory.py835 alloc_count = avail_count = 0
857 alloc_count = meta_sbv.xGetIntegerByName('zm_alloc_size') // zone.elem_outer_size
861 alloc_count=alloc_count, avail_count=avail_count,