Searched refs:_BITUL (Results 1 – 7 of 7) sorted by relevance
78 #define MPTCP_SUBFLOW_FLAG_MCAP_REM _BITUL(0)79 #define MPTCP_SUBFLOW_FLAG_MCAP_LOC _BITUL(1)80 #define MPTCP_SUBFLOW_FLAG_JOIN_REM _BITUL(2)81 #define MPTCP_SUBFLOW_FLAG_JOIN_LOC _BITUL(3)82 #define MPTCP_SUBFLOW_FLAG_BKUP_REM _BITUL(4)83 #define MPTCP_SUBFLOW_FLAG_BKUP_LOC _BITUL(5)84 #define MPTCP_SUBFLOW_FLAG_FULLY_ESTABLISHED _BITUL(6)85 #define MPTCP_SUBFLOW_FLAG_CONNECTED _BITUL(7)86 #define MPTCP_SUBFLOW_FLAG_MAPVALID _BITUL(8)
28 #define _BITUL(x) (_UL(1) << (x)) macro
1451 #define KVM_DIRTY_GFN_F_DIRTY _BITUL(0)1452 #define KVM_DIRTY_GFN_F_RESET _BITUL(1)
31 #define MPTCP_INFO_FLAG_FALLBACK _BITUL(0)34 #define MPTCP_INFO_FLAG_REMOTE_KEY_RECEIVED _BITUL(1)
46 #define SUPPORTED _BITUL(0)66 #define UNSUPPORTED_RACY_VERD _BITUL(1)
104 if ((param.uvalue & _BITUL(RTC_FEATURE_ALARM)) == 0) in get_rtc_alarm_state()108 if (need_seconds && (param.uvalue & _BITUL(RTC_FEATURE_ALARM_RES_MINUTE))) in get_rtc_alarm_state()
538 #define KVM_PMU_EVENT_FLAG_MASKED_EVENTS _BITUL(0)
Completed in 26 milliseconds