Home
last modified time | relevance | path

Searched refs:RWSEM_ACTIVE_BIAS (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/asm-generic/
Drwsem.h27 #define RWSEM_ACTIVE_BIAS 0x00000001L macro
29 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
30 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/Linux-v4.19/arch/x86/include/asm/
Drwsem.h56 #define RWSEM_ACTIVE_BIAS 0x00000001L macro
58 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
59 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/Linux-v4.19/arch/ia64/include/asm/
Drwsem.h32 #define RWSEM_ACTIVE_BIAS (1L) macro
35 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
36 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/Linux-v4.19/arch/alpha/include/asm/
Drwsem.h19 #define RWSEM_ACTIVE_BIAS 0x0000000000000001L macro
22 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
23 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)