Home
last modified time | relevance | path

Searched refs:iterators (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/kernel/bpf/preload/iterators/
H A DMakefile38 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 DREADME2 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 Ditnull.cocci1 /// 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 Ditnull.cocci2 /// 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 Ddevice_node_continue.cocci2 /// Device node iterators put the previous value of the index variable, so an
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-toolz_1.0.0.bb1 SUMMARY = "A set of utility functions for iterators, functions, and dictionaries."
/openbmc/linux/Documentation/bpf/
H A Dbpf_iterators.rst37 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 Dlinker_lists.rst76 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 DKconfig7 bool "Preload BPF file system with kernel specific program and map iterators"
/openbmc/openbmc/poky/meta/recipes-core/libcgroup/libcgroup/
H A D0001-include-Makefile-install-systemd.h-by-default.patch28 libcgroup/iterators.h libcgroup/config.h \
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A D0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch5 `ndata_`, not `ndata` * In `Name::split`, use the correct iterators for
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-iter.rst7 tool to create BPF iterators
/openbmc/linux/Documentation/block/
H A Dbiovecs.rst2 Immutable biovecs and biovec iterators
60 coding bvec iterators before, and having common implementation considerably
/openbmc/linux/Documentation/core-api/
H A Didr.rst57 pointed to from the IDR; if you want to do that, use one of the iterators
H A Dxarray.rst135 not currently iterators to search for logical combinations of bits (eg
/openbmc/linux/drivers/md/
H A Ddm-bufio.c96 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 Dtesting-overview.rst142 available include API tests, tests for correct usage of kernel iterators, checks
/openbmc/linux/Documentation/cpu-freq/
H A Dcpu-drivers.rst265 The following macros can be used as iterators over cpufreq_frequency_table:
/openbmc/linux/Documentation/scheduler/
H A Dsched-design-CFS.rst113 assumptions are gone from the load-balancing code now, and iterators of the
/openbmc/bmcweb/
H A DDEVELOPING.md30 - All pointers and iterators must be checked for null before dereferencing
/openbmc/libpldm/docs/checklists/
H A Dchanges.md130 - Prefer [defining iterators][libpldm-iterator] over the message buffer to
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.2.rst85 - iterators now return views, not lists
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst569 visible to cgroup_for_each_child/descendant_*() iterators. The
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DCHANGELOG1621 Fixed Python 2.2 support for iterators.
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt2708 0: /usr/lib/python2.7/email/iterators.pyc

12