Searched refs:C_MASK (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ |
D | drbd.h | 228 C_MASK = 31 enumerator
|
/linux-6.1.9/drivers/block/drbd/ |
D | drbd_state.h | 30 #define conn_MASK C_MASK
|
D | drbd_receiver.c | 3439 enum drbd_conns rv = C_MASK; in drbd_sync_handshake() 3462 return C_MASK; in drbd_sync_handshake() 3471 return C_MASK; in drbd_sync_handshake() 3475 return C_MASK; in drbd_sync_handshake() 3545 return C_MASK; in drbd_sync_handshake() 3550 return C_MASK; in drbd_sync_handshake() 3561 return C_MASK; in drbd_sync_handshake() 3575 return C_MASK; in drbd_sync_handshake() 3582 return C_MASK; in drbd_sync_handshake() 4307 [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() 2209 if (mask.conn == C_MASK) { in conn_set_state()
|
D | drbd_int.h | 2184 case C_MASK: in drbd_state_is_stable()
|
/linux-6.1.9/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, {}},
|