Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dpg.h9 #define PG_MAX_DATA 32768 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dpg.h27 may transfer at most PG_MAX_DATA bytes. Note that the driver must
45 #define PG_MAX_DATA 32768 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dpg.h27 may transfer at most PG_MAX_DATA bytes. Note that the driver must
45 #define PG_MAX_DATA 32768 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dpg.h24 #define PG_MAX_DATA 32768 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dpg.h24 #define PG_MAX_DATA 32768 macro
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dpg.c21 may transfer at most PG_MAX_DATA bytes. Note that the driver must
550 dev->bufptr = kmalloc(PG_MAX_DATA, GFP_KERNEL); in pg_open()
592 if (hdr.dlen < 0 || hdr.dlen > PG_MAX_DATA) in pg_write()
594 if ((count - hs) > PG_MAX_DATA) in pg_write()

Completed in 3 milliseconds