Searched refs:rqstor (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hv/
H A Dchannel.c596 * vmbus_alloc_requestor - Initializes @rqstor's fields.
600 static int vmbus_alloc_requestor(struct vmbus_requestor *rqstor, u32 size) argument
615 rqstor->req_arr = rqst_arr;
616 rqstor->req_bitmap = bitmap;
617 rqstor->size = size;
618 rqstor->next_request_id = 0;
619 spin_lock_init(&rqstor->req_lock);
625 * vmbus_free_requestor - Frees memory allocated for @rqstor
626 * @rqstor: Pointer to the requestor struct
628 static void vmbus_free_requestor(struct vmbus_requestor *rqstor) argument
1230 struct vmbus_requestor *rqstor = &channel->requestor; local
1269 struct vmbus_requestor *rqstor = &channel->requestor; local
[all...]
/linux-master/include/linux/
H A Dhyperv.h1072 struct vmbus_requestor *rqstor = &(channel)->requestor; \
1074 spin_lock_irqsave(&rqstor->req_lock, flags); \
1080 struct vmbus_requestor *rqstor = &channel->requestor; local
1082 spin_unlock_irqrestore(&rqstor->req_lock, flags);

Completed in 120 milliseconds