Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcommon.c218 if (len > head->read_user_buf_avail) in tomoyo_flush()
219 len = head->read_user_buf_avail; in tomoyo_flush()
224 head->read_user_buf_avail -= len; in tomoyo_flush()
233 if (!head->read_user_buf_avail || in tomoyo_flush()
236 head->read_user_buf_avail--; in tomoyo_flush()
2523 head->read_user_buf_avail = buffer_len; in tomoyo_read_control()
2597 head->read_user_buf_avail = 0; in tomoyo_write_control()
Dcommon.h796 size_t read_user_buf_avail; member