/openbmc/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.
|
/openbmc/u-boot/scripts/coccinelle/iterators/ |
H A D | itnull.cocci | 1 /// Many iterators have the property that the first argument is always bound 3 //# False positives arise for some iterators that do not have this property,
|
/openbmc/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
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-toolz_1.0.0.bb | 1 SUMMARY = "A set of utility functions for iterators, functions, and dictionaries."
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_iterators.rst | 37 execution in the kernel, BPF iterators allow users to define callbacks that 43 task. Such flexibility is the core value of BPF iterators. 57 Next, let us see how you can use the iterators to iterate on kernel objects and 61 How to Use BPF iterators 64 BPF selftests are a great resource to illustrate how to use the iterators. In 68 which illustrates how to load and trigger BPF iterators on the user space side. 117 iterators. For example, for task_file iterators, the kernel layer provides the 252 By default, BPF iterators walk through all the objects of the specified types
|
/openbmc/u-boot/Documentation/ |
H A D | linker_lists.rst | 76 global list name ("outer"); iterators for only a sub-list should use 80 named "drivers", two sub-lists named "i2c" and "pci", and iterators
|
/openbmc/linux/kernel/bpf/preload/ |
H A D | Kconfig | 7 bool "Preload BPF file system with kernel specific program and map iterators"
|
/openbmc/openbmc/poky/meta/recipes-core/libcgroup/libcgroup/ |
H A D | 0001-include-Makefile-install-systemd.h-by-default.patch | 28 libcgroup/iterators.h libcgroup/config.h \
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | 0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch | 5 `ndata_`, not `ndata` * In `Name::split`, use the correct iterators for
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-iter.rst | 7 tool to create BPF iterators
|
/openbmc/linux/Documentation/block/ |
H A D | biovecs.rst | 2 Immutable biovecs and biovec iterators 60 coding bvec iterators before, and having common implementation considerably
|
/openbmc/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
|
H A D | xarray.rst | 135 not currently iterators to search for logical combinations of bits (eg
|
/openbmc/linux/drivers/md/ |
H A D | dm-bufio.c | 96 struct list_head iterators; member 105 INIT_LIST_HEAD(&lru->iterators); in lru_init() 111 WARN_ON_ONCE(!list_empty(&lru->iterators)); in lru_destroy() 152 list_add(&it->list, &lru->iterators); in lru_iter_begin() 200 list_for_each_entry(it, &lru->iterators, list) { in lru_iter_invalidate()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | testing-overview.rst | 142 available include API tests, tests for correct usage of kernel iterators, checks
|
/openbmc/linux/Documentation/cpu-freq/ |
H A D | cpu-drivers.rst | 265 The following macros can be used as iterators over cpufreq_frequency_table:
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-design-CFS.rst | 113 assumptions are gone from the load-balancing code now, and iterators of the
|
/openbmc/bmcweb/ |
H A D | DEVELOPING.md | 30 - All pointers and iterators must be checked for null before dereferencing
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 130 - Prefer [defining iterators][libpldm-iterator] over the message buffer to
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-2.2.rst | 85 - iterators now return views, not lists
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cgroups.rst | 569 visible to cgroup_for_each_child/descendant_*() iterators. The
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | CHANGELOG | 1621 Fixed Python 2.2 support for iterators.
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 2708 0: /usr/lib/python2.7/email/iterators.pyc
|