Home
last modified time | relevance | path

Searched refs:PT_BUFSIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/block/paride/
Dpt.c214 #define PT_BUFSIZE 16384 macro
689 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()