Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcommon.c281 int size = head->readbuf_size - pos; in tomoyo_io_printf()
287 if (pos + len >= head->readbuf_size) { in tomoyo_io_printf()
2378 head->readbuf_size = 128; in tomoyo_open_control()
2384 head->readbuf_size = 1024; in tomoyo_open_control()
2411 if (!head->readbuf_size) in tomoyo_open_control()
2412 head->readbuf_size = 4096 * 2; in tomoyo_open_control()
2413 head->read_buf = kzalloc(head->readbuf_size, GFP_NOFS); in tomoyo_open_control()
Dcommon.h828 size_t readbuf_size; member