Searched refs:cmpxchg_release (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | generic-radix-tree.c | 131 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 D | mcs_spinlock.h | 110 if (likely(cmpxchg_release(lock, node, NULL) == node)) in mcs_spin_unlock()
|
| H A D | qspinlock_paravirt.h | 556 locked = cmpxchg_release(&lock->locked, _Q_LOCKED_VAL, 0); in __pv_queued_spin_unlock()
|
| H A D | rtmutex.c | 146 # define rt_mutex_cmpxchg_release(l,c,n) (cmpxchg_release(&l->owner, c, n) == c)
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | integrity.c | 45 if (cmpxchg_release(&result->shash, NULL, shash) != NULL) in incfs_get_hash_alg()
|
| H A D | verity.c | 199 if (cmpxchg_release(&df->df_verity_file_digest.data, NULL, in incfs_set_verity_digest()
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | hooks.c | 373 cmpxchg_release(&inode->i_link, NULL, pstr.name) != NULL) in fscrypt_get_symlink()
|
| H A D | keysetup.c | 606 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 D | cmpxchg.h | 294 #define cmpxchg_release(ptr, o, n) \ macro
|
| /OK3568_Linux_fs/kernel/fs/verity/ |
| H A D | open.c | 202 if (cmpxchg_release(&inode->i_verity_info, NULL, vi) != NULL) { in fsverity_set_info()
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | linux-kernel.def | 37 cmpxchg_release(X,V,W) __cmpxchg{release}(X,V,W)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 37 #define cmpxchg_release cmpxchg macro 45 #ifndef cmpxchg_release 46 #define cmpxchg_release(...) \ macro
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | readdir.c | 874 old = cmpxchg_release(&od->upperfile, NULL, realfile); in ovl_dir_real_file()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic-instrumented.h | 1699 #define cmpxchg_release(ptr, ...) \ macro
|