| /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/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/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/tools/bpf/bpftool/ |
| H A D | net.c | 672 static int do_attach_tcx(int progfd, enum net_attach_type attach_type, int ifindex, bool prepend) in do_attach_tcx() argument 676 if (prepend) { in do_attach_tcx() 697 bool prepend = false; in do_attach() local 738 prepend = true; in do_attach() 757 err = do_attach_tcx(progfd, attach_type, ifindex, prepend); in do_attach()
|
| /linux/lib/ |
| 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/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/drivers/block/ |
| H A D | floppy.c | 3946 const char *prepend; in config_types() local 3948 prepend = ""; in config_types() 3952 prepend = ","; in config_types() 3955 pr_cont("%s fd%d is %s", prepend, drive, name); in config_types()
|
| /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/fs/ext4/ |
| H A D | extents.c | 2037 goto prepend; in ext4_ext_insert_extent() 2067 prepend: in ext4_ext_insert_extent()
|