Home
last modified time | relevance | path

Searched refs:RDS_CONG_MAP_PAGE_BITS (Results 1 – 2 of 2) sorted by relevance

/net/rds/
Dcong.c300 i = be16_to_cpu(port) / RDS_CONG_MAP_PAGE_BITS; in rds_cong_set_bit()
301 off = be16_to_cpu(port) % RDS_CONG_MAP_PAGE_BITS; in rds_cong_set_bit()
314 i = be16_to_cpu(port) / RDS_CONG_MAP_PAGE_BITS; in rds_cong_clear_bit()
315 off = be16_to_cpu(port) % RDS_CONG_MAP_PAGE_BITS; in rds_cong_clear_bit()
325 i = be16_to_cpu(port) / RDS_CONG_MAP_PAGE_BITS; in rds_cong_test_bit()
326 off = be16_to_cpu(port) % RDS_CONG_MAP_PAGE_BITS; in rds_cong_test_bit()
Drds.h58 #define RDS_CONG_MAP_PAGE_BITS (PAGE_SIZE * 8) macro