Searched refs:percpu_u64_set (Results 1 – 4 of 4) sorted by relevance
53 percpu_u64_set(&c->counters[i], val); in bch2_sb_counters_to_cpu()
810 percpu_u64_set(&d->buckets, v[0]); in bch2_accounting_read()811 percpu_u64_set(&d->sectors, v[1]); in bch2_accounting_read()812 percpu_u64_set(&d->fragmented, v[2]); in bch2_accounting_read()
602 static inline void percpu_u64_set(u64 __percpu *dst, u64 src) in percpu_u64_set() function
1202 percpu_u64_set(&c->pcpu->sectors_available, 0); in __bch2_disk_reservation_add()
Completed in 14 milliseconds