Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/devices/
H A Dmtdram.c23 static unsigned long writebuf_size = 64; variable
31 module_param(writebuf_size, ulong, 0);
32 MODULE_PARM_DESC(writebuf_size, "Device write buf size in Bytes (Default: 64)");
135 mtd->writebufsize = writebuf_size; in mtdram_init_device()
/openbmc/linux/security/tomoyo/
H A Dcommon.c2486 head->writebuf_size = 4096 * 2; in tomoyo_open_control()
2487 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()
2666 if (head->w.avail >= head->writebuf_size - 1) { in tomoyo_write_control()
2667 const int len = head->writebuf_size * 2; in tomoyo_write_control()
2678 head->writebuf_size = len; in tomoyo_write_control()
H A Dcommon.h836 size_t writebuf_size; member