Searched defs:from (Results 1 – 18 of 18) sorted by relevance
/kernel/irq/ |
D | devres.c | 150 unsigned int from; member 178 int __devm_irq_alloc_descs(struct device *dev, int irq, unsigned int from, in __devm_irq_alloc_descs()
|
D | irqdesc.c | 736 void irq_free_descs(unsigned int from, unsigned int cnt) in irq_free_descs() 766 __irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node, in __irq_alloc_descs() 845 void irq_free_hwirqs(unsigned int from, int cnt) in irq_free_hwirqs()
|
/kernel/ |
D | signal.c | 3183 int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from) in copy_siginfo_to_user() 3194 const siginfo_t __user *from) in post_copy_siginfo_from_user() 3217 const siginfo_t __user *from) 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() 3234 const struct kernel_siginfo *from) in copy_siginfo_to_user32() 3240 const struct kernel_siginfo *from, bool x32_ABI) in __copy_siginfo_to_user32() 3325 const struct compat_siginfo *from) in post_copy_siginfo_from_user32() 3405 struct compat_siginfo from; in __copy_siginfo_from_user32() local 3417 struct compat_siginfo from; in copy_siginfo_from_user32() local
|
D | softirq.c | 710 unsigned int __weak arch_dynirq_lower_bound(unsigned int from) in arch_dynirq_lower_bound()
|
D | relay.c | 1132 void *from; in relay_file_read() local
|
D | module.c | 677 const void *from, unsigned long size) in percpu_modcopy() 753 const void *from, unsigned long size) in percpu_modcopy()
|
D | futex.c | 795 static int get_futex_value_locked(u32 *dest, u32 __user *from) in get_futex_value_locked()
|
D | workqueue.c | 3373 const struct workqueue_attrs *from) in copy_workqueue_attrs()
|
/kernel/time/ |
D | tick-common.c | 191 int from = tick_do_timer_boot_cpu; in tick_take_do_timer_from_boot() local
|
D | clocksource.c | 45 clocks_calc_mult_shift(u32 *mult, u32 *shift, u32 from, u32 to, u32 maxsec) in clocks_calc_mult_shift()
|
/kernel/cgroup/ |
D | cgroup-v1.c | 59 int cgroup_attach_task_all(struct task_struct *from, struct task_struct *tsk) in cgroup_attach_task_all() 98 int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from) in cgroup_transfer_tasks()
|
D | cpuset.c | 1570 nodemask_t from; member 1585 static void cpuset_migrate_mm(struct mm_struct *mm, const nodemask_t *from, in cpuset_migrate_mm()
|
/kernel/events/ |
D | hw_breakpoint.c | 452 struct perf_event_attr *from) in hw_breakpoint_copy_attr()
|
/kernel/trace/ |
D | blktrace.c | 993 dev_t dev, sector_t from) in blk_add_trace_bio_remap() 1026 sector_t from) in blk_add_trace_rq_remap()
|
/kernel/bpf/ |
D | btf.c | 183 #define for_each_member_from(i, from, struct_type, member) \ argument 193 #define for_each_vsi_from(i, from, struct_type, member) \ argument
|
D | core.c | 900 static int bpf_jit_blind_insn(const struct bpf_insn *from, in bpf_jit_blind_insn()
|
/kernel/printk/ |
D | printk.c | 805 static ssize_t devkmsg_write(struct kiocb *iocb, struct iov_iter *from) in devkmsg_write()
|
/kernel/sched/ |
D | core.c | 711 int walk_tg_tree_from(struct task_group *from, in walk_tg_tree_from()
|