| /xnu-12377.81.4/osfmk/kern/ |
| H A D | kern_monotonic.c | 65 uint64_t count = snap - mtc->mtc_snaps[ctr]; in mt_mtc_update_count() local 98 uint64_t count; in mt_mtc_update_fixed_counts() local
|
| H A D | kalloc.h | 693 #define kfree_type_counted_by(type, count, elem) \ argument 1312 #define kfree_type_3(type, count, elem) ({ \ argument 1333 #define kfree_type_4(hdr_ty, e_ty, count, elem) ({ \ argument 1351 #define kalloc_type_tag_4(type, count, flags, tag) ({ \ argument 1357 #define kalloc_type_3(type, count, flags) \ argument 1360 #define kalloc_type_tag_5(hdr_ty, e_ty, count, flags, tag) ({ \ argument 1367 #define kalloc_type_4(hdr_ty, e_ty, count, flags) \ argument 1398 #define kalloc_type_3(type, count, flags) ({ \ argument 1404 #define kalloc_type_4(hdr_ty, e_ty, count, flags) ({ \ argument 1492 #define kfree_data_counted_by(elem, count) ({ \ argument
|
| H A D | sync_sema.h | 58 int count; /* current count value */ member
|
| H A D | mpqueue.h | 19 uint64_t count; member
|
| H A D | ipc_host.c | 615 unsigned int i, j, count; in host_get_exception_ports() local 674 count; in host_swap_exception_ports() local
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_upl.c | 132 unsigned int *count, in vm_map_get_upl() 602 mach_msg_type_number_t count, in upl_commit_range() 1404 mach_msg_type_number_t count) in upl_commit()
|
| H A D | vm_mteinfo_internal.h | 196 uint32_t count; member
|
| H A D | vm_user.c | 464 natural_t count) in mach_vm_read_list() 530 natural_t count) in vm_read_list() 1436 mach_msg_type_number_t *count, /* IN/OUT */ in mach_vm_region() 1487 mach_msg_type_number_t *count, /* IN/OUT */ in vm_region_64() 1505 mach_msg_type_number_t *count, /* IN/OUT */ in vm_region() 1677 mach_msg_type_number_t count; in mach_vm_page_query() local 1765 mach_msg_type_number_t count = 0; in mach_vm_page_range_query() local 1885 mach_msg_type_number_t *count) in mach_vm_page_info() 2077 uint32_t count, in mach_vm_range_create_v1_sanitize() 2141 uint16_t count; in mach_vm_range_create_v1() local
|
| /xnu-12377.81.4/tests/ |
| H A D | proc_pidpath_audittoken.c | 60 int count = 0; in show_pidpaths() local
|
| H A D | vm_test_mach_map.c | 421 mach_msg_type_number_t count; in task_footprint() local 1225 mach_msg_type_number_t count; variable 2170 mach_msg_type_number_t count = VM_REGION_SUBMAP_INFO_COUNT_64; variable 2436 mach_msg_type_number_t count = VM_REGION_SUBMAP_INFO_V2_COUNT_64; variable 2516 mach_msg_type_number_t count = VM_REGION_SUBMAP_INFO_V2_COUNT_64; variable
|
| H A D | bpf_write_batch.c | 277 do_bpf_write_batch(int count, const char *ifname, u_int ip_len, bool expect_success, u_int write_si… in do_bpf_write_batch() 383 test_bpf_write_batch(int count, u_int data_len, int mtu, bool expect_success, u_int write_size_max) in test_bpf_write_batch()
|
| H A D | queue.c | 23 check_queue(queue_t q, int *values, int count) in check_queue()
|
| /xnu-12377.81.4/tests/bounded_ptr_src/ |
| H A D | example.malloc.cpp | 54 std::uint32_t count = 100; variable
|
| /xnu-12377.81.4/iokit/Kernel/ |
| H A D | IOLocks.cpp | 165 UInt32 count; member 273 UInt32 count = lock->count; in IORecursiveLockSleep() local 296 UInt32 count = lock->count; in IORecursiveLockSleepDeadline() local
|
| H A D | IOKitDebug.cpp | 240 UInt32 count; member 272 uint32_t count; member 293 uint32_t count; member 992 uint32_t baseIdx, lim, ptrIdx, count; in IOTrackingLeakScan() local 1092 zone_leaks_scan(uintptr_t * instances, uint32_t count, uint32_t zoneSize, uint32_t * found) in zone_leaks_scan() 1130 uint32_t count, idx, numSites, dups, siteCount; in IOTrackingLeaks() local 1137 count = (data->getLength() / sizeof(*instances)); in IOTrackingLeaks() local 1377 uint32_t count = site->count; in IOTrackingDebug() local
|
| /xnu-12377.81.4/libsyscall/mach/ |
| H A D | vm_reclaim.c | 88 round_buffer_len(mach_vm_reclaim_count_t count) in round_buffer_len() 166 mach_vm_reclaim_count_t count) in mach_vm_reclaim_round_capacity() 609 mach_vm_reclaim_count_t count; in mach_vm_reclaim_copied_ring_query() local
|
| /xnu-12377.81.4/bsd/skywalk/nexus/ |
| H A D | nexus_traffic_rule.c | 254 os_ref_count_t count = os_ref_get_count(&ntr->ntr_refcnt); in retain_traffic_rule() local 266 os_ref_count_t count = os_ref_get_count(&ntr->ntr_refcnt); in release_traffic_rule() local 382 uint32_t count = 0; in add_traffic_rule() local
|
| H A D | nexus_traffic_rule_inet.c | 121 nxctl_inet_traffic_rule_get_count(const char *ifname, uint32_t *count) in nxctl_inet_traffic_rule_get_count() 646 inet_update_ifnet_traffic_rule_count(const char *ifname, uint32_t count) in inet_update_ifnet_traffic_rule_count() 794 inet_traffic_rule_get_count(const char *ifname, uint32_t *count) in inet_traffic_rule_get_count() 881 uint32_t *count, user_addr_t uaddr) in inet_traffic_rule_get_all()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | mblist.h | 48 uint32_t count; member
|
| /xnu-12377.81.4/osfmk/arm64/ |
| H A D | monotonic_arm64.c | 237 mt_core_set_snap(unsigned int ctr, uint64_t count) in mt_core_set_snap() 621 uint64_t count) in uncmon_write_counter_locked_l() 684 uint64_t count) in uncmon_write_counter_locked_r() 1462 uint64_t count = mt_cpu_update_count(cpu, i); in mt_cpu_pmi() local 1499 uint64_t count = 0; in mt_cpu_pmi() local 1574 uint64_t count = mt_cpu_update_count(cpu, i); in mt_microstackshot_start_remote() local
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | proc_info.c | 494 size_t count = 0; in proc_fdlist_internal() local 519 uint32_t count = 0; in proc_pidfdlist() local 563 proc_fdlist(proc_t p, struct proc_fdinfo *buf, size_t *count) in proc_fdlist() 1077 int count; in proc_pidthreadpathinfo() local 1103 uint32_t count = 0; in proc_pidlistthreads() local 1163 int count; in proc_pidregionpathinfo() local 1198 int count; in proc_pidregionpathinfo2() local 1253 int count = MAXPATHLEN; in proc_pidregionpath() local 1277 int count; in proc_pidregionpathinfo3() local 1348 int count; in proc_pidvnodepathinfo() local [all …]
|
| /xnu-12377.81.4/libkern/libkern/c++/ |
| H A D | OSDictionary.h | 151 unsigned int count; variable
|
| /xnu-12377.81.4/bsd/dev/i386/ |
| H A D | stubs.c | 114 copywithin(void *src, void *dst, size_t count) in copywithin()
|
| /xnu-12377.81.4/san/memory/ |
| H A D | kasan_dynamic_denylist.c | 33 uint64_t count; member 65 uint64_t count; // hit count member 427 uint64_t count; in kasan_is_denylisted() local
|
| /xnu-12377.81.4/tests/unit/mocks/ |
| H A D | mock_thread.c | 461 unsigned int count = thread->machine.preemption_count; variable 474 unsigned int count = thread->machine.preemption_count; variable 504 unsigned int count = thread->machine.preemption_count; variable 512 unsigned int count = thread->machine.preemption_count; variable 1512 …int count = fibers_condition_wakeup_some(&wq->extra->cond, nthreads, &waitq_wakeup_fiber_callback,… variable
|