Searched defs:prepend (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/riscv/include/asm/ |
D | cmpxchg.h | 16 #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/ |
D | path.c | 25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function
|
/linux-6.12.1/fs/ |
D | d_path.c | 57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 123 const char *prepend; member 149 char *prepend; member
|
/linux-6.12.1/drivers/block/ |
D | floppy.c | 3953 const char *prepend; in config_types() local
|