Lines Matching refs:bytes
553 void *p, unsigned int bytes, int nasid, int vector, int apicid) in gru_create_message_queue() argument
558 qlines = bytes / GRU_CACHE_LINE_BYTES - 2; in gru_create_message_queue()
559 memset(mq, 0, bytes); in gru_create_message_queue()
798 unsigned int bytes) in gru_send_message_gpa() argument
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()
809 if (gru_get_cpu_resources(bytes, &cb, &dsr)) in gru_send_message_gpa()
811 memcpy(dsr, mesg, bytes); in gru_send_message_gpa()
930 unsigned int bytes) in gru_copy_gpa() argument
940 XTYPE_B, bytes, GRU_NUM_KERNEL_DSR_CL, IMA); in gru_copy_gpa()
1055 int i, k, istatus, bytes; in quicktest2() local
1057 bytes = numcb * 4 * 8; in quicktest2()
1058 buf = kmalloc(bytes, GFP_KERNEL); in quicktest2()
1068 memset(buf, 0xee, bytes); in quicktest2()