Home
last modified time | relevance | path

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

/net/rds/
Drecv.c371 uint64_t notify = rs->rs_cong_notify; in rds_notify_cong()
381 rs->rs_cong_notify &= ~notify; in rds_notify_cong()
430 if (rs->rs_cong_notify) { in rds_recvmsg()
443 rs->rs_cong_notify || in rds_recvmsg()
Dcong.c263 rs->rs_cong_notify |= (rs->rs_cong_mask & portmask); in rds_cong_map_updated()
266 if (rs->rs_cong_notify) in rds_cong_map_updated()
Daf_rds.c177 if (rs->rs_cong_notify) in rds_poll()
252 rs->rs_cong_notify = 0; in rds_cong_monitor()
Drds.h516 uint64_t rs_cong_notify; member