Searched defs:dst (Results 1 – 11 of 11) sorted by relevance
/kernel/events/ |
D | internal.h | 113 static inline int memcpy_common(void *dst, const void *src, size_t n) in memcpy_common() 121 #define MEMCPY_SKIP(dst, src, n) (n) argument
|
D | uprobes.c | 199 static void copy_from_page(struct page *page, unsigned long vaddr, void *dst, int len) in copy_from_page()
|
/kernel/ |
D | smp.c | 142 struct call_single_queue *dst = &per_cpu(call_single_queue, cpu); in generic_exec_single() local 422 struct call_single_queue *dst = in smp_call_function_many() local
|
D | ptrace.c | 525 int ptrace_readdata(struct task_struct *tsk, unsigned long src, char __user *dst, int len) in ptrace_readdata() 550 int ptrace_writedata(struct task_struct *tsk, char __user *src, unsigned long dst, int len) in ptrace_writedata()
|
D | compat.c | 647 int get_compat_itimerspec(struct itimerspec *dst, in get_compat_itimerspec() 656 int put_compat_itimerspec(struct compat_itimerspec __user *dst, in put_compat_itimerspec()
|
D | fork.c | 302 int __attribute__((weak)) arch_dup_task_struct(struct task_struct *dst, in arch_dup_task_struct()
|
D | lockdep.c | 189 static inline void lock_time_add(struct lock_time *src, struct lock_time *dst) in lock_time_add()
|
D | module.c | 2349 Elf_Sym *dst; in add_kallsyms() local
|
/kernel/power/ |
D | snapshot.c | 961 static inline void do_copy_page(long *dst, long *src) in do_copy_page() 976 static void safe_copy_page(void *dst, struct page *s_page) in safe_copy_page() 999 void *src, *dst; in copy_data_page() local 1781 duplicate_memory_bitmap(struct memory_bitmap *dst, struct memory_bitmap *src) in duplicate_memory_bitmap() 2016 void *dst; in copy_last_highmem_page() local
|
/kernel/trace/ |
D | trace_probe.c | 168 u8 *dst = get_rloc_data(dest); local
|
D | ftrace.c | 1336 struct ftrace_hash **dst, struct ftrace_hash *src) in ftrace_hash_move()
|