Searched refs:rqstor (Results 1 – 1 of 1) sorted by relevance
634 rqstor->req_arr = rqst_arr; in vmbus_alloc_requestor()635 rqstor->req_bitmap = bitmap; in vmbus_alloc_requestor()636 rqstor->size = size; in vmbus_alloc_requestor()637 rqstor->next_request_id = 0; in vmbus_alloc_requestor()638 spin_lock_init(&rqstor->req_lock); in vmbus_alloc_requestor()649 kfree(rqstor->req_arr); in vmbus_free_requestor()650 bitmap_free(rqstor->req_bitmap); in vmbus_free_requestor()1233 if (current_id >= rqstor->size) { in vmbus_next_request_id()1238 rqstor->next_request_id = rqstor->req_arr[current_id]; in vmbus_next_request_id()1281 if (trans_id >= rqstor->size || !test_bit(trans_id, rqstor->req_bitmap)) { in vmbus_request_addr()[all …]
Completed in 5 milliseconds