Home
last modified time | relevance | path

Searched refs:vmci_qp_add_pointer (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dvmw_vmci_defs.h825 static inline void vmci_qp_add_pointer(u64 *var, size_t add, u64 size)
859 * vmci_qp_add_pointer() is used to manipulate the tail itself.
866 vmci_qp_add_pointer(&q_header->producer_tail, add, queue_size); in vmci_q_header_add_producer_tail()
871 * vmci_qp_add_pointer() is used to manipulate the head itself.
878 vmci_qp_add_pointer(&q_header->consumer_head, add, queue_size); in vmci_q_header_add_consumer_head()
827 static inline void vmci_qp_add_pointer(u64 *var, size_t add, u64 size) vmci_qp_add_pointer() function