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/include/linux/
H A Dpercpu-defs.h508 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ macro
/linux/mm/
H A Dvmstat.c593 } while (!this_cpu_try_cmpxchg(*p, &o, n)); in mod_zone_state()
662 } while (!this_cpu_try_cmpxchg(*p, &o, n)); in mod_node_state()
/linux/arch/x86/include/asm/
H A Dpercpu.h279 do { } while (!this_cpu_try_cmpxchg(_var, &pxo_old__, _nval)); \
/linux/kernel/
H A Dfork.c218 if (this_cpu_try_cmpxchg(cached_stacks[i], &tmp, vm_area)) in try_release_thread_stack_to_cache()