Home
last modified time | relevance | path

Searched refs:C_MASK (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Ddrbd.h221 C_MASK = 31 enumerator
/linux/drivers/block/drbd/
H A Ddrbd_state.h30 #define conn_MASK C_MASK
H A Ddrbd_receiver.c3270 enum drbd_conns rv = C_MASK; in drbd_sync_handshake()
3293 return C_MASK; in drbd_sync_handshake()
3302 return C_MASK; in drbd_sync_handshake()
3306 return C_MASK; in drbd_sync_handshake()
3376 return C_MASK; in drbd_sync_handshake()
3381 return C_MASK; in drbd_sync_handshake()
3392 return C_MASK; in drbd_sync_handshake()
3406 return C_MASK; in drbd_sync_handshake()
3413 return C_MASK; in drbd_sync_handshake()
4138 [C_MASK] = C_MASK, in convert_state()
[all …]
H A Ddrbd_state.c417 enum drbd_conns conn = C_MASK; in conn_lowest_conn()
1173 case C_MASK: in sanitize_state()
2218 if (mask.conn == C_MASK) { in conn_set_state()
H A Ddrbd_int.h2086 case C_MASK: in drbd_state_is_stable()
/linux/arch/powerpc/xmon/
H A Dppc-opc.c2417 #define C_MASK C(0xffff)
6985 {"se_illegal", C(0), C_MASK, PPCVLE, 0, {}},
6986 {"se_isync", C(1), C_MASK, PPCVLE, 0, {}},
6987 {"se_sc", C(2), C_MASK, PPCVLE, 0, {}},
6992 {"se_rfi", C(8), C_MASK, PPCVLE, 0, {}},
6993 {"se_rfci", C(9), C_MASK, PPCVLE, 0, {}},
6994 {"se_rfdi", C(10), C_MASK, PPCVLE, 0, {}},
6995 {"se_rfmci", C(11), C_MASK, PPCRFMCI|PPCVLE, 0, {}},
2414 #define C_MASK global() macro