Searched refs:BUFSZ (Results 1 – 2 of 2) sorted by relevance
36 #define BUFSZ 1024 macro145 unsigned char tmp[BUFSZ]; in read_objdump_output()240 unsigned char buf1[BUFSZ]; in read_object_code()241 unsigned char buf2[BUFSZ]; in read_object_code()271 if (len > BUFSZ) in read_object_code()272 len = BUFSZ; in read_object_code()
105 #define BUFSZ 4096 macro125 buf = kmalloc(BUFSZ, GFP_KERNEL); in show_leaks()137 stack_trace_snprint(buf, BUFSZ, entries, nr_entries, 0); in show_leaks()146 #undef BUFSZ