Home
last modified time | relevance | path

Searched refs:read_user_buf_avail (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c220 if (len > head->read_user_buf_avail) in tomoyo_flush()
221 len = head->read_user_buf_avail; in tomoyo_flush()
226 head->read_user_buf_avail -= len; in tomoyo_flush()
235 if (!head->read_user_buf_avail || in tomoyo_flush()
238 head->read_user_buf_avail--; in tomoyo_flush()
2593 head->read_user_buf_avail = buffer_len; in tomoyo_read_control()
2667 head->read_user_buf_avail = 0; in tomoyo_write_control()
H A Dcommon.h800 size_t read_user_buf_avail; member
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c212 if (len > head->read_user_buf_avail) in tomoyo_flush()
213 len = head->read_user_buf_avail; in tomoyo_flush()
218 head->read_user_buf_avail -= len; in tomoyo_flush()
227 if (!head->read_user_buf_avail || in tomoyo_flush()
230 head->read_user_buf_avail--; in tomoyo_flush()
2585 head->read_user_buf_avail = buffer_len; in tomoyo_read_control()
2660 head->read_user_buf_avail = 0; in tomoyo_write_control()
H A Dcommon.h800 size_t read_user_buf_avail; member

Completed in 12 milliseconds