Symbol: prepend
arch/riscv/include/asm/cmpxchg.h
19
#define __arch_xchg_masked(sc_sfx, swap_sfx, prepend, sc_append, \
arch/riscv/include/asm/cmpxchg.h
25
prepend \
arch/riscv/include/asm/cmpxchg.h
41
prepend \
arch/riscv/include/asm/cmpxchg.h
57
#define __arch_xchg(sfx, prepend, append, r, p, n) \
arch/riscv/include/asm/cmpxchg.h
60
prepend \
arch/riscv/include/asm/cmpxchg.h
68
#define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \
arch/riscv/include/asm/cmpxchg.h
78
prepend, sc_append, swap_append, \
arch/riscv/include/asm/cmpxchg.h
83
prepend, sc_append, swap_append, \
arch/riscv/include/asm/cmpxchg.h
87
__arch_xchg(".w" swap_sfx, prepend, swap_append, \
arch/riscv/include/asm/cmpxchg.h
91
__arch_xchg(".d" swap_sfx, prepend, swap_append, \
drivers/block/floppy.c
3946
const char *prepend;
drivers/block/floppy.c
3948
prepend = "";
drivers/block/floppy.c
3952
prepend = ",";
drivers/block/floppy.c
3955
pr_cont("%s fd%d is %s", prepend, drive, name);
fs/d_path.c
101
return prepend(p, dname, dlen) && prepend_char(p, '/');
fs/d_path.c
288
prepend(&b, " (deleted)", 11);
fs/d_path.c
323
prepend(&b, " (deleted)", 11);
fs/d_path.c
324
prepend(&b, dentry->d_name.name, dentry->d_name.len);
fs/d_path.c
377
prepend(&b, "//deleted", 10);
fs/d_path.c
434
prepend(&b, "(unreachable)", 13);
fs/ext4/extents.c
2037
goto prepend;
fs/ext4/extents.c
2067
prepend:
include/linux/codetag.h
107
unsigned long size, unsigned int prepend,
include/linux/codetag.h
50
unsigned int prepend, unsigned long align);
include/linux/codetag.h
93
unsigned long size, unsigned int prepend,
lib/alloc_tag.c
315
static bool ensure_alignment(unsigned long align, unsigned int *prepend)
lib/alloc_tag.c
330
if (*prepend)
lib/alloc_tag.c
331
*prepend = alloc_tag_align(*prepend);
lib/alloc_tag.c
404
unsigned long size, unsigned int prepend, unsigned long align)
lib/alloc_tag.c
410
if (!mas_empty_area(mas, 0, section_size - 1, prepend + size)) {
lib/alloc_tag.c
411
if (IS_ALIGNED(mas->index + prepend, align))
lib/alloc_tag.c
417
size + prepend + align - 1))
lib/alloc_tag.c
494
unsigned int prepend, unsigned long align)
lib/alloc_tag.c
512
if (!ensure_alignment(align, &prepend)) {
lib/alloc_tag.c
520
if (!find_aligned_area(&mas, section_size, size, prepend, align)) {
lib/alloc_tag.c
527
offset += prepend;
lib/codetag.c
265
unsigned long size, unsigned int prepend,
lib/codetag.c
279
ret = cttype->desc.alloc_section_mem(mod, size, prepend, align);
security/apparmor/path.c
110
error = prepend(name, *name - buf, "/proc", 5);
security/apparmor/path.c
65
error = prepend(name, *name - buf, "/", 1);
security/apparmor/path.c
67
error = prepend(name, *name - buf, disconnected,
tools/bpf/bpftool/net.c
672
static int do_attach_tcx(int progfd, enum net_attach_type attach_type, int ifindex, bool prepend)
tools/bpf/bpftool/net.c
676
if (prepend) {
tools/bpf/bpftool/net.c
697
bool prepend = false;
tools/bpf/bpftool/net.c
738
prepend = true;
tools/bpf/bpftool/net.c
757
err = do_attach_tcx(progfd, attach_type, ifindex, prepend);
tools/testing/selftests/bpf/test_sockmap.c
116
const char *prepend;
tools/testing/selftests/bpf/test_sockmap.c
142
char *prepend;
tools/testing/selftests/bpf/test_sockmap.c
1798
if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
tools/testing/selftests/bpf/test_sockmap.c
181
env.prepend = o->prepend;
tools/testing/selftests/bpf/test_sockmap.c
1821
if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
tools/testing/selftests/bpf/test_sockmap.c
200
env.prepend ? : "",