Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hv/
H A Dchannel.c615 * vmbus_alloc_requestor - Initializes @rqstor's fields.
619 static int vmbus_alloc_requestor(struct vmbus_requestor *rqstor, u32 size) in vmbus_alloc_requestor() argument
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()
644 * vmbus_free_requestor - Frees memory allocated for @rqstor
645 * @rqstor: Pointer to the requestor struct
647 static void vmbus_free_requestor(struct vmbus_requestor *rqstor) in vmbus_free_requestor() argument
1247 struct vmbus_requestor *rqstor = &channel->requestor; vmbus_next_request_id() local
1286 struct vmbus_requestor *rqstor = &channel->requestor; __vmbus_request_addr_match() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dhyperv.h1051 struct vmbus_requestor *rqstor = &(channel)->requestor; \
1053 spin_lock_irqsave(&rqstor->req_lock, flags); \
1059 struct vmbus_requestor *rqstor = &channel->requestor; in unlock_requestor() local
1061 spin_unlock_irqrestore(&rqstor->req_lock, flags); in unlock_requestor()

Completed in 6 milliseconds