Searched refs:RDS_CONG_MONITOR_BIT (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/uapi/linux/
H A Drds.h318 #define RDS_CONG_MONITOR_BIT(port) (((unsigned int) port) % RDS_CONG_MONITOR_SIZE) macro
319 #define RDS_CONG_MONITOR_MASK(port) (1ULL << RDS_CONG_MONITOR_BIT(port))

Completed in 112 milliseconds