Lines Matching refs:bytes
558 void *p, unsigned int bytes, int nasid, int vector, int apicid) in gru_create_message_queue() argument
563 qlines = bytes / GRU_CACHE_LINE_BYTES - 2; in gru_create_message_queue()
564 memset(mq, 0, bytes); in gru_create_message_queue()
803 unsigned int bytes) in gru_send_message_gpa() argument
811 BUG_ON(bytes < sizeof(int) || bytes > 2 * GRU_CACHE_LINE_BYTES); in gru_send_message_gpa()
813 clines = DIV_ROUND_UP(bytes, GRU_CACHE_LINE_BYTES); in gru_send_message_gpa()
814 if (gru_get_cpu_resources(bytes, &cb, &dsr)) in gru_send_message_gpa()
816 memcpy(dsr, mesg, bytes); in gru_send_message_gpa()
935 unsigned int bytes) in gru_copy_gpa() argument
945 XTYPE_B, bytes, GRU_NUM_KERNEL_DSR_CL, IMA); in gru_copy_gpa()
1058 int i, k, istatus, bytes; in quicktest2() local
1060 bytes = numcb * 4 * 8; in quicktest2()
1061 buf = kmalloc(bytes, GFP_KERNEL); in quicktest2()
1071 memset(buf, 0xee, bytes); in quicktest2()