Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dcmpxchg.h16 #define __arch_xchg_masked(sc_sfx, prepend, append, r, p, n) \ argument
41 #define __arch_xchg(sfx, prepend, append, r, p, n) \ argument
52 #define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \ argument
110 #define __arch_cmpxchg_masked(sc_sfx, prepend, append, r, p, o, n) \ argument
140 #define __arch_cmpxchg(lr_sfx, sc_sfx, prepend, append, r, p, co, o, n) \ argument
157 #define _arch_cmpxchg(ptr, old, new, sc_sfx, prepend, append) \ argument
/linux-6.12.1/security/apparmor/
Dpath.c25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function
/linux-6.12.1/fs/
Dd_path.c57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_sockmap.c123 const char *prepend; member
149 char *prepend; member
/linux-6.12.1/drivers/block/
Dfloppy.c3953 const char *prepend; in config_types() local