Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Drwsem.h55 #define RWSEM_ACTIVE_BIAS 0x00000001L macro
57 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
58 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/linux-4.4.14/arch/xtensa/include/asm/
Drwsem.h21 #define RWSEM_ACTIVE_BIAS 0x00000001 macro
24 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
25 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/linux-4.4.14/arch/sparc/include/asm/
Drwsem.h17 #define RWSEM_ACTIVE_BIAS 0x00000001L macro
20 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
21 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/linux-4.4.14/include/asm-generic/
Drwsem.h26 #define RWSEM_ACTIVE_BIAS 0x00000001L macro
28 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
29 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/linux-4.4.14/arch/sh/include/asm/
Drwsem.h16 #define RWSEM_ACTIVE_BIAS 0x00000001 macro
19 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
20 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/linux-4.4.14/arch/ia64/include/asm/
Drwsem.h31 #define RWSEM_ACTIVE_BIAS (1L) macro
34 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
35 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/linux-4.4.14/arch/s390/include/asm/
Drwsem.h43 #define RWSEM_ACTIVE_BIAS 0x0000000000000001L macro
46 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
47 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
/linux-4.4.14/arch/alpha/include/asm/
Drwsem.h18 #define RWSEM_ACTIVE_BIAS 0x0000000000000001L macro
21 #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS
22 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)