Searched refs:PT_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
214 #define PT_BUFSIZE 16384 macro689 tape->bufptr = kmalloc(PT_BUFSIZE, GFP_KERNEL); in pt_open()837 if (k > PT_BUFSIZE) in pt_read()838 k = PT_BUFSIZE; in pt_read()938 if (k > PT_BUFSIZE) in pt_write()939 k = PT_BUFSIZE; in pt_write()