Home
last modified time | relevance | path

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

/Linux-v4.19/net/rds/
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()
Drecv.c524 uint64_t notify = rs->rs_cong_notify; in rds_notify_cong()
534 rs->rs_cong_notify &= ~notify; in rds_notify_cong()
651 if (rs->rs_cong_notify) { in rds_recvmsg()
666 rs->rs_cong_notify || in rds_recvmsg()
Daf_rds.c234 if (rs->rs_cong_notify) in rds_poll()
322 rs->rs_cong_notify = 0; in rds_cong_monitor()
Drds.h616 uint64_t rs_cong_notify; member