Searched defs:to (Results 1 – 14 of 14) sorted by relevance
/kernel/ |
D | signal.c | 3183 int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from) in copy_siginfo_to_user() 3216 static int __copy_siginfo_from_user(int signo, kernel_siginfo_t *to, in __copy_siginfo_from_user() 3225 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from) in copy_siginfo_from_user() 3233 int copy_siginfo_to_user32(struct compat_siginfo __user *to, in copy_siginfo_to_user32() 3239 int __copy_siginfo_to_user32(struct compat_siginfo __user *to, in __copy_siginfo_to_user32() 3324 static int post_copy_siginfo_from_user32(kernel_siginfo_t *to, in post_copy_siginfo_from_user32() 3402 static int __copy_siginfo_from_user32(int signo, struct kernel_siginfo *to, in __copy_siginfo_from_user32() 3414 int copy_siginfo_from_user32(struct kernel_siginfo *to, in copy_siginfo_from_user32() 3435 ktime_t *to = NULL, timeout = KTIME_MAX; in do_sigtimedwait() local
|
D | futex.c | 2788 struct hrtimer_sleeper timeout, *to; in futex_wait() local 2879 struct hrtimer_sleeper timeout, *to; in futex_lock_pi() local 3298 struct hrtimer_sleeper timeout, *to; in futex_wait_requeue_pi() local
|
D | workqueue.c | 3372 static void copy_workqueue_attrs(struct workqueue_attrs *to, in copy_workqueue_attrs()
|
/kernel/events/ |
D | hw_breakpoint.c | 451 static void hw_breakpoint_copy_attr(struct perf_event_attr *to, in hw_breakpoint_copy_attr()
|
/kernel/trace/ |
D | trace_probe.c | 953 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
|
D | trace_kprobe.c | 588 static int append_trace_kprobe(struct trace_kprobe *tk, struct trace_kprobe *to) in append_trace_kprobe()
|
D | trace_uprobe.c | 453 static int append_trace_uprobe(struct trace_uprobe *tu, struct trace_uprobe *to) in append_trace_uprobe()
|
/kernel/time/ |
D | clocksource.c | 45 clocks_calc_mult_shift(u32 *mult, u32 *shift, u32 from, u32 to, u32 maxsec) in clocks_calc_mult_shift()
|
/kernel/bpf/ |
D | core.c | 905 struct bpf_insn *to = to_buff; in bpf_jit_blind_insn() local 2111 int __weak skb_copy_bits(const struct sk_buff *skb, int offset, void *to, in skb_copy_bits()
|
/kernel/cgroup/ |
D | cpuset.c | 1571 nodemask_t to; member 1586 const nodemask_t *to) in cpuset_migrate_mm()
|
D | cgroup-v1.c | 98 int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from) in cgroup_transfer_tasks()
|
/kernel/locking/ |
D | rtmutex.c | 1849 struct hrtimer_sleeper *to, in rt_mutex_wait_proxy_lock()
|
/kernel/sched/ |
D | psi.c | 902 void cgroup_move_task(struct task_struct *task, struct css_set *to) in cgroup_move_task()
|
D | core.c | 1966 ktime_t to = NSEC_PER_SEC / HZ; in wait_task_inactive() local
|