Searched refs:buf_end (Results 1 – 4 of 4) sorted by relevance
| /tools/bpf/bpftool/ |
| A D | xlated_dumper.h | 38 void dump_xlated_for_graph(struct dump_data *dd, void *buf, void *buf_end,
|
| A D | xlated_dumper.c | 367 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph() argument 381 struct bpf_insn *insn_end = buf_end; in dump_xlated_for_graph()
|
| /tools/mm/ |
| A D | page_owner_sort.c | 110 char *curr = buf, *const buf_end = buf + buf_size; in read_block() local 112 while (buf_end - curr > 1 && fgets(curr, buf_end - curr, fin)) { in read_block()
|
| /tools/testing/selftests/bpf/ |
| A D | test_loader.c | 162 char err_buf[256], buf[256] = {}, *ptr, *buf_end; in compile_regex() local 167 buf_end = buf + sizeof(buf); in compile_regex() 169 while (*pattern && ptr < buf_end - 2) { in compile_regex()
|
Completed in 10 milliseconds