Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Drefgrp.py69 task_refgrp = kern.globals.task_refgrp
70 count = sizeof(task_refgrp) // sizeof('struct os_refgrp *')
73 if task_refgrp[i].grp_retain_total != 0:
74 print(GetOSRefGrpSummary(task_refgrp[i]))
82 g = a.account.task_refgrp
/xnu-11215/osfmk/kern/
H A Dtask_ref.c133 static struct os_refgrp * const task_refgrp[TASK_GRP_COUNT] = { variable
267 return task_refgrp[TASK_GRP_EXTERNAL]; in find_external_refgrp()
399 task_refgrp[TASK_GRP_KERNEL], OS_REFGRP_F_ALWAYS_ENABLED); in allocate_refgrp_default()
419 os_refgrp_initializer(local_name[i], task_refgrp[i], in allocate_refgrp_full()
514 os_ref_log_init(task_refgrp[i]); in task_ref_init()
/xnu-11215/doc/debugging/
H A Dtask_ref.md64 groups are created) changes depending on the 'task_refgrp' boot arg.
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h152 struct os_refgrp task_refgrp; member
/xnu-11215/libkern/c++/
H A DOSKext.cpp6726 account->task_refgrp.grp_name = account->task_refgrp_name; in load()
6727 account->task_refgrp.grp_parent = &task_external_refgrp; in load()
6728 account->task_refgrp.grp_flags = OS_REFGRP_F_ALWAYS_ENABLED; in load()
6729 os_ref_log_init(&account->task_refgrp); in load()
8807 assertf(account->task_refgrp.grp_count == 0,
16782 cb(&active->account->task_refgrp);