Home
last modified time | relevance | path

Searched refs:os_refgrp_decl (Results 1 – 25 of 43) sorted by relevance

12

/xnu-12377.61.12/libkern/os/
H A Drefcnt_internal.h139 # 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 Drefcnt.c20 os_refgrp_decl(, global_ref_group, "all", NULL);
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_stats.c38 os_refgrp_decl(static, flow_stats_refgrp, "flow_stats", NULL);
H A Dflow_entry.c51 os_refgrp_decl(static, flow_entry_refgrp, "flow_entry", NULL);
/xnu-12377.61.12/bsd/kern/
H A Dsys_reason.c46 os_refgrp_decl(static, os_reason_refgrp, "os_reason", NULL);
H A Dkern_persona.c80 os_refgrp_decl(static, persona_refgrp, "persona", NULL);
H A Dkern_fork.c176 os_refgrp_decl(, p_refgrp, "proc", NULL);
H A Dsocket_flows.c142 os_refgrp_decl(static, soflow_refgrp, "soflow_ref_group", NULL);
/xnu-12377.61.12/osfmk/bank/
H A Dbank_internal.h53 os_refgrp_decl(static, bank_elem_refgrp, "bank element", NULL);
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_importance.h86 os_refgrp_decl(static, iie_refgrp, "IIERefGroup", NULL);
H A Dipc_space.c94 os_refgrp_decl(static, is_refgrp, "is", NULL);
H A Dipc_eventlink.c53 os_refgrp_decl(static, ipc_eventlink_refgrp, "eventlink", NULL);
H A Dipc_voucher.c88 os_refgrp_decl(static, iv_refgrp, "voucher", NULL);
/xnu-12377.61.12/bsd/skywalk/namespace/
H A Dprotons.c54 os_refgrp_decl(static, protons_token_refgrp, "protons_token", NULL);
/xnu-12377.61.12/tests/
H A Dos_refcnt.c276 os_refgrp_decl(static, g1, "test group", NULL);
/xnu-12377.61.12/bsd/net/aop/
H A Dkpi_aop.c73 os_refgrp_decl(static, kaop_refgrp, "kaop_ref_group", NULL);
/xnu-12377.61.12/osfmk/kern/
H A Depoch_sync.c59 os_refgrp_decl(static, esync_refgrp, "esync", NULL);
H A Dsync_sema.c64 os_refgrp_decl(static, sema_refgrp, "semaphore", NULL);
H A Dkern_cdata.c87 os_refgrp_decl(static, kcdata_object_refgrp, "kcdata_object", NULL);
H A Dturnstile.c92 os_refgrp_decl(static, turnstile_refgrp, "turnstile", NULL);
/xnu-12377.61.12/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c41 os_refgrp_decl(static, cht_obj_refgrp, "CuckooTestRefGroup", NULL);
/xnu-12377.61.12/osfmk/vm/
H A Dvm_shared_region_pager.c151 os_refgrp_decl(static, srk_refgrp, "shared region key ref cnts", NULL);
H A Dvm_reclaim.c199 os_refgrp_decl(static, vm_reclaim_metadata_refgrp, "vm_reclaim_metadata_refgrp", NULL);
/xnu-12377.61.12/bsd/miscfs/devfs/
H A Ddevfs_tree.c152 os_refgrp_decl(static, devfs_refgrp, "devfs", NULL);
/xnu-12377.61.12/osfmk/arm64/
H A Dstatus.c2238 os_refgrp_decl(static, dbg_refgrp, "arm_debug_state", NULL);

12