| /xnu-11215/bsd/kern/ |
| H A D | sys_ulock.c | 106 #define ull_unlock(ull) lck_ticket_unlock(&ull->ull_lock) argument 114 #define ull_unlock(ull) lck_spin_unlock(&ull->ull_lock) argument 119 #define ULOCK_TO_EVENT(ull) ((event_t)ull) argument 336 return ull; in ull_alloc() 368 ull = elem; in ull_get() 425 ull_free(ull); in ull_put() 750 uthread->uu_save.uus_ulock_wait_data.ull = ull; in sys_ulock_wait2() 826 memset(&ull->ull_key, 0, sizeof ull->ull_key); in ulock_wait_cleanup() 830 ull_put(ull); in ulock_wait_cleanup() 857 ull_t *ull = uthread->uu_save.uus_ulock_wait_data.ull; in ulock_wait_continue() local [all …]
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | ulock.py | 15 def GetUlockSummary(ull): argument 16 code = int(ull.ull_opcode) 22 s = "{ull: <#20x} {ull_type: <20s}".format(ull=ull, ull_type=ull_type) 23 ulk=ull.ull_key 31 …rn s + " {ull.ull_owner: <#20x} {ull.ull_turnstile: <#20x} {ull.ull_nwaiters: >7d}".format(ull=ull) 44 … for ull in IterateLinkageChain(addressof(buckets[i].ulb_head), 'ull_t *', 'ull_hash_link'): 45 print(GetUlockSummary(ull))
|
| /xnu-11215/osfmk/mach/ |
| H A D | ndr.h | 120 uint32_t ull; in __NDR_READSWAP__float() member 122 result.ull = __NDR_READSWAP__uint32_t((uint32_t *)argp); in __NDR_READSWAP__float() 131 uint64_t ull; in __NDR_READSWAP__double() member 133 result.ull = __NDR_READSWAP__uint64_t((uint64_t *)argp); in __NDR_READSWAP__double()
|
| /xnu-11215/tests/vm/ |
| H A D | zalloc_buddy.c | 113 *(uint64_t *)(base + pos) = ~0ull; 121 *(uint64_t *)(base + pos) = ~0ull; 128 *(uint64_t *)(base + pos) = ~0ull;
|
| H A D | mach_vm_map.c | 174 T_QUIET; T_EXPECT_EQ(map_addr & PAGE_MASK, 0ull, in mach_vm_map_unaligned_test()
|
| /xnu-11215/bsd/sys/ |
| H A D | kern_overrides.h | 69 #define SYS_OVERRIDE_DISABLE (~(~0ull >> 1))
|
| H A D | user.h | 187 struct ull *ull; member
|
| /xnu-11215/osfmk/kern/ |
| H A D | kern_apfs_reflock.h | 58 #define KERN_APFS_REFLOCK_DESTROYED (~(0ull))
|
| H A D | compact_id.h | 139 [0 ... BITMAP_LEN(COMPACT_ID_COUNT_BASE) - 1] = ~0ull, \
|
| H A D | lock_stat.h | 312 #define lck_mtx_time_stat_begin(id) 0ull
|
| H A D | locks.c | 1922 return cond_sleep_with_inheritor64_mask(cond, expected_cond, ~0ull, interruptible, deadline); in cond_sleep_with_inheritor64()
|
| H A D | smr.c | 2702 return count < 0 ? 0ull : (uint64_t)count; in __smr_shash_count()
|
| H A D | sched_prim.c | 8119 return 0ull; in die_and_cluster_to_cpu_mask() 9145 cpumap_t started_cores = 0ull; in sched_update_powered_cores_drops_lock()
|
| /xnu-11215/tests/ |
| H A D | posix_spawn_filtering.c | 104 T_ASSERT_EQ(lseek(env_output_fd, 0, SEEK_SET), 0ull, "lseek should succeed");
|
| H A D | stackshot_accuracy.m | 226 if (expected_return_addr == 0ull) { 248 if (expected_return_addr != 0ull) { 255 T_ASSERT_GT(fault_stats.sfs_time_spent_faulting, 0ull, "spent time trying to fault"); 258 T_ASSERT_NE(expected_return_addr, 0ull, "found child thread with recursions");
|
| H A D | ipc_mach_port.c | 57 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &port); in make_sr_port()
|
| H A D | reply_port_defense_client.c | 268 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &exc_port); in exception_ports_crash()
|
| H A D | task_suspend_stats.c | 145 T_EXPECT_GT(source->tss_time, 0ull, "suspend source should have non-zero time"); in verify_source()
|
| H A D | stackshot_tests.m | 1531 .size_hint = (9ull << 20), // 9 MB 1809 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &conn_port); 2054 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &conn_port); 2060 kr = mach_port_construct(mach_task_self(), &opts2, 0ull, &reply_port); 2184 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &service_port); 2851 …T_QUIET; T_ASSERT_GT(postexec_child_unique_pid, 0ull, "postexec child unique pid greater than zero… 2867 T_QUIET; T_ASSERT_GT(srp_expected_threadid, 0ull, "srp_expected_threadid greater than zero"); 3156 T_EXPECT_GE(baseAddress + (7ull << 32) + (1ull << 29), 3445 T_EXPECT_GE(payload->sharedCacheUnreliableSlidBaseAddress + (7ull << 32) + (1ull << 29),
|
| H A D | turnstile_multihop.c | 760 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &conn_port); in thread_at_maintenance()
|
| H A D | kevent_qos.c | 1567 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &conn_port); in qos_client_send_to_connection_then_service_port()
|
| /xnu-11215/tests/ipc/ |
| H A D | hardened_exceptions.c | 134 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &exc_port); in create_hardened_exception_port()
|
| H A D | sys_perf_notify_test.c | 139 ret = mach_port_construct(task, &opts, 0ull, &exc_port); in run_test()
|
| /xnu-11215/osfmk/arm64/ |
| H A D | sleh.c | 1855 0, 0, 0ull, 0ull, in handle_user_abort() 1856 0ull, 0ull in handle_user_abort()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_kern.c | 940 vm_object_offset_t offset = 0ull; 4490 assertf(addr != 0ull, "kma(%p, 10p, 0, KO | GF | GL)", map); in kmem_alloc_basic_test() 4516 assertf(addr != 0ull, "kma(%p, 10p, 0, KO | PG)", map); in kmem_alloc_basic_test()
|