Lines Matching refs:GRU_CACHE_LINE_BYTES
94 GRU_CACHE_LINE_BYTES)
101 __attribute__((__aligned__(GRU_CACHE_LINE_BYTES)))
529 struct message_header *mhdr = p + GRU_CACHE_LINE_BYTES; in get_present2()
535 struct message_header *mhdr = p + GRU_CACHE_LINE_BYTES; in restore_present2()
549 qlines = bytes / GRU_CACHE_LINE_BYTES - 2; in gru_create_message_queue()
552 mq->start2 = &mq->data + (qlines / 2 - 1) * GRU_CACHE_LINE_BYTES; in gru_create_message_queue()
554 mq->limit = &mq->data + (qlines - 2) * GRU_CACHE_LINE_BYTES; in gru_create_message_queue()
803 BUG_ON(bytes < sizeof(int) || bytes > 2 * GRU_CACHE_LINE_BYTES); in gru_send_message_gpa()
805 clines = DIV_ROUND_UP(bytes, GRU_CACHE_LINE_BYTES); in gru_send_message_gpa()
848 next = pnext + GRU_CACHE_LINE_BYTES * lines; in gru_free_message()
956 if (gru_get_cpu_resources(GRU_CACHE_LINE_BYTES, &cb, &dsr)) in quicktest0()
998 char mes[GRU_CACHE_LINE_BYTES], *m; in quicktest1()
1007 gru_create_message_queue(&mqd, mq, 8 * GRU_CACHE_LINE_BYTES, 0, 0, 0); in quicktest1()