Searched refs:rqstor (Results 1 – 2 of 2) sorted by relevance
615 rqstor->req_arr = rqst_arr; in vmbus_alloc_requestor()616 rqstor->req_bitmap = bitmap; in vmbus_alloc_requestor()617 rqstor->size = size; in vmbus_alloc_requestor()618 rqstor->next_request_id = 0; in vmbus_alloc_requestor()619 spin_lock_init(&rqstor->req_lock); in vmbus_alloc_requestor()630 kfree(rqstor->req_arr); in vmbus_free_requestor()631 bitmap_free(rqstor->req_bitmap); in vmbus_free_requestor()1242 if (current_id >= rqstor->size) { in vmbus_next_request_id()1247 rqstor->next_request_id = rqstor->req_arr[current_id]; in vmbus_next_request_id()1284 if (trans_id >= rqstor->size || !test_bit(trans_id, rqstor->req_bitmap)) in __vmbus_request_addr_match()[all …]
1074 struct vmbus_requestor *rqstor = &(channel)->requestor; \1076 spin_lock_irqsave(&rqstor->req_lock, flags); \1082 struct vmbus_requestor *rqstor = &channel->requestor; in unlock_requestor() local1084 spin_unlock_irqrestore(&rqstor->req_lock, flags); in unlock_requestor()
Completed in 12 milliseconds