| /xnu-12377.1.9/libkern/os/ |
| H A D | refcnt_internal.h | 139 # define os_refgrp_decl(qual, var, name, parent) \ macro 148 os_refgrp_decl(static, __grp, __func__, NULL); \ 154 # define os_refgrp_decl(qual, var, name, parent) extern struct os_refgrp var __attribute__((unused)) macro 155 # define os_refgrp_decl_extern(var) os_refgrp_decl(, var, ,)
|
| H A D | refcnt.c | 20 os_refgrp_decl(, global_ref_group, "all", NULL);
|
| /xnu-12377.1.9/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 | 51 os_refgrp_decl(static, flow_entry_refgrp, "flow_entry", NULL);
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | sys_reason.c | 46 os_refgrp_decl(static, os_reason_refgrp, "os_reason", NULL);
|
| H A D | kern_persona.c | 80 os_refgrp_decl(static, persona_refgrp, "persona", NULL);
|
| H A D | kern_fork.c | 176 os_refgrp_decl(, p_refgrp, "proc", NULL);
|
| H A D | socket_flows.c | 142 os_refgrp_decl(static, soflow_refgrp, "soflow_ref_group", NULL);
|
| /xnu-12377.1.9/osfmk/bank/ |
| H A D | bank_internal.h | 53 os_refgrp_decl(static, bank_elem_refgrp, "bank element", NULL);
|
| /xnu-12377.1.9/osfmk/ipc/ |
| H A D | ipc_importance.h | 86 os_refgrp_decl(static, iie_refgrp, "IIERefGroup", NULL);
|
| H A D | ipc_space.c | 94 os_refgrp_decl(static, is_refgrp, "is", NULL);
|
| H A D | ipc_eventlink.c | 53 os_refgrp_decl(static, ipc_eventlink_refgrp, "eventlink", NULL);
|
| H A D | ipc_voucher.c | 88 os_refgrp_decl(static, iv_refgrp, "voucher", NULL);
|
| /xnu-12377.1.9/bsd/skywalk/namespace/ |
| H A D | protons.c | 54 os_refgrp_decl(static, protons_token_refgrp, "protons_token", NULL);
|
| /xnu-12377.1.9/tests/ |
| H A D | os_refcnt.c | 276 os_refgrp_decl(static, g1, "test group", NULL);
|
| /xnu-12377.1.9/bsd/net/aop/ |
| H A D | kpi_aop.c | 73 os_refgrp_decl(static, kaop_refgrp, "kaop_ref_group", NULL);
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | epoch_sync.c | 59 os_refgrp_decl(static, esync_refgrp, "esync", NULL);
|
| H A D | sync_sema.c | 64 os_refgrp_decl(static, sema_refgrp, "semaphore", NULL);
|
| H A D | kern_cdata.c | 87 os_refgrp_decl(static, kcdata_object_refgrp, "kcdata_object", NULL);
|
| H A D | turnstile.c | 92 os_refgrp_decl(static, turnstile_refgrp, "turnstile", NULL);
|
| /xnu-12377.1.9/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 41 os_refgrp_decl(static, cht_obj_refgrp, "CuckooTestRefGroup", NULL);
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_shared_region_pager.c | 151 os_refgrp_decl(static, srk_refgrp, "shared region key ref cnts", NULL);
|
| H A D | vm_reclaim.c | 221 os_refgrp_decl(static, vm_reclaim_metadata_refgrp, "vm_reclaim_metadata_refgrp", NULL);
|
| /xnu-12377.1.9/bsd/miscfs/devfs/ |
| H A D | devfs_tree.c | 152 os_refgrp_decl(static, devfs_refgrp, "devfs", NULL);
|
| /xnu-12377.1.9/osfmk/arm64/ |
| H A D | status.c | 2240 os_refgrp_decl(static, dbg_refgrp, "arm_debug_state", NULL);
|