Home
last modified time | relevance | path

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

/kernel/
Dcgroup.c2339 size_t max_bytes = cft->max_write_len; in cgroup_write_string() local
2342 if (!max_bytes) in cgroup_write_string()
2343 max_bytes = sizeof(local_buffer) - 1; in cgroup_write_string()
2344 if (nbytes >= max_bytes) in cgroup_write_string()