Home
last modified time | relevance | path

Searched refs:ull (Results 1 – 25 of 27) sorted by relevance

12

/xnu-11215/bsd/kern/
H A Dsys_ulock.c106 #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 Dulock.py15 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 Dndr.h120 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 Dzalloc_buddy.c113 *(uint64_t *)(base + pos) = ~0ull;
121 *(uint64_t *)(base + pos) = ~0ull;
128 *(uint64_t *)(base + pos) = ~0ull;
H A Dmach_vm_map.c174 T_QUIET; T_EXPECT_EQ(map_addr & PAGE_MASK, 0ull, in mach_vm_map_unaligned_test()
/xnu-11215/bsd/sys/
H A Dkern_overrides.h69 #define SYS_OVERRIDE_DISABLE (~(~0ull >> 1))
H A Duser.h187 struct ull *ull; member
/xnu-11215/osfmk/kern/
H A Dkern_apfs_reflock.h58 #define KERN_APFS_REFLOCK_DESTROYED (~(0ull))
H A Dcompact_id.h139 [0 ... BITMAP_LEN(COMPACT_ID_COUNT_BASE) - 1] = ~0ull, \
H A Dlock_stat.h312 #define lck_mtx_time_stat_begin(id) 0ull
H A Dlocks.c1922 return cond_sleep_with_inheritor64_mask(cond, expected_cond, ~0ull, interruptible, deadline); in cond_sleep_with_inheritor64()
H A Dsmr.c2702 return count < 0 ? 0ull : (uint64_t)count; in __smr_shash_count()
H A Dsched_prim.c8119 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 Dposix_spawn_filtering.c104 T_ASSERT_EQ(lseek(env_output_fd, 0, SEEK_SET), 0ull, "lseek should succeed");
H A Dstackshot_accuracy.m226 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 Dipc_mach_port.c57 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &port); in make_sr_port()
H A Dreply_port_defense_client.c268 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &exc_port); in exception_ports_crash()
H A Dtask_suspend_stats.c145 T_EXPECT_GT(source->tss_time, 0ull, "suspend source should have non-zero time"); in verify_source()
H A Dstackshot_tests.m1531 .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 Dturnstile_multihop.c760 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &conn_port); in thread_at_maintenance()
H A Dkevent_qos.c1567 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 Dhardened_exceptions.c134 kr = mach_port_construct(mach_task_self(), &opts, 0ull, &exc_port); in create_hardened_exception_port()
H A Dsys_perf_notify_test.c139 ret = mach_port_construct(task, &opts, 0ull, &exc_port); in run_test()
/xnu-11215/osfmk/arm64/
H A Dsleh.c1855 0, 0, 0ull, 0ull, in handle_user_abort()
1856 0ull, 0ull in handle_user_abort()
/xnu-11215/osfmk/vm/
H A Dvm_kern.c940 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()

12