Searched refs:read_user_buf_avail (Results 1 – 2 of 2) sorted by relevance
217 if (len > head->read_user_buf_avail) in tomoyo_flush()218 len = head->read_user_buf_avail; in tomoyo_flush()223 head->read_user_buf_avail -= len; in tomoyo_flush()232 if (!head->read_user_buf_avail || in tomoyo_flush()235 head->read_user_buf_avail--; in tomoyo_flush()2522 head->read_user_buf_avail = buffer_len; in tomoyo_read_control()2596 head->read_user_buf_avail = 0; in tomoyo_write_control()
795 size_t read_user_buf_avail; member