Searched refs:zpercpu_get (Results 1 – 9 of 9) sorted by relevance
68 (*zpercpu_get(*counter)) += amount; in counter_add()77 (*zpercpu_get(*counter))++; in counter_inc()86 (*zpercpu_get(*counter))--; in counter_dec()94 (*zpercpu_get(*counter)) += amount; in counter_add_preemption_disabled()101 (*zpercpu_get(*counter))++; in counter_inc_preemption_disabled()108 (*zpercpu_get(*counter))--; in counter_dec_preemption_disabled()
40 os_atomic_add(zpercpu_get(*counter), amount, relaxed); in counter_add()47 os_atomic_inc(zpercpu_get(*counter), relaxed); in counter_inc()54 os_atomic_dec(zpercpu_get(*counter), relaxed); in counter_dec()
67 uint64_t current_value = os_atomic_load_wide(zpercpu_get(*counter), relaxed); in scalable_counter_static_init()73 os_atomic_store_wide(zpercpu_get(*counter), current_value, relaxed); in scalable_counter_static_init()
1201 #define zpercpu_get(ptr) \ macro
2376 zone_stats_t zstats_cpu = zpercpu_get(zstats); in kalloc_use_shared_heap()2821 zone_stats_t zs_cpu = zpercpu_get(zs); in kalloc_type_impl_internal()
1492 counter = zpercpu_get(btlog->btl_sample); in btlog_sample()
6538 zs = zpercpu_get(zstats); in zalloc_item()7310 zpercpu_get(zone->z_stats)->zs_mem_allocated += size; in _zalloc_permanent()
73 return zpercpu_get(intr_samplev); in kperf_intr_sample_buffer()
2729 crypto_random_uniform(zpercpu_get(sizeclass.ks_rng_ctx), num_slots, in kmem_get_next_slot()