Home
last modified time | relevance | path

Searched refs:this_cpu_try_cmpxchg (Results 1 – 5 of 5) sorted by relevance

/linux/lib/
H A Dpercpu_counter.c112 } while (!this_cpu_try_cmpxchg(*fbc->counters, &count, count + amount)); in percpu_counter_add_batch()
/linux/fs/bcachefs/
H A Dbuckets.h350 } while (!this_cpu_try_cmpxchg(c->pcpu->sectors_available, &old, new)); in bch2_disk_reservation_add()
/linux/include/linux/
H A Dpercpu-defs.h506 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ macro
/linux/mm/
H A Dvmstat.c590 } while (!this_cpu_try_cmpxchg(*p, &o, n)); in mod_zone_state()
659 } while (!this_cpu_try_cmpxchg(*p, &o, n)); in mod_node_state()
/linux/kernel/
H A Dfork.c214 if (this_cpu_try_cmpxchg(cached_stacks[i], &tmp, vm)) in try_release_thread_stack_to_cache()