Searched refs:this_cpu_try_cmpxchg (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/ |
| H A D | percpu_counter.c | 112 } while (!this_cpu_try_cmpxchg(*fbc->counters, &count, count + amount)); in percpu_counter_add_batch()
|
| /linux/include/linux/ |
| H A D | percpu-defs.h | 503 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ macro
|
| /linux/mm/ |
| H A D | vmstat.c | 594 } while (!this_cpu_try_cmpxchg(*p, &o, n)); in mod_zone_state() 663 } while (!this_cpu_try_cmpxchg(*p, &o, n)); in mod_node_state()
|
| /linux/kernel/ |
| H A D | fork.c | 268 if (this_cpu_try_cmpxchg(cached_stacks[i], &tmp, vm_area)) in try_release_thread_stack_to_cache()
|