Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkdebug.c322 vm_size_t kd_mapcount = 0; variable
1428 kd_mapptr = _thread_map_create_live(0, &kd_mapsize, &kd_mapcount); in _threadmap_init()
1924 if (kd_mapcount > UINT32_MAX) { in _write_legacy_header()
1927 map_count = (uint32_t)kd_mapcount; in _write_legacy_header()
2070 kd_mapcount = 0; in _clear_thread_map()
2128 map_size = kd_mapcount * sizeof(kd_threadmap); in kdbg_copyout_thread_map()
2365 .nkdthreads = (int)MIN(kd_mapcount, INT_MAX), in _kd_sysctl_internal()
2466 number = kd_mapcount * sizeof(kd_threadmap); in _kd_sysctl_internal()