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