Lines Matching refs:GRU_CACHE_LINE_BYTES
106 GRU_CACHE_LINE_BYTES)
113 __attribute__((__aligned__(GRU_CACHE_LINE_BYTES)))
538 struct message_header *mhdr = p + GRU_CACHE_LINE_BYTES; in get_present2()
544 struct message_header *mhdr = p + GRU_CACHE_LINE_BYTES; in restore_present2()
558 qlines = bytes / GRU_CACHE_LINE_BYTES - 2; in gru_create_message_queue()
561 mq->start2 = &mq->data + (qlines / 2 - 1) * GRU_CACHE_LINE_BYTES; in gru_create_message_queue()
563 mq->limit = &mq->data + (qlines - 2) * GRU_CACHE_LINE_BYTES; in gru_create_message_queue()
806 BUG_ON(bytes < sizeof(int) || bytes > 2 * GRU_CACHE_LINE_BYTES); in gru_send_message_gpa()
808 clines = DIV_ROUND_UP(bytes, GRU_CACHE_LINE_BYTES); in gru_send_message_gpa()
851 next = pnext + GRU_CACHE_LINE_BYTES * lines; in gru_free_message()
959 if (gru_get_cpu_resources(GRU_CACHE_LINE_BYTES, &cb, &dsr)) in quicktest0()
1002 char mes[GRU_CACHE_LINE_BYTES], *m; in quicktest1()
1012 gru_create_message_queue(&mqd, mq, 8 * GRU_CACHE_LINE_BYTES, 0, 0, 0); in quicktest1()