Searched refs:RDS_LL_SEND_FULL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_send.c | 299 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_send_cqe_handler() 383 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_send_grab_credits() 419 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); in rds_ib_send_add_credits() 422 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) in rds_ib_send_add_credits() 527 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit() 542 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
|
H A D | threads.c | 199 clear_bit(RDS_LL_SEND_FULL, &cp->cp_flags); in rds_send_worker()
|
H A D | rds.h | 88 #define RDS_LL_SEND_FULL 0 macro
|
H A D | ib_cm.c | 332 (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_tasklet_fn_send()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_send.c | 298 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_send_cqe_handler() 382 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_send_grab_credits() 418 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); in rds_ib_send_add_credits() 421 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) in rds_ib_send_add_credits() 526 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit() 541 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
|
H A D | threads.c | 199 clear_bit(RDS_LL_SEND_FULL, &cp->cp_flags); in rds_send_worker()
|
H A D | rds.h | 88 #define RDS_LL_SEND_FULL 0 macro
|
H A D | ib_cm.c | 298 (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_tasklet_fn_send()
|
Completed in 11 milliseconds