Lines Matching defs:buf
19 static ssize_t read_text(const char *path, char *buf, size_t max_len) in read_text()
38 static ssize_t write_text(const char *path, char *buf, ssize_t len) in write_text()
87 int cg_read(const char *cgroup, const char *control, char *buf, size_t len) in cg_read()
103 char *buf; in cg_read_strcmp() local
128 char buf[PAGE_SIZE]; in cg_read_strstr() local
138 char buf[128]; in cg_read_long() local
148 char buf[PAGE_SIZE]; in cg_read_key_long() local
161 int cg_write(const char *cgroup, const char *control, char *buf) in cg_write()
176 char buf[10 * PAGE_SIZE]; in cg_find_unified_root() local
210 char buf[10 * PAGE_SIZE] = {0}; in cg_wait_for_proc_count() local
235 char buf[PAGE_SIZE]; in cg_killall() local
301 char buf[64]; in cg_run() local
324 char buf[64]; in cg_run_nowait() local
342 char buf[PAGE_SIZE]; in alloc_pagecache() local
366 char *buf, *ptr; in alloc_anon() local
378 char buf[PAGE_SIZE]; in is_swap_enabled() local
413 char proc_read_text(int pid, const char *item, char *buf, size_t size) in proc_read_text()