| /xnu-8020.140.41/osfmk/kern/ |
| H A D | task_ref.c | 124 os_refgrp_decl(static, task_primary_refgrp, "task", NULL); 125 os_refgrp_decl(static, task_kernel_refgrp, "task_kernel", &task_primary_refgrp); 126 os_refgrp_decl(static, task_internal_refgrp, "task_internal", &task_primary_refgrp); 127 os_refgrp_decl(static, task_mig_refgrp, "task_mig", &task_primary_refgrp); 128 os_refgrp_decl(, task_external_refgrp, "task_external", &task_primary_refgrp);
|
| H A D | sync_sema.c | 66 os_refgrp_decl(static, sema_refgrp, "semaphore", NULL);
|
| H A D | ledger.c | 186 os_refgrp_decl(static, ledger_refgrp, "ledger", NULL);
|
| H A D | turnstile.c | 84 os_refgrp_decl(static, turnstile_refgrp, "turnstile", NULL);
|
| H A D | thread.c | 296 os_refgrp_decl(static, thread_refgrp, "thread", NULL);
|
| /xnu-8020.140.41/libkern/os/ |
| H A D | refcnt_internal.h | 134 # define os_refgrp_decl(qual, var, name, parent) \ macro 143 os_refgrp_decl(static, __grp, __func__, NULL); \ 149 # define os_refgrp_decl(qual, var, name, parent) extern struct os_refgrp var __attribute__((unused)) macro 150 # define os_refgrp_decl_extern(var) os_refgrp_decl(, var, ,)
|
| H A D | refcnt.c | 17 os_refgrp_decl(, global_ref_group, "all", NULL);
|
| /xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_stats.c | 38 os_refgrp_decl(static, flow_stats_refgrp, "flow_stats", NULL);
|
| H A D | flow_entry.c | 47 os_refgrp_decl(static, flow_entry_refgrp, "flow_entry", NULL);
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | sys_reason.c | 47 os_refgrp_decl(static, os_reason_refgrp, "os_reason", NULL);
|
| H A D | kern_fork.c | 174 os_refgrp_decl(, p_refgrp, "proc", NULL);
|
| H A D | kern_persona.c | 84 os_refgrp_decl(static, persona_refgrp, "persona", NULL);
|
| H A D | kern_aio.c | 292 os_refgrp_decl(static, aio_refgrp, "aio", NULL);
|
| H A D | socket_flows.c | 138 os_refgrp_decl(static, soflow_refgrp, "soflow_ref_group", NULL);
|
| H A D | kern_resource.c | 149 os_refgrp_decl(, rlimit_refgrp, "plimit_refcnt", NULL);
|
| H A D | tty.c | 120 os_refgrp_decl(static, t_refgrp, "tty", NULL);
|
| /xnu-8020.140.41/bsd/skywalk/namespace/ |
| H A D | protons.c | 53 os_refgrp_decl(static, protons_token_refgrp, "protons_token", NULL);
|
| /xnu-8020.140.41/osfmk/ipc/ |
| H A D | ipc_space.c | 95 os_refgrp_decl(static, is_refgrp, "is", NULL);
|
| H A D | ipc_eventlink.c | 55 os_refgrp_decl(static, ipc_eventlink_refgrp, "eventlink", NULL);
|
| H A D | ipc_voucher.c | 115 os_refgrp_decl(static, iv_refgrp, "voucher", NULL); 116 os_refgrp_decl(static, ivac_refgrp, "voucher attribute control", NULL);
|
| /xnu-8020.140.41/tests/ |
| H A D | os_refcnt.c | 196 os_refgrp_decl(static, g1, "test group", NULL);
|
| /xnu-8020.140.41/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 41 os_refgrp_decl(static, cht_obj_refgrp, "CuckooTestRefGroup", NULL);
|
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | vm_shared_region_pager.c | 159 os_refgrp_decl(static, srk_refgrp, "shared region key ref cnts", NULL);
|
| /xnu-8020.140.41/bsd/miscfs/devfs/ |
| H A D | devfs_tree.c | 152 os_refgrp_decl(static, devfs_refgrp, "devfs", NULL);
|
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | status.c | 1722 os_refgrp_decl(static, dbg_refgrp, "arm_debug_state", NULL);
|