Home
last modified time | relevance | path

Searched refs:monitor (Results 1 – 9 of 9) sorted by relevance

/xnu-11417.121.6/doc/vm/
H A Dmemorystatus_notify.md75 Kernel/kext threads may monitor the system pressure level via
/xnu-11417.121.6/tests/skywalk/
H A Dskywalk_test_utils.h219 uint64_t exclusive, uint64_t monitor,
H A Dskywalk_test_utils.c258 uint64_t exclusive, uint64_t monitor, in sktu_channel_create_extended() argument
282 if (monitor != -1) { in sktu_channel_create_extended()
283 error = os_channel_attr_set(tmpattr, CHANNEL_ATTR_MONITOR, monitor); in sktu_channel_create_extended()
347 assert(exclusive == -1 || monitor == scratch); in sktu_channel_create_extended()
/xnu-11417.121.6/bsd/kern/
H A Dkern_codesigning.c115 SYSCTL_UINT(_security_codesigning, OID_AUTO, monitor, CTLFLAG_RD, &cs_monitor, 0, "code signing mon…
/xnu-11417.121.6/osfmk/arm64/
H A Dmonotonic_arm64.c309 #pragma mark uncore performance monitor
/xnu-11417.121.6/bsd/conf/
H A Dfiles593 bsd/skywalk/nexus/monitor/nx_monitor.c optional config_nexus_monitor
/xnu-11417.121.6/makedefs/
H A DMakeInc.def916 # For the moment, kaliber has a unique memory layout (monitor at the top
/xnu-11417.121.6/bsd/vfs/
H A Dkpi_vfs.c6412 DTRACE_FSINFO(monitor, vnode_t, vp); in VNOP_MONITOR()
/xnu-11417.121.6/tests/
H A Dstackshot_tests.m2266 /* Setup a dispatch source to monitor the service port similar to how launchd does. */