Home
last modified time | relevance | path

Searched defs:prepend (Results 1 – 5 of 5) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dcmpxchg.h13 #define __arch_xchg_masked(sc_sfx, prepend, append, r, p, n) \ argument
38 #define __arch_xchg(sfx, prepend, append, r, p, n) \ argument
49 #define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \ argument
107 #define __arch_cmpxchg_masked(sc_sfx, prepend, append, r, p, o, n) \ argument
137 #define __arch_cmpxchg(lr_sfx, sc_sfx, prepend, append, r, p, co, o, n) \ argument
154 #define _arch_cmpxchg(ptr, old, new, sc_sfx, prepend, append) \ argument
/linux/security/apparmor/
H A Dpath.c25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function
/linux/fs/
H A Dd_path.c57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c122 const char *prepend; member
148 char *prepend; member
/linux/drivers/block/
H A Dfloppy.c3953 const char *prepend; in config_types() local