Home
last modified time | relevance | path

Searched refs:cmpxchg_release (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dgeneric-radix-tree.c131 if ((v = cmpxchg_release(&radix->root, r, new_root)) == r) { in __genradix_ptr_alloc()
150 if (!(n = cmpxchg_release(p, NULL, new_node))) in __genradix_ptr_alloc()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dmcs_spinlock.h110 if (likely(cmpxchg_release(lock, node, NULL) == node)) in mcs_spin_unlock()
H A Dqspinlock_paravirt.h556 locked = cmpxchg_release(&lock->locked, _Q_LOCKED_VAL, 0); in __pv_queued_spin_unlock()
H A Drtmutex.c146 # define rt_mutex_cmpxchg_release(l,c,n) (cmpxchg_release(&l->owner, c, n) == c)
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dintegrity.c45 if (cmpxchg_release(&result->shash, NULL, shash) != NULL) in incfs_get_hash_alg()
H A Dverity.c199 if (cmpxchg_release(&df->df_verity_file_digest.data, NULL, in incfs_set_verity_digest()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dhooks.c373 cmpxchg_release(&inode->i_link, NULL, pstr.name) != NULL) in fscrypt_get_symlink()
H A Dkeysetup.c606 if (cmpxchg_release(&inode->i_crypt_info, NULL, crypt_info) == NULL) { in fscrypt_setup_encryption_info()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcmpxchg.h294 #define cmpxchg_release(ptr, o, n) \ macro
/OK3568_Linux_fs/kernel/fs/verity/
H A Dopen.c202 if (cmpxchg_release(&inode->i_verity_info, NULL, vi) != NULL) { in fsverity_set_info()
/OK3568_Linux_fs/kernel/tools/memory-model/
H A Dlinux-kernel.def37 cmpxchg_release(X,V,W) __cmpxchg{release}(X,V,W)
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-fallback.h37 #define cmpxchg_release cmpxchg macro
45 #ifndef cmpxchg_release
46 #define cmpxchg_release(...) \ macro
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dreaddir.c874 old = cmpxchg_release(&od->upperfile, NULL, realfile); in ovl_dir_real_file()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h1699 #define cmpxchg_release(ptr, ...) \ macro