Searched refs:RDS_MSG_ON_SOCK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | send.c | 510 if (test_bit(RDS_MSG_ON_SOCK, &rm->m_flags) && in rds_rdma_send_complete() 546 if (test_bit(RDS_MSG_ON_SOCK, &rm->m_flags) in rds_atomic_send_complete() 629 if (!test_bit(RDS_MSG_ON_SOCK, &rm->m_flags)) in rds_send_remove_from_sock() 645 if (test_and_clear_bit(RDS_MSG_ON_SOCK, &rm->m_flags)) { in rds_send_remove_from_sock() 741 clear_bit(RDS_MSG_ON_SOCK, &rm->m_flags); in rds_send_drop_to() 855 set_bit(RDS_MSG_ON_SOCK, &rm->m_flags); in rds_send_queue_rm()
|
H A D | rds.h | 341 * The RDS_MSG_ON_SOCK and RDS_MSG_ON_CONN flags are used to avoid lock 355 #define RDS_MSG_ON_SOCK 1 macro
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | send.c | 509 if (test_bit(RDS_MSG_ON_SOCK, &rm->m_flags) && in rds_rdma_send_complete() 545 if (test_bit(RDS_MSG_ON_SOCK, &rm->m_flags) in rds_atomic_send_complete() 628 if (!test_bit(RDS_MSG_ON_SOCK, &rm->m_flags)) in rds_send_remove_from_sock() 644 if (test_and_clear_bit(RDS_MSG_ON_SOCK, &rm->m_flags)) { in rds_send_remove_from_sock() 740 clear_bit(RDS_MSG_ON_SOCK, &rm->m_flags); in rds_send_drop_to() 854 set_bit(RDS_MSG_ON_SOCK, &rm->m_flags); in rds_send_queue_rm()
|
H A D | rds.h | 341 * The RDS_MSG_ON_SOCK and RDS_MSG_ON_CONN flags are used to avoid lock 355 #define RDS_MSG_ON_SOCK 1 macro
|
Completed in 8 milliseconds