Searched refs:mqh (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 605 union gru_mesqhead mqh; in gru_mesq_head() local 607 mqh.head = head; in gru_mesq_head() 608 mqh.limit = limit; in gru_mesq_head() 609 return mqh; in gru_mesq_head()
|
H A D | grukservices.c | 640 union gru_mesqhead mqh; in send_message_queue_full() local 654 mqh = gru_mesq_head(qlines / 2 + 1, qlines); in send_message_queue_full() 656 mqh = gru_mesq_head(2, qlines / 2 + 1); in send_message_queue_full() 681 gru_gamer(cb, EOP_ERR_CSWAP, mqd->mq_gpa, XTYPE_DW, mqh.val, avalue, in send_message_queue_full()
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 605 union gru_mesqhead mqh; in gru_mesq_head() local 607 mqh.head = head; in gru_mesq_head() 608 mqh.limit = limit; in gru_mesq_head() 609 return mqh; in gru_mesq_head()
|
H A D | grukservices.c | 640 union gru_mesqhead mqh; in send_message_queue_full() local 654 mqh = gru_mesq_head(qlines / 2 + 1, qlines); in send_message_queue_full() 656 mqh = gru_mesq_head(2, qlines / 2 + 1); in send_message_queue_full() 681 gru_gamer(cb, EOP_ERR_CSWAP, mqd->mq_gpa, XTYPE_DW, mqh.val, avalue, in send_message_queue_full()
|
Completed in 7 milliseconds