Home
last modified time | relevance | path

Searched refs:prepend (Results 1 – 21 of 21) sorted by relevance

/linux-6.15/arch/riscv/include/asm/
H A Dcmpxchg.h17 #define __arch_xchg_masked(sc_sfx, swap_sfx, prepend, sc_append, \ argument
23 prepend \
39 prepend \
54 #define __arch_xchg(sfx, prepend, append, r, p, n) \ argument
57 prepend \
65 #define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \ argument
75 prepend, sc_append, swap_append, \
80 prepend, sc_append, swap_append, \
84 __arch_xchg(".w" swap_sfx, prepend, swap_append, \
88 __arch_xchg(".d" swap_sfx, prepend, swap_append, \
/linux-6.15/lib/
H A Dalloc_tag.c311 static bool ensure_alignment(unsigned long align, unsigned int *prepend) in ensure_alignment() argument
326 if (*prepend) in ensure_alignment()
327 *prepend = alloc_tag_align(*prepend); in ensure_alignment()
400 unsigned long size, unsigned int prepend, unsigned long align) in find_aligned_area() argument
406 if (!mas_empty_area(mas, 0, section_size - 1, prepend + size)) { in find_aligned_area()
407 if (IS_ALIGNED(mas->index + prepend, align)) in find_aligned_area()
413 size + prepend + align - 1)) in find_aligned_area()
489 unsigned int prepend, unsigned long align) in reserve_module_tags() argument
507 if (!ensure_alignment(align, &prepend)) { in reserve_module_tags()
515 if (!find_aligned_area(&mas, section_size, size, prepend, align)) { in reserve_module_tags()
[all …]
H A Dcodetag.c242 unsigned long size, unsigned int prepend, in codetag_alloc_module_section() argument
256 ret = cttype->desc.alloc_section_mem(mod, size, prepend, align); in codetag_alloc_module_section()
/linux-6.15/fs/
H A Dd_path.c57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function
101 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name()
288 prepend(&b, " (deleted)", 11); in d_path()
322 prepend(&b, " (deleted)", 11); in simple_dname()
323 prepend(&b, dentry->d_name.name, dentry->d_name.len); in simple_dname()
376 prepend(&b, "//deleted", 10); in dentry_path()
433 prepend(&b, "(unreachable)", 13); in SYSCALL_DEFINE2()
/linux-6.15/security/apparmor/
H A Dpath.c25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function
65 error = prepend(name, *name - buf, "/", 1); in disconnect()
67 error = prepend(name, *name - buf, disconnected, in disconnect()
110 error = prepend(name, *name - buf, "/proc", 5); in d_namespace_path()
/linux-6.15/include/linux/
H A Dcodetag.h47 unsigned int prepend, unsigned long align);
88 unsigned long size, unsigned int prepend,
102 unsigned long size, unsigned int prepend, in codetag_alloc_module_section() argument
/linux-6.15/Documentation/scsi/
H A Dsd-parameters.rst24 To modify the caching mode without making the change persistent, prepend
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dcomponent-common.yaml18 sink/source names may use this property to prepend the name of their
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_sockmap.c129 const char *prepend; member
155 char *prepend; member
195 env.prepend = o->prepend; in test_start_subtest()
214 env.prepend ? : "", in test_end_subtest()
2014 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_whitelist()
2037 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_blacklist()
2091 opt->prepend = "ktls"; in test_selftests_ktls()
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dbrcm,bcm63xx-spi.yaml19 the controller's prepend mode.
H A Dbrcm,bcm63xx-hsspi.yaml26 worked around by either the controller's prepend mode or using the dummy chip
/linux-6.15/security/landlock/
H A DKconfig21 you should also prepend "landlock," to the content of CONFIG_LSM to
/linux-6.15/tools/perf/Documentation/
H A DBuild.txt100 variable PKG_CONFIG_LIBDIR or PKG_CONFIG_PATH to prepend the sysroot path to
/linux-6.15/Documentation/networking/
H A Dnetconsole.rst16 Release prepend support by Breno Leitao <[email protected]>, Jul 7 2023
47 r if present, prepend kernel version (release) to the message
295 This feature provides the same data as the "release prepend" feature.
H A Dphonet.rst60 perspective. Each Phonet network device shall prepend and set the media
/linux-6.15/Documentation/admin-guide/
H A Djava.rst149 # class is not in CLASSPATH, so prepend dir of class to CLASSPATH
H A Dkernel-parameters.txt865 device, prepend "brl," before the device type, for instance
/linux-6.15/drivers/block/
H A Dfloppy.c3953 const char *prepend; in config_types() local
3955 prepend = ""; in config_types()
3959 prepend = ","; in config_types()
3962 pr_cont("%s fd%d is %s", prepend, drive, name); in config_types()
/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dfib_offload_lib.sh75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024
/linux-6.15/fs/ext4/
H A Dextents.c2017 goto prepend; in ext4_ext_insert_extent()
2047 prepend: in ext4_ext_insert_extent()
/linux-6.15/Documentation/trace/
H A Dftrace.rst3343 to set_ftrace_filter. To remove a command, prepend it by '!'