Searched refs:iterators (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/bpf/preload/iterators/ |
| H A D | Makefile | 38 all: iterators.lskel-little-endian.h 40 big: iterators.lskel-big-endian.h 44 $(Q)rm -rf $(OUTPUT) iterators 46 iterators.lskel-%.h: $(OUTPUT)/%/iterators.bpf.o | $(BPFTOOL) 50 $(OUTPUT)/%/iterators.bpf.o: iterators.bpf.c $(BPFOBJ) | $(OUTPUT)
|
| H A D | README | 2 If you change "iterators.bpf.c" do "make -j" in this directory to 3 rebuild "iterators.lskel-little-endian.h". Then, on a big-endian 5 "iterators.lskel-big-endian.h". Commit both resulting headers.
|
| /linux/scripts/coccinelle/iterators/ |
| H A D | itnull.cocci | 2 /// Many iterators have the property that the first argument is always bound 4 //# False positives arise for some iterators that do not have this property,
|
| H A D | device_node_continue.cocci | 2 /// Device node iterators put the previous value of the index variable, so an
|
| /linux/kernel/bpf/preload/ |
| H A D | Kconfig | 3 bool "Preload BPF file system with kernel specific program and map iterators"
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-iter.rst | 7 tool to create BPF iterators
|
| /linux/Documentation/block/ |
| H A D | biovecs.rst | 2 Immutable biovecs and biovec iterators 60 coding bvec iterators before, and having common implementation considerably
|
| /linux/Documentation/core-api/ |
| H A D | idr.rst | 57 pointed to from the IDR; if you want to do that, use one of the iterators
|
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 88 struct list_head iterators; member 97 INIT_LIST_HEAD(&lru->iterators); in lru_init() 103 WARN_ON_ONCE(!list_empty(&lru->iterators)); in lru_destroy() 144 list_add(&it->list, &lru->iterators); in lru_iter_begin() 192 list_for_each_entry(it, &lru->iterators, list) { in lru_iter_invalidate()
|
| /linux/Documentation/dev-tools/ |
| H A D | testing-overview.rst | 144 available include API tests, tests for correct usage of kernel iterators, checks
|
| /linux/Documentation/process/ |
| H A D | maintainer-netdev.rst | 432 APIs and helpers, especially scoped iterators. However, direct use of
|