Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dcommon.c283 int size = head->readbuf_size - pos; in tomoyo_io_printf()
290 if (pos + len >= head->readbuf_size) { in tomoyo_io_printf()
2446 head->readbuf_size = 128; in tomoyo_open_control()
2452 head->readbuf_size = 1024; in tomoyo_open_control()
2479 if (!head->readbuf_size) in tomoyo_open_control()
2480 head->readbuf_size = 4096 * 2; in tomoyo_open_control()
2481 head->read_buf = kzalloc(head->readbuf_size, GFP_NOFS); in tomoyo_open_control()
A Dcommon.h832 size_t readbuf_size; member

Completed in 11 milliseconds