Home
last modified time | relevance | path

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

12

/xnu-8020.140.41/osfmk/kern/
H A Dtask_ref.c124 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 Dsync_sema.c66 os_refgrp_decl(static, sema_refgrp, "semaphore", NULL);
H A Dledger.c186 os_refgrp_decl(static, ledger_refgrp, "ledger", NULL);
H A Dturnstile.c84 os_refgrp_decl(static, turnstile_refgrp, "turnstile", NULL);
H A Dthread.c296 os_refgrp_decl(static, thread_refgrp, "thread", NULL);
/xnu-8020.140.41/libkern/os/
H A Drefcnt_internal.h134 # 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 Drefcnt.c17 os_refgrp_decl(, global_ref_group, "all", NULL);
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_stats.c38 os_refgrp_decl(static, flow_stats_refgrp, "flow_stats", NULL);
H A Dflow_entry.c47 os_refgrp_decl(static, flow_entry_refgrp, "flow_entry", NULL);
/xnu-8020.140.41/bsd/kern/
H A Dsys_reason.c47 os_refgrp_decl(static, os_reason_refgrp, "os_reason", NULL);
H A Dkern_fork.c174 os_refgrp_decl(, p_refgrp, "proc", NULL);
H A Dkern_persona.c84 os_refgrp_decl(static, persona_refgrp, "persona", NULL);
H A Dkern_aio.c292 os_refgrp_decl(static, aio_refgrp, "aio", NULL);
H A Dsocket_flows.c138 os_refgrp_decl(static, soflow_refgrp, "soflow_ref_group", NULL);
H A Dkern_resource.c149 os_refgrp_decl(, rlimit_refgrp, "plimit_refcnt", NULL);
H A Dtty.c120 os_refgrp_decl(static, t_refgrp, "tty", NULL);
/xnu-8020.140.41/bsd/skywalk/namespace/
H A Dprotons.c53 os_refgrp_decl(static, protons_token_refgrp, "protons_token", NULL);
/xnu-8020.140.41/osfmk/ipc/
H A Dipc_space.c95 os_refgrp_decl(static, is_refgrp, "is", NULL);
H A Dipc_eventlink.c55 os_refgrp_decl(static, ipc_eventlink_refgrp, "eventlink", NULL);
H A Dipc_voucher.c115 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 Dos_refcnt.c196 os_refgrp_decl(static, g1, "test group", NULL);
/xnu-8020.140.41/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c41 os_refgrp_decl(static, cht_obj_refgrp, "CuckooTestRefGroup", NULL);
/xnu-8020.140.41/osfmk/vm/
H A Dvm_shared_region_pager.c159 os_refgrp_decl(static, srk_refgrp, "shared region key ref cnts", NULL);
/xnu-8020.140.41/bsd/miscfs/devfs/
H A Ddevfs_tree.c152 os_refgrp_decl(static, devfs_refgrp, "devfs", NULL);
/xnu-8020.140.41/osfmk/arm64/
H A Dstatus.c1722 os_refgrp_decl(static, dbg_refgrp, "arm_debug_state", NULL);

12