Searched refs:test_and_set_bit (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/drm/ |
H A D | drm_atomic.h | 83 #define test_and_set_bit(b, p) \ macro 86 #define test_and_set_bit(b, p) \ macro
|
H A D | drm_context.c | 269 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
|
/titanic_44/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3_impl.h | 82 #define test_and_set_bit(b, p) \ macro 100 #define test_and_set_bit(b, p) \ macro
|
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | cong.c | 243 if (!test_and_set_bit(0, &conn->c_map_queued)) { in rdsv3_cong_queue_updates()
|
H A D | send.c | 1038 !test_and_set_bit(RDSV3_RECONNECT_PENDING, &conn->c_flags)) in rdsv3_sendmsg() 1166 !test_and_set_bit(RDSV3_RECONNECT_PENDING, &conn->c_flags)) in rdsv3_send_pong()
|
H A D | rdma.c | 115 if (test_and_set_bit(RDSV3_MR_DEAD, &mr->r_state)) in rdsv3_destroy_mr()
|
H A D | ib_recv.c | 542 if (test_and_set_bit(IB_ACK_IN_FLIGHT, &ic->i_ack_flags)) { in rdsv3_ib_attempt_ack()
|