Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/sgi-gru/
Dgrukservices.c572 mq->head = gru_mesq_head(2, qlines / 2 + 1); in gru_create_message_queue()
666 mqh = gru_mesq_head(qlines / 2 + 1, qlines); in send_message_queue_full()
668 mqh = gru_mesq_head(2, qlines / 2 + 1); in send_message_queue_full()
Dgru_instructions.h603 static inline union gru_mesqhead gru_mesq_head(int head, int limit) in gru_mesq_head() function