/Linux-v6.1/block/ |
D | blk-cgroup.h | 407 while (old && !atomic_try_cmpxchg(&blkg->use_delay, &old, old - 1)) in blkcg_unuse_delay() 431 if (!old && atomic_try_cmpxchg(&blkg->use_delay, &old, -1)) in blkcg_set_delay() 448 if (old && atomic_try_cmpxchg(&blkg->use_delay, &old, 0)) in blkcg_clear_delay()
|
D | blk-rq-qos.c | 16 } while (!atomic_try_cmpxchg(v, &cur, cur + 1)); in atomic_inc_below()
|
D | blk-iolatency.c | 424 if (!atomic_try_cmpxchg(&iolat->scale_cookie, &our_cookie, cur_cookie)) { in check_scale_change()
|
/Linux-v6.1/Documentation/ |
D | atomic_t.txt | 39 atomic_try_cmpxchg{,_relaxed,_acquire,_release}() 280 bool atomic_try_cmpxchg(atomic_t *ptr, int *oldp, int new); 285 bool atomic_try_cmpxchg(atomic_t *ptr, int *oldp, int new) 298 (void)atomic_try_cmpxchg(ptr, &old, new); 307 tmp = atomic_cmpxchg(&v, old, new); } while (!atomic_try_cmpxchg(&v, &old, new)); 334 } while (!atomic_try_cmpxchg(&v, &old, new));
|
/Linux-v6.1/kernel/futex/ |
D | requeue.c | 119 } while (!atomic_try_cmpxchg(&q->requeue_state, &old, new)); in futex_requeue_pi_prepare() 147 } while (!atomic_try_cmpxchg(&q->requeue_state, &old, new)); in futex_requeue_pi_complete() 173 } while (!atomic_try_cmpxchg(&q->requeue_state, &old, new)); in futex_requeue_pi_wakeup_sync()
|
/Linux-v6.1/include/asm-generic/ |
D | spinlock.h | 60 return atomic_try_cmpxchg(lock, &old, old + (1<<16)); /* SC, for RCsc */ in arch_spin_trylock()
|
/Linux-v6.1/kernel/ |
D | smpboot.c | 456 if (!atomic_try_cmpxchg(&per_cpu(cpu_hotplug_state, cpu), in cpu_wait_death() 485 } while (!atomic_try_cmpxchg(&per_cpu(cpu_hotplug_state, cpu), in cpu_report_death()
|
/Linux-v6.1/fs/gfs2/ |
D | log.c | 441 if (atomic_try_cmpxchg(&sdp->sd_log_revokes_available, in __gfs2_log_try_reserve_revokes() 495 if (atomic_try_cmpxchg(&sdp->sd_log_blks_free, &free_blocks, in __gfs2_log_try_reserve() 537 if (atomic_try_cmpxchg(&sdp->sd_log_blks_free, in __gfs2_log_reserve()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_sw_fence.c | 234 } while (!atomic_try_cmpxchg(&fence->pending, &pending, pending + 1)); in i915_sw_fence_await()
|
D | i915_vma.c | 900 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
|
/Linux-v6.1/drivers/net/ipa/ |
D | gsi_trans.c | 308 } while (!atomic_try_cmpxchg(&trans_info->tre_avail, &avail, new)); in gsi_trans_tre_reserve()
|
/Linux-v6.1/kernel/bpf/ |
D | ringbuf.c | 727 if (!atomic_try_cmpxchg(&rb->busy, &busy, 1)) in BPF_CALL_4()
|
/Linux-v6.1/lib/ |
D | sbitmap.c | 626 } while (!atomic_try_cmpxchg(&ws->wait_cnt, &cur, wait_cnt)); in __sbq_wake_up()
|
/Linux-v6.1/samples/vfio-mdev/ |
D | mtty.c | 733 } while (!atomic_try_cmpxchg(&mdev_avail_ports, in mtty_init_dev()
|
D | mbochs.c | 529 } while (!atomic_try_cmpxchg(&mbochs_avail_mbytes, &avail_mbytes, in mbochs_init_dev()
|
/Linux-v6.1/sound/usb/ |
D | endpoint.c | 140 return atomic_try_cmpxchg(&ep->state, &old, new); in ep_state_update()
|
/Linux-v6.1/include/linux/atomic/ |
D | atomic-instrumented.h | 530 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() function
|
/Linux-v6.1/drivers/cxl/core/ |
D | region.c | 1547 if (atomic_try_cmpxchg(&cxlrd->region_id, &id, cxlr->id)) { in cxl_region_release()
|
/Linux-v6.1/fs/ |
D | aio.c | 959 } while (!atomic_try_cmpxchg(&ctx->reqs_available, in __get_reqs_available()
|
/Linux-v6.1/fs/btrfs/ |
D | extent_io.c | 4769 if (atomic_try_cmpxchg(&eb->refs, &refs, refs - 1)) in free_extent_buffer()
|