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
3948
const char *prepend;
drivers/block/floppy.c
3950
prepend = "";
drivers/block/floppy.c
3954
prepend = ",";
drivers/block/floppy.c
3957
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
322
prepend(&b, " (deleted)", 11);
fs/d_path.c
323
prepend(&b, dentry->d_name.name, dentry->d_name.len);
fs/d_path.c
376
prepend(&b, "//deleted", 10);
fs/d_path.c
433
prepend(&b, "(unreachable)", 13);
fs/ext4/extents.c
2037
goto prepend;
fs/ext4/extents.c
2067
prepend:
include/linux/codetag.h
106
unsigned long size, unsigned int prepend,
include/linux/codetag.h
50
unsigned int prepend, unsigned long align);
include/linux/codetag.h
92
unsigned long size, unsigned int prepend,
lib/alloc_tag.c
299
static bool ensure_alignment(unsigned long align, unsigned int *prepend)
lib/alloc_tag.c
314
if (*prepend)
lib/alloc_tag.c
315
*prepend = alloc_tag_align(*prepend);
lib/alloc_tag.c
388
unsigned long size, unsigned int prepend, unsigned long align)
lib/alloc_tag.c
394
if (!mas_empty_area(mas, 0, section_size - 1, prepend + size)) {
lib/alloc_tag.c
395
if (IS_ALIGNED(mas->index + prepend, align))
lib/alloc_tag.c
401
size + prepend + align - 1))
lib/alloc_tag.c
478
unsigned int prepend, unsigned long align)
lib/alloc_tag.c
496
if (!ensure_alignment(align, &prepend)) {
lib/alloc_tag.c
504
if (!find_aligned_area(&mas, section_size, size, prepend, align)) {
lib/alloc_tag.c
511
offset += prepend;
lib/codetag.c
263
unsigned long size, unsigned int prepend,
lib/codetag.c
277
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
129
const char *prepend;
tools/testing/selftests/bpf/test_sockmap.c
155
char *prepend;
tools/testing/selftests/bpf/test_sockmap.c
195
env.prepend = o->prepend;
tools/testing/selftests/bpf/test_sockmap.c
2014
if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
tools/testing/selftests/bpf/test_sockmap.c
2037
if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
tools/testing/selftests/bpf/test_sockmap.c
2091
opt->prepend = "ktls";
tools/testing/selftests/bpf/test_sockmap.c
214
env.prepend ? : "",