Searched refs:this_cpu_try_cmpxchg (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/ |
| A D | percpu_counter.c | 112 } while (!this_cpu_try_cmpxchg(*fbc->counters, &count, count + amount)); in percpu_counter_add_batch()
|
| /linux/include/linux/ |
| A D | percpu-defs.h | 504 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ macro
|
| /linux/fs/bcachefs/ |
| A D | buckets.h | 370 } while (!this_cpu_try_cmpxchg(c->pcpu->sectors_available, &old, new)); in bch2_disk_reservation_add()
|
| /linux/mm/ |
| A D | vmstat.c | 590 } 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 D | percpu.h | 291 do { } while (!this_cpu_try_cmpxchg(_var, &pxo_old__, _nval)); \
|
| /linux/kernel/ |
| A D | fork.c | 215 if (this_cpu_try_cmpxchg(cached_stacks[i], &tmp, vm)) in try_release_thread_stack_to_cache()
|
Completed in 19 milliseconds