Searched refs:C_MASK (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/include/linux/ |
D | drbd.h | 221 C_MASK = 31 enumerator
|
/linux-6.6.21/drivers/block/drbd/ |
D | drbd_state.h | 30 #define conn_MASK C_MASK
|
D | drbd_receiver.c | 3454 enum drbd_conns rv = C_MASK; in drbd_sync_handshake() 3477 return C_MASK; in drbd_sync_handshake() 3486 return C_MASK; in drbd_sync_handshake() 3490 return C_MASK; in drbd_sync_handshake() 3560 return C_MASK; in drbd_sync_handshake() 3565 return C_MASK; in drbd_sync_handshake() 3576 return C_MASK; in drbd_sync_handshake() 3590 return C_MASK; in drbd_sync_handshake() 3597 return C_MASK; in drbd_sync_handshake() 4322 [C_MASK] = C_MASK, in convert_state() [all …]
|
D | drbd_state.c | 417 enum drbd_conns conn = C_MASK; in conn_lowest_conn() 1173 case C_MASK: in sanitize_state() 2214 if (mask.conn == C_MASK) { in conn_set_state()
|
D | drbd_int.h | 2123 case C_MASK: in drbd_state_is_stable()
|
/linux-6.6.21/arch/powerpc/xmon/ |
D | ppc-opc.c | 2414 #define C_MASK C(0xffff) macro 6979 {"se_illegal", C(0), C_MASK, PPCVLE, 0, {}}, 6980 {"se_isync", C(1), C_MASK, PPCVLE, 0, {}}, 6981 {"se_sc", C(2), C_MASK, PPCVLE, 0, {}}, 6986 {"se_rfi", C(8), C_MASK, PPCVLE, 0, {}}, 6987 {"se_rfci", C(9), C_MASK, PPCVLE, 0, {}}, 6988 {"se_rfdi", C(10), C_MASK, PPCVLE, 0, {}}, 6989 {"se_rfmci", C(11), C_MASK, PPCRFMCI|PPCVLE, 0, {}},
|