Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/paride/
H A 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()

Completed in 3 milliseconds