Searched refs:WRITE_BUFSIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kprobe.c1134 #define WRITE_BUFSIZE 128 macro
1144 kbuf = kmalloc(WRITE_BUFSIZE, GFP_KERNEL);
1151 if (size >= WRITE_BUFSIZE)
1152 size = WRITE_BUFSIZE - 1;
1164 "Should be less than %d.", WRITE_BUFSIZE);

Completed in 42 milliseconds