Home
last modified time | relevance | path

Searched refs:rs_cong_notify (Results 1 – 4 of 4) sorted by relevance

/linux/net/rds/
H A Dcong.c271 rs->rs_cong_notify |= (rs->rs_cong_mask & portmask); in rds_cong_map_updated()
274 if (rs->rs_cong_notify) in rds_cong_map_updated()
H A Drecv.c525 uint64_t notify = rs->rs_cong_notify; in rds_notify_cong()
535 rs->rs_cong_notify &= ~notify; in rds_notify_cong()
666 if (rs->rs_cong_notify) { in rds_recvmsg()
681 rs->rs_cong_notify || in rds_recvmsg()
H A Daf_rds.c234 if (rs->rs_cong_notify) in rds_poll()
354 rs->rs_cong_notify = 0; in rds_cong_monitor()
H A Drds.h631 uint64_t rs_cong_notify; member