Searched refs:from (Results 1 – 9 of 9) sorted by relevance
/kernel/trace/ |
D | trace_hw_branches.c | 96 it->from, it->to) && in bts_trace_print_line() 97 (!it->from || in bts_trace_print_line() 98 seq_print_ip_sym(seq, it->from, /* sym_flags = */ 0)) && in bts_trace_print_line() 106 void trace_hw_branch(struct trace_array *tr, u64 from, u64 to) in trace_hw_branch() argument 116 tracing_generic_entry_update(&entry->ent, 0, from); in trace_hw_branch() 119 entry->from = from; in trace_hw_branch() 140 trace_hw_branch(tr, bts.variant.lbr.from, bts.variant.lbr.to); in trace_bts_at()
|
D | Kconfig | 142 to be scheduled in, starting from the point it has woken up. 150 This tracer gets called from the context switch and records 207 conditions. This prevents the tracers themselves from being 313 debugging and reverse engineering. It is called from the ioremap
|
D | trace.h | 164 u64 from; member 418 void trace_hw_branch(struct trace_array *tr, u64 from, u64 to);
|
/kernel/ |
D | signal.c | 2094 int copy_siginfo_to_user(siginfo_t __user *to, siginfo_t *from) in copy_siginfo_to_user() argument 2100 if (from->si_code < 0) in copy_siginfo_to_user() 2101 return __copy_to_user(to, from, sizeof(siginfo_t)) in copy_siginfo_to_user() 2112 err = __put_user(from->si_signo, &to->si_signo); in copy_siginfo_to_user() 2113 err |= __put_user(from->si_errno, &to->si_errno); in copy_siginfo_to_user() 2114 err |= __put_user((short)from->si_code, &to->si_code); in copy_siginfo_to_user() 2115 switch (from->si_code & __SI_MASK) { in copy_siginfo_to_user() 2117 err |= __put_user(from->si_pid, &to->si_pid); in copy_siginfo_to_user() 2118 err |= __put_user(from->si_uid, &to->si_uid); in copy_siginfo_to_user() 2121 err |= __put_user(from->si_tid, &to->si_tid); in copy_siginfo_to_user() [all …]
|
D | cpuset.c | 1011 static void cpuset_migrate_mm(struct mm_struct *mm, const nodemask_t *from, in cpuset_migrate_mm() argument 1022 do_migrate_pages(mm, from, to, MPOL_MF_MOVE_ALL); in cpuset_migrate_mm() 1384 nodemask_t from, to; in cpuset_attach() local 1401 from = oldcs->mems_allowed; in cpuset_attach() 1407 cpuset_migrate_mm(mm, &from, &to); in cpuset_attach() 1940 static void move_member_tasks_to_cpuset(struct cpuset *from, struct cpuset *to) in move_member_tasks_to_cpuset() argument 1944 scan.scan.cg = from->css.cgroup; in move_member_tasks_to_cpuset()
|
D | relay.c | 1106 void *from; in subbuf_read_actor() local 1109 from = buf->start + read_start; in subbuf_read_actor() 1111 if (copy_to_user(desc->arg.buf, from, avail)) { in subbuf_read_actor()
|
D | futex.c | 323 static int get_futex_value_locked(u32 *dest, u32 __user *from) in get_futex_value_locked() argument 328 ret = __copy_from_user_inatomic(dest, from, sizeof(u32)); in get_futex_value_locked()
|
D | module.c | 490 static void percpu_modcopy(void *pcpudest, const void *from, unsigned long size) in percpu_modcopy() argument 495 memcpy(pcpudest + per_cpu_offset(cpu), from, size); in percpu_modcopy()
|
/kernel/power/ |
D | Kconfig | 15 and the Battery Powered Linux mini-HOWTO, available from 35 This option enables verbose messages from the Power Management code. 49 functions from <linux/resume-trace.h> as well as the 199 from <http://suspend.sf.net>. 209 have it detect the saved image, restore memory state from it, and 262 Battery Powered Linux mini-HOWTO, available from
|