Searched refs:WRITE_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
607 #define WRITE_BUFSIZE 4096 macro618 kbuf = kmalloc(WRITE_BUFSIZE, GFP_KERNEL); in traceprobe_probes_write()625 if (size >= WRITE_BUFSIZE) in traceprobe_probes_write()626 size = WRITE_BUFSIZE - 1; in traceprobe_probes_write()640 "Should be less than %d.", WRITE_BUFSIZE); in traceprobe_probes_write()