Symbol: atomic_long_try_cmpxchg
arch/s390/kvm/pci.c
215
} while (!atomic_long_try_cmpxchg(&user->locked_vm, &cur_pages, new_pages));
drivers/block/zram/zram_drv.c
204
} while (!atomic_long_try_cmpxchg(&zram->stats.max_used_pages,
drivers/iommu/iommufd/pages.c
970
} while (!atomic_long_try_cmpxchg(&pages->source_user->locked_vm,
drivers/tty/tty_ldsem.c
114
if (atomic_long_try_cmpxchg(&sem->count, &count, count - LDSEM_ACTIVE_BIAS))
drivers/tty/tty_ldsem.c
170
if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust)) {
drivers/tty/tty_ldsem.c
245
if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust))
drivers/tty/tty_ldsem.c
351
if (atomic_long_try_cmpxchg(&sem->count, &count, count + LDSEM_READ_BIAS)) {
drivers/tty/tty_ldsem.c
90
if (atomic_long_try_cmpxchg(&sem->count, &count, count - adjust))
include/asm-generic/local.h
45
#define local_try_cmpxchg(l, po, n) atomic_long_try_cmpxchg((&(l)->a), (po), (n))
include/linux/file_ref.h
184
if (likely(atomic_long_try_cmpxchg(&ref->refcnt, &old, FILE_REF_DEAD)))
include/linux/unwind_deferred.h
47
} while (!atomic_long_try_cmpxchg(&info->unwind_mask, &bits, 0UL));
io_uring/rsrc.c
54
} while (!atomic_long_try_cmpxchg(&user->locked_vm,
kernel/dma/swiotlb.c
975
} while (!atomic_long_try_cmpxchg(&mem->used_hiwater,
kernel/locking/rwsem.c
221
if (atomic_long_try_cmpxchg(&sem->owner, &val,
kernel/locking/rwsem.c
245
} while (!atomic_long_try_cmpxchg(&sem->owner, &owner,
kernel/printk/nbcon.c
1051
atomic_long_try_cmpxchg(&ACCESS_PRIVATE(con, nbcon_prev_seq), &ulseq,
kernel/printk/nbcon.c
212
if (atomic_long_try_cmpxchg(&ACCESS_PRIVATE(con, nbcon_seq), &nbcon_seq,
kernel/printk/printk_ringbuffer.c
1007
if (!atomic_long_try_cmpxchg(&desc->state_var, &prev_state_val,
kernel/printk/printk_ringbuffer.c
1112
} while (!atomic_long_try_cmpxchg(&data_ring->head_lpos, &begin_lpos,
kernel/printk/printk_ringbuffer.c
1198
if (!atomic_long_try_cmpxchg(&data_ring->head_lpos, &head_lpos,
kernel/printk/printk_ringbuffer.c
1370
if (!atomic_long_try_cmpxchg(&d->state_var, &prev_state_val,
kernel/printk/printk_ringbuffer.c
1777
if (!atomic_long_try_cmpxchg(&d->state_var, &prev_state_val,
kernel/printk/printk_ringbuffer.c
768
if (atomic_long_try_cmpxchg(&data_ring->tail_lpos, &tail_lpos,
kernel/printk/printk_ringbuffer.c
983
} while (!atomic_long_try_cmpxchg(&desc_ring->head_id, &head_id,
kernel/sched/ext.c
1564
if (atomic_long_try_cmpxchg(&p->scx.ops_state, &opss,
kernel/sched/ext.c
2120
if (likely(atomic_long_try_cmpxchg(&p->scx.ops_state, &opss,
kernel/ucount.c
209
} while (!atomic_long_try_cmpxchg(v, &c, c+1));
lib/sbitmap.c
547
while (!atomic_long_try_cmpxchg(ptr, &val,
mm/kasan/kasan_test_c.c
826
KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_try_cmpxchg(unsafe, safe, 42));
mm/kasan/kasan_test_c.c
833
KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_try_cmpxchg(safe, unsafe, 42));
mm/swapfile.c
1164
if (!atomic_long_try_cmpxchg(&si->inuse_pages, &pages,
mm/swapfile.c
1205
if (atomic_long_try_cmpxchg(&si->inuse_pages, &pages,
mm/zswap.c
1258
} while (!atomic_long_try_cmpxchg(
net/core/skbuff.c
1704
} while (!atomic_long_try_cmpxchg(&user->locked_vm, &old_pg, new_pg));