Searched refs:atomic_long_try_cmpxchg (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/tty/ |
D | tty_ldsem.c | 90 if (atomic_long_try_cmpxchg(&sem->count, &count, count - adjust)) in __ldsem_wake_readers() 114 if (atomic_long_try_cmpxchg(&sem->count, &count, count - LDSEM_ACTIVE_BIAS)) in writer_trylock() 170 if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust)) { in down_read_failed() 245 if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust)) in down_write_failed() 351 if (atomic_long_try_cmpxchg(&sem->count, &count, count + LDSEM_READ_BIAS)) { in ldsem_down_read_trylock() 377 if (atomic_long_try_cmpxchg(&sem->count, &count, count + LDSEM_WRITE_BIAS)) { in ldsem_down_write_trylock()
|
/Linux-v6.1/kernel/printk/ |
D | printk_ringbuffer.c | 750 if (atomic_long_try_cmpxchg(&data_ring->tail_lpos, &tail_lpos, in data_push_tail() 965 } while (!atomic_long_try_cmpxchg(&desc_ring->head_id, &head_id, in desc_reserve() 989 if (!atomic_long_try_cmpxchg(&desc->state_var, &prev_state_val, in desc_reserve() 1070 } while (!atomic_long_try_cmpxchg(&data_ring->head_lpos, &begin_lpos, in data_alloc() 1139 if (!atomic_long_try_cmpxchg(&data_ring->head_lpos, &head_lpos, in data_realloc() 1299 if (!atomic_long_try_cmpxchg(&d->state_var, &prev_state_val, in desc_reopen_last() 1607 if (!atomic_long_try_cmpxchg(&d->state_var, &prev_state_val, in _prb_commit()
|
/Linux-v6.1/kernel/locking/ |
D | rwsem.c | 213 if (atomic_long_try_cmpxchg(&sem->owner, &val, in rwsem_clear_reader_owned() 237 } while (!atomic_long_try_cmpxchg(&sem->owner, &owner, in rwsem_set_nonspinnable()
|
/Linux-v6.1/lib/ |
D | sbitmap.c | 543 } while (!atomic_long_try_cmpxchg(ptr, &val, in __sbitmap_queue_get_batch()
|
/Linux-v6.1/io_uring/ |
D | rsrc.c | 60 } while (!atomic_long_try_cmpxchg(&user->locked_vm, in __io_account_mem()
|
/Linux-v6.1/include/linux/atomic/ |
D | atomic-instrumented.h | 1768 atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg() function
|