Lines Matching defs:bytes
99 /* GRU cacheline size is always 64 bytes - even on arches with 128 byte lines */
285 * dsr_bytes - number of DSR bytes needed
546 void *p, unsigned int bytes, int nasid, int vector, int apicid)
551 qlines = bytes / GRU_CACHE_LINE_BYTES - 2;
552 memset(mq, 0, bytes);
794 * bytes message size (<= 2 CL)
797 unsigned int bytes)
805 BUG_ON(bytes < sizeof(int) || bytes > 2 * GRU_CACHE_LINE_BYTES);
807 clines = DIV_ROUND_UP(bytes, GRU_CACHE_LINE_BYTES);
808 if (gru_get_cpu_resources(bytes, &cb, &dsr))
810 memcpy(dsr, mesg, bytes);
929 unsigned int bytes)
939 XTYPE_B, bytes, GRU_NUM_KERNEL_DSR_CL, IMA);
1052 int i, k, istatus, bytes;
1054 bytes = numcb * 4 * 8;
1055 buf = kmalloc(bytes, GFP_KERNEL);
1065 memset(buf, 0xee, bytes);