Home
last modified time | relevance | path

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

/linux/lib/
A Dpercpu_counter.c112 } while (!this_cpu_try_cmpxchg(*fbc->counters, &count, count + amount)); in percpu_counter_add_batch()
/linux/include/linux/
A Dpercpu-defs.h504 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ macro
/linux/fs/bcachefs/
A Dbuckets.h370 } while (!this_cpu_try_cmpxchg(c->pcpu->sectors_available, &old, new)); in bch2_disk_reservation_add()
/linux/mm/
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/arch/x86/include/asm/
A Dpercpu.h291 do { } while (!this_cpu_try_cmpxchg(_var, &pxo_old__, _nval)); \
/linux/kernel/
A Dfork.c215 if (this_cpu_try_cmpxchg(cached_stacks[i], &tmp, vm)) in try_release_thread_stack_to_cache()

Completed in 19 milliseconds