Searched refs:os_atomic_store_wide (Results 1 – 12 of 12) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | counter_common.c | 73 os_atomic_store_wide(zpercpu_get(*counter), current_value, relaxed); in scalable_counter_static_init() 88 os_atomic_store_wide(counter, 0, relaxed); in counter_alloc()
|
| H A D | machine.c | 815 os_atomic_store_wide((uint64_t*)spec->ptr, 0, relaxed); in machine_timeout_init_with_suffix() 1000 os_atomic_store_wide((uint64_t*)spec->ptr, timeout, relaxed); in machine_timeout_init_with_suffix()
|
| H A D | sched_prim.c | 4064 os_atomic_store_wide(&rt_run_queue->earliest_deadline, deadline, relaxed); in rt_runq_enqueue() 4132 os_atomic_store_wide(&rt_run_queue->earliest_deadline, earliest_deadline, relaxed); in rt_runq_dequeue() 4194 os_atomic_store_wide(&rt_run_queue->earliest_deadline, earliest_deadline, relaxed); in rt_runq_remove() 6619 os_atomic_store_wide(&sched_load_compute_deadline, new_deadline, relaxed); in sched_timeshare_consider_maintenance()
|
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | analytics.c | 103 os_atomic_store_wide(&vm_add_wire_count_over_global_limit, 0, relaxed); in report_mlock_failures() 104 os_atomic_store_wide(&vm_add_wire_count_over_user_limit, 0, relaxed); in report_mlock_failures()
|
| /xnu-8020.140.41/libkern/os/ |
| H A D | atomic_private.h | 396 #define os_atomic_store_wide(p, v, m) ({ \ macro 792 #define os_atomic_store_wide(p, v, m) _os_atomic_error_is_starvable(os_atomic_store_wide) macro
|
| /xnu-8020.140.41/osfmk/arm/commpage/ |
| H A D | commpage.c | 789 os_atomic_store_wide(cont_time_base, sleeptime, relaxed); in commpage_update_mach_continuous_time() 811 os_atomic_store_wide(boottime_usec, value, relaxed); in commpage_update_boottime()
|
| /xnu-8020.140.41/osfmk/arm/ |
| H A D | machine_routines_common.c | 913 os_atomic_store_wide(&thread->machine.int_time_mt, old_duration + duration, relaxed); in __ml_handle_interrupts_disabled_duration()
|
| /xnu-8020.140.41/doc/ |
| H A D | atomics.md | 166 `os_atomic_store_wide` can be used to have access to atomic loads and store
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_newsysctl.c | 2135 os_atomic_store_wide(ptr, new_value, relaxed); \
|
| H A D | kern_exec.c | 7270 os_atomic_store_wide(&libmalloc_experiment_factors, value, relaxed);
|
| H A D | kern_event.c | 4036 os_atomic_store_wide(&kn->kn_udata, kev->udata, relaxed); in kevent_register()
|
| /xnu-8020.140.41/bsd/pthread/ |
| H A D | pthread_workqueue.c | 1905 os_atomic_store_wide(&wq->wq_lastblocked_ts[_wq_bucket(qos)], in workq_sched_callback()
|