Searched refs:tasks_tkm_shared (Results 1 – 1 of 1) sorted by relevance
286 zinfo_usage_store_t tasks_tkm_shared; variable2207 OSAddAtomic64(credit, (int64_t *)&tasks_tkm_shared.alloc); in task_deallocate_internal()2208 OSAddAtomic64(debit, (int64_t *)&tasks_tkm_shared.free); in task_deallocate_internal()5542 tkm_info->total_palloc = tasks_tkm_private.alloc + tasks_tkm_shared.alloc; in task_info()5543 tkm_info->total_pfree = tasks_tkm_private.free + tasks_tkm_shared.free; in task_info()