Searched refs:rqstor (Results 1 – 2 of 2) sorted by relevance
618 static int vmbus_alloc_requestor(struct vmbus_requestor *rqstor, u32 size) in vmbus_alloc_requestor() argument633 rqstor->req_arr = rqst_arr; in vmbus_alloc_requestor()634 rqstor->req_bitmap = bitmap; in vmbus_alloc_requestor()635 rqstor->size = size; in vmbus_alloc_requestor()636 rqstor->next_request_id = 0; in vmbus_alloc_requestor()637 spin_lock_init(&rqstor->req_lock); in vmbus_alloc_requestor()646 static void vmbus_free_requestor(struct vmbus_requestor *rqstor) in vmbus_free_requestor() argument648 kfree(rqstor->req_arr); in vmbus_free_requestor()649 bitmap_free(rqstor->req_bitmap); in vmbus_free_requestor()1193 struct vmbus_requestor *rqstor = &channel->requestor; in vmbus_next_request_id() local[all …]
1031 struct vmbus_requestor *rqstor = &(channel)->requestor; \1033 spin_lock_irqsave(&rqstor->req_lock, flags); \1039 struct vmbus_requestor *rqstor = &channel->requestor; in unlock_requestor() local1041 spin_unlock_irqrestore(&rqstor->req_lock, flags); in unlock_requestor()