usr
/
src
/
kernels
/
3.10.0-1160.142.1.el7.tuxcare.els1.x86_64
/
arch
/
x86
/
include
/
asm
➕ New
📤 Upload
✎ Editing:
qrwlock.h
← Back
#ifndef _ASM_X86_QRWLOCK_H #define _ASM_X86_QRWLOCK_H #include <asm-generic/qrwlock_types.h> #if !defined(CONFIG_X86_OOSTORE) && !defined(CONFIG_X86_PPRO_FENCE) #define queued_write_unlock queue_writed_unlock static inline void queued_write_unlock(struct qrwlock *lock) { barrier(); ACCESS_ONCE(*(u8 *)&lock->cnts) = 0; } #endif #include <asm-generic/qrwlock.h> #endif /* _ASM_X86_QRWLOCK_H */
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel