| /linux-6.15/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 17 #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 D | alloc_tag.c | 311 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 D | codetag.c | 242 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 D | d_path.c | 57 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 D | path.c | 25 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 D | codetag.h | 47 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 D | sd-parameters.rst | 24 To modify the caching mode without making the change persistent, prepend
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | component-common.yaml | 18 sink/source names may use this property to prepend the name of their
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 129 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 D | brcm,bcm63xx-spi.yaml | 19 the controller's prepend mode.
|
| H A D | brcm,bcm63xx-hsspi.yaml | 26 worked around by either the controller's prepend mode or using the dummy chip
|
| /linux-6.15/security/landlock/ |
| H A D | Kconfig | 21 you should also prepend "landlock," to the content of CONFIG_LSM to
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | Build.txt | 100 variable PKG_CONFIG_LIBDIR or PKG_CONFIG_PATH to prepend the sysroot path to
|
| /linux-6.15/Documentation/networking/ |
| H A D | netconsole.rst | 16 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 D | phonet.rst | 60 perspective. Each Phonet network device shall prepend and set the media
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | java.rst | 149 # class is not in CLASSPATH, so prepend dir of class to CLASSPATH
|
| H A D | kernel-parameters.txt | 865 device, prepend "brl," before the device type, for instance
|
| /linux-6.15/drivers/block/ |
| H A D | floppy.c | 3953 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 D | fib_offload_lib.sh | 75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024
|
| /linux-6.15/fs/ext4/ |
| H A D | extents.c | 2017 goto prepend; in ext4_ext_insert_extent() 2047 prepend: in ext4_ext_insert_extent()
|
| /linux-6.15/Documentation/trace/ |
| H A D | ftrace.rst | 3343 to set_ftrace_filter. To remove a command, prepend it by '!'
|