Home
last modified time | relevance | path

Searched full:augment (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.14.4/include/linux/
Drbtree_augmented.h48 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument
50 __rb_insert_augmented(node, root, augment->rotate); in rb_insert_augmented()
56 const struct rb_augment_callbacks *augment) in rb_insert_augmented_cached() argument
60 rb_insert_augmented(node, &root->rb_root, augment); in rb_insert_augmented_cached()
66 const struct rb_augment_callbacks *augment) in rb_add_augmented_cached() argument
83 augment->propagate(parent, NULL); /* suboptimal */ in rb_add_augmented_cached()
84 rb_insert_augmented_cached(node, tree, leftmost, augment); in rb_add_augmented_cached()
225 const struct rb_augment_callbacks *augment) in __rb_erase_augmented() argument
273 augment->copy(node, successor); in __rb_erase_augmented()
299 augment->copy(node, successor); in __rb_erase_augmented()
[all …]
Ddmaengine.h174 * enum dma_ctrl_flags - DMA flags to augment operation preparation,
592 * @flags: flags to augment operation preparation, control completion, and
/linux-6.14.4/tools/include/linux/
Drbtree_augmented.h50 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument
52 __rb_insert_augmented(node, root, augment->rotate); in rb_insert_augmented()
58 const struct rb_augment_callbacks *augment) in rb_insert_augmented_cached() argument
62 rb_insert_augmented(node, &root->rb_root, augment); in rb_insert_augmented_cached()
188 const struct rb_augment_callbacks *augment) in __rb_erase_augmented() argument
236 augment->copy(node, successor); in __rb_erase_augmented()
262 augment->copy(node, successor); in __rb_erase_augmented()
263 augment->propagate(parent, successor); in __rb_erase_augmented()
286 augment->propagate(tmp, NULL); in __rb_erase_augmented()
292 const struct rb_augment_callbacks *augment) in rb_erase_augmented() argument
[all …]
/linux-6.14.4/tools/perf/Documentation/
Dperf-inject.txt6 perf-inject - Filter to augment the events stream with additional information
21 needs userspace processing to augment the events stream with additional
Dperf-trace.txt233 the same beautifiers used in the strace-like enter+exit lines to augment the
Dperf-config.txt661 Use "libtraceevent" to use that library to augment the tracepoint arguments,
/linux-6.14.4/Documentation/admin-guide/acpi/
Dssdt-overlays.rst8 boards) we need a way to augment the ACPI configuration provided by the firmware
18 way to augment firmware ACPI configuration is by dynamically loading
/linux-6.14.4/fs/9p/
Dfid.h39 * @fid: fid to augment
/linux-6.14.4/tools/perf/util/bpf_skel/
Daugmented_raw_syscalls.bpf.c3 * Augment the raw_syscalls tracepoints with the contents of the pointer arguments.
39 * What to augment at entry?
51 * What to augment at exit?
/linux-6.14.4/tools/power/pm-graph/
Dbootgraph.821 The tool can also augment the timeline with ftrace data on custom target
/linux-6.14.4/Documentation/driver-api/driver-model/
Doverview.rst15 models that were previously used in the kernel. It is intended to augment the
/linux-6.14.4/drivers/hwmon/
Dnct6775-i2c.c138 * reading. Augment whatever was found via autodetection (if in nct6775_i2c_probe_init()
/linux-6.14.4/drivers/platform/x86/intel/
Dint0002_vgpio.c205 * FIXME: augment this if we managed to pull handling of shared in int0002_probe()
/linux-6.14.4/Documentation/devicetree/bindings/remoteproc/
Dti,pru-rproc.yaml22 auxiliary Transmit PRU cores called Tx_PRUs that augment the PRUs. Each RTU
/linux-6.14.4/drivers/gpio/
DTODO101 in drivers/gpio/gpio-*. Augment platforms to create platform devices or
/linux-6.14.4/drivers/acpi/acpica/
Drscalc.c186 * Augment the base size for descriptors with optional and/or in acpi_rs_get_aml_length()
496 * Augment the size for descriptors with optional in acpi_rs_get_list_length()
/linux-6.14.4/Documentation/
Datomic_t.txt192 only apply to the RMW atomic ops and can be used to augment/upgrade the
/linux-6.14.4/fs/notify/dnotify/
Ddnotify.c304 /* expect most fcntl to add new rather than augment old */ in fcntl_dirnotify()
/linux-6.14.4/drivers/base/
Dauxiliary.c46 * Note that ops are intended as a way to augment instance behavior within a
/linux-6.14.4/mm/
Dvmalloc.c829 * This augment red-black tree represents the free vmap space.
1171 struct list_head *head, bool augment) in __link_va() argument
1185 if (augment) { in __link_va()
1225 __unlink_va(struct vmap_area *va, struct rb_root *root, bool augment) in __unlink_va() argument
1230 if (augment) in __unlink_va()
1365 struct rb_root *root, struct list_head *head, bool augment) in __merge_or_add_vmap_area() argument
1427 __unlink_va(va, root, augment); in __merge_or_add_vmap_area()
1442 __link_va(va, root, parent, link, head, augment); in __merge_or_add_vmap_area()
/linux-6.14.4/Documentation/hwmon/
Dpmbus-core.rst121 non-standard PMBus commands to standard commands, or to augment standard
/linux-6.14.4/Documentation/core-api/
Drbtree.rst235 be used to augment some new functionality to rbtree. Augmented rbtree
/linux-6.14.4/kernel/rcu/
Drcu.h442 * In order to restore full ordering between tree levels, augment the regular
/linux-6.14.4/arch/arm64/boot/dts/marvell/
Darmada-3720-turris-mox.dts309 * this node in order to augment the device tree!
/linux-6.14.4/Documentation/filesystems/
Dubifs-authentication.rst259 of the full B+ tree. This enables us to augment the index nodes of the tree

12