| /linux/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 19 #define __arch_xchg_masked(sc_sfx, swap_sfx, prepend, sc_append, \ argument 25 prepend \ 41 prepend \ 57 #define __arch_xchg(sfx, prepend, append, r, p, n) \ argument 60 prepend \ 68 #define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \ argument 78 prepend, sc_append, swap_append, \ 83 prepend, sc_append, swap_append, \ 87 __arch_xchg(".w" swap_sfx, prepend, swap_append, \ 91 __arch_xchg(".d" swap_sfx, prepend, swap_append, \
|
| /linux/lib/ |
| H A D | alloc_tag.c | 299 static bool ensure_alignment(unsigned long align, unsigned int *prepend) in ensure_alignment() argument 314 if (*prepend) in ensure_alignment() 315 *prepend = alloc_tag_align(*prepend); in ensure_alignment() 388 unsigned long size, unsigned int prepend, unsigned long align) in find_aligned_area() argument 394 if (!mas_empty_area(mas, 0, section_size - 1, prepend + size)) { in find_aligned_area() 395 if (IS_ALIGNED(mas->index + prepend, align)) in find_aligned_area() 401 size + prepend + align - 1)) in find_aligned_area() 478 unsigned int prepend, unsigned long align) in reserve_module_tags() argument 496 if (!ensure_alignment(align, &prepend)) { in reserve_module_tags() 504 if (!find_aligned_area(&mas, section_size, size, prepend, align)) { in reserve_module_tags() [all …]
|
| H A D | codetag.c | 263 unsigned long size, unsigned int prepend, in codetag_alloc_module_section() argument 277 ret = cttype->desc.alloc_section_mem(mod, size, prepend, align); in codetag_alloc_module_section()
|
| /linux/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/include/linux/ |
| H A D | codetag.h | 50 unsigned int prepend, unsigned long align); 92 unsigned long size, unsigned int prepend, 106 unsigned long size, unsigned int prepend, in codetag_alloc_module_section() argument
|
| /linux/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 in test_selftests_ktls() [all...] |
| /linux/Documentation/scsi/ |
| H A D | sd-parameters.rst | 24 To modify the caching mode without making the change persistent, prepend
|
| /linux/security/landlock/ |
| H A D | Kconfig | 21 you should also prepend "landlock," to the content of CONFIG_LSM to
|
| /linux/tools/perf/Documentation/ |
| H A D | Build.txt | 100 variable PKG_CONFIG_LIBDIR or PKG_CONFIG_PATH to prepend the sysroot path to
|
| /linux/Documentation/networking/ |
| H A D | netconsole.rst | 16 Release prepend support by Breno Leitao <leitao@debian.org>, Jul 7 2023 44 r if present, prepend kernel version (release) to the message 292 This feature provides the same data as the "release prepend" feature.
|
| H A D | xdp-rx-metadata.rst | 126 Certain devices may prepend metadata to received packets. However, as of now,
|
| H A D | phonet.rst | 60 perspective. Each Phonet network device shall prepend and set the media
|
| /linux/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 | 1000 device, prepend "brl," before the device type, for instance
|
| /linux/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/Documentation/trace/ |
| H A D | ftrace.rst | 3364 to set_ftrace_filter. To remove a command, prepend it by '!'
|