Home
last modified time | relevance | path

Searched defs:info (Results 1 – 25 of 37) sorted by relevance

12

/kernel/
Dup.c12 int smp_call_function_single(int cpu, void (*func) (void *info), void *info, in smp_call_function_single()
38 void on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu()
55 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask()
71 void on_each_cpu_cond_mask(bool (*cond_func)(int cpu, void *info), in on_each_cpu_cond_mask()
87 void on_each_cpu_cond(bool (*cond_func)(int cpu, void *info), in on_each_cpu_cond()
Dumh.c44 static void call_usermodehelper_freeinfo(struct subprocess_info *info) in call_usermodehelper_freeinfo()
381 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup()
382 void (*cleanup)(struct subprocess_info *info), in call_usermodehelper_setup()
409 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup_file()
410 void (*cleanup)(struct subprocess_info *info), void *data) in call_usermodehelper_setup_file()
413 struct umh_info *info = data; in call_usermodehelper_setup_file() local
435 static int umh_pipe_setup(struct subprocess_info *info, struct cred *new) in umh_pipe_setup()
474 static void umh_clean_and_save_pid(struct subprocess_info *info) in umh_clean_and_save_pid()
498 int fork_usermode_blob(void *data, size_t len, struct umh_info *info) in fork_usermode_blob()
620 struct subprocess_info *info; in call_usermodehelper() local
[all …]
Dsmp.c143 smp_call_func_t func, void *info) in generic_exec_single()
240 void *info = csd->info; in flush_smp_call_function_queue() local
269 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single()
370 smp_call_func_t func, void *info, int wait) in smp_call_function_any()
413 smp_call_func_t func, void *info, bool wait) in smp_call_function_many()
506 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function()
611 void on_each_cpu(void (*func) (void *info), void *info, int wait) in on_each_cpu()
641 void *info, bool wait) in on_each_cpu_mask()
683 void on_each_cpu_cond_mask(bool (*cond_func)(int cpu, void *info), in on_each_cpu_cond_mask()
717 void on_each_cpu_cond(bool (*cond_func)(int cpu, void *info), in on_each_cpu_cond()
Dsignal.c562 static void collect_signal(int sig, struct sigpending *list, kernel_siginfo_t *info, in collect_signal()
608 kernel_siginfo_t *info, bool *resched_timer) in __dequeue_signal()
623 int dequeue_signal(struct task_struct *tsk, sigset_t *mask, kernel_siginfo_t *info) in dequeue_signal()
701 static int dequeue_synchronous_signal(kernel_siginfo_t *info) in dequeue_synchronous_signal()
792 static inline int is_si_special(const struct kernel_siginfo *info) in is_si_special()
797 static inline bool si_fromuser(const struct kernel_siginfo *info) in si_fromuser()
822 static int check_kill_permission(int sig, struct kernel_siginfo *info, in check_kill_permission()
1065 static int __send_signal(int sig, struct kernel_siginfo *info, struct task_struct *t, in __send_signal()
1181 static inline bool has_si_pid_and_uid(struct kernel_siginfo *info) in has_si_pid_and_uid()
1203 static int send_signal(int sig, struct kernel_siginfo *info, struct task_struct *t, in send_signal()
[all …]
Dmodule.c343 static unsigned int find_sec(const struct load_info *info, const char *name) in find_sec()
358 static void *section_addr(const struct load_info *info, const char *name) in section_addr()
365 static void *section_objs(const struct load_info *info, in section_objs()
642 static int percpu_modalloc(struct module *mod, struct load_info *info) in percpu_modalloc()
671 static unsigned int find_pcpusec(struct load_info *info) in find_pcpusec()
738 static int percpu_modalloc(struct module *mod, struct load_info *info) in percpu_modalloc()
748 static unsigned int find_pcpusec(struct load_info *info) in find_pcpusec()
1294 static int check_version(const struct load_info *info, in check_version()
1343 static inline int check_modstruct_version(const struct load_info *info, in check_modstruct_version()
1372 static inline int check_version(const struct load_info *info, in check_version()
[all …]
Dtaskstats.c69 static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, in prepare_reply()
100 static int send_reply(struct sk_buff *skb, struct genl_info *info) in send_reply()
389 static int cgroupstats_user_cmd(struct sk_buff *skb, struct genl_info *info) in cgroupstats_user_cmd()
439 static int cmd_attr_register_cpumask(struct genl_info *info) in cmd_attr_register_cpumask()
455 static int cmd_attr_deregister_cpumask(struct genl_info *info) in cmd_attr_deregister_cpumask()
482 static int cmd_attr_pid(struct genl_info *info) in cmd_attr_pid()
511 static int cmd_attr_tgid(struct genl_info *info) in cmd_attr_tgid()
540 static int taskstats_user_cmd(struct sk_buff *skb, struct genl_info *info) in taskstats_user_cmd()
665 struct genl_info *info) in taskstats_pre_doit()
Dkmod.c64 static void free_modprobe_argv(struct subprocess_info *info) in free_modprobe_argv()
72 struct subprocess_info *info; in call_modprobe() local
Dptrace.c674 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info) in ptrace_getsiginfo()
690 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info) in ptrace_setsiginfo()
736 kernel_siginfo_t info; in ptrace_peek_siginfo() local
910 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_entry()
927 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_seccomp()
946 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_exit()
963 struct ptrace_syscall_info info = { in ptrace_get_syscall_info() local
Dmodule_signing.c20 int mod_verify_sig(const void *mod, struct load_info *info) in mod_verify_sig()
Dmodule-internal.h27 unsigned int sym, str, mod, vers, info, pcpu; member
Dseccomp.c590 static void seccomp_init_siginfo(kernel_siginfo_t *info, int syscall, int reason) in seccomp_init_siginfo()
610 struct kernel_siginfo info; in seccomp_send_sigsys() local
892 kernel_siginfo_t info; in __seccomp_filter() local
/kernel/gcov/
Dgcc_3_4.c88 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
97 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
109 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
121 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
132 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
147 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
162 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()
168 static unsigned int num_counter_active(struct gcov_info *info) in num_counter_active()
184 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
228 static size_t get_fn_size(struct gcov_info *info) in get_fn_size()
[all …]
Dclang.c87 struct gcov_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcov_init() local
120 struct gcov_fn_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcda_emit_function() local
139 struct gcov_fn_info *info = list_last_entry(&current_info->functions, in llvm_gcda_emit_arcs() local
161 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
170 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
182 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
196 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
206 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
219 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
234 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
[all …]
Dgcc_4_7.c101 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
110 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
122 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
134 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
145 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
160 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
174 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()
180 static unsigned int num_counter_active(struct gcov_info *info) in num_counter_active()
196 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
267 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
[all …]
Dfs.c159 struct gcov_info *info; in get_accumulated_info() local
183 struct gcov_info *info; in gcov_seq_open() local
221 struct gcov_info *info; in gcov_seq_release() local
241 struct gcov_info *info; in get_node_by_name() local
276 struct gcov_info *info; in gcov_seq_write() local
410 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node()
430 struct gcov_info *info, const char *name) in new_node()
564 static void add_node(struct gcov_info *info) in add_node()
614 static void add_info(struct gcov_node *node, struct gcov_info *info) in add_info()
667 static int get_info_index(struct gcov_node *node, struct gcov_info *info) in get_info_index()
[all …]
Dbase.c38 struct gcov_info *info = NULL; in gcov_enable_events() local
58 struct gcov_info *info = NULL; in gcov_module_notifier() local
Dgcc_base.c12 void __gcov_init(struct gcov_info *info) in __gcov_init()
/kernel/irq/
Dmsi.c81 struct msi_domain_info *info = domain->host_data; in msi_check_level() local
141 struct msi_domain_info *info = domain->host_data; in msi_domain_alloc() local
173 struct msi_domain_info *info = domain->host_data; in msi_domain_free() local
191 static irq_hw_number_t msi_domain_ops_get_hwirq(struct msi_domain_info *info, in msi_domain_ops_get_hwirq()
216 struct msi_domain_info *info, in msi_domain_ops_init()
231 struct msi_domain_info *info, in msi_domain_ops_check()
245 static void msi_domain_update_dom_ops(struct msi_domain_info *info) in msi_domain_update_dom_ops()
266 static void msi_domain_update_chip_ops(struct msi_domain_info *info) in msi_domain_update_chip_ops()
282 struct msi_domain_info *info, in msi_create_irq_domain()
304 struct msi_domain_info *info = domain->host_data; in msi_domain_prepare_irqs() local
[all …]
/kernel/sched/
Dmembarrier.c28 static void ipi_mb(void *info) in ipi_mb()
33 static void ipi_sync_rq_state(void *info) in ipi_sync_rq_state()
/kernel/bpf/
Doffload.c265 struct bpf_prog_info *info; member
294 int bpf_prog_offload_info_fill(struct bpf_prog_info *info, in bpf_prog_offload_info_fill()
493 struct bpf_map_info *info; member
521 int bpf_map_offload_info_fill(struct bpf_map_info *info, struct bpf_map *map) in bpf_map_offload_info_fill()
Dcgroup.c822 struct bpf_insn_access_aux *info) in cgroup_dev_is_valid_access()
1313 struct bpf_insn_access_aux *info) in sysctl_is_valid_access()
1431 struct bpf_insn_access_aux *info) in cg_sockopt_is_valid_access()
/kernel/power/
Dpower.h30 static inline int init_header_complete(struct swsusp_info *info) in init_header_complete()
35 static inline char *check_image_kernel(struct swsusp_info *info) in check_image_kernel()
Dsnapshot.c2019 static int init_header_complete(struct swsusp_info *info) in init_header_complete()
2026 static char *check_image_kernel(struct swsusp_info *info) in check_image_kernel()
2047 static int init_header(struct swsusp_info *info) in init_header()
2179 static int check_header(struct swsusp_info *info) in check_header()
2196 static int load_header(struct swsusp_info *info) in load_header()
/kernel/trace/
Dbpf_trace.c765 struct bpf_insn_access_aux *info) in kprobe_prog_is_valid_access()
874 struct bpf_insn_access_aux *info) in tp_prog_is_valid_access()
1066 struct bpf_insn_access_aux *info) in raw_tp_prog_is_valid_access()
1089 struct bpf_insn_access_aux *info) in raw_tp_writable_prog_is_valid_access()
1109 struct bpf_insn_access_aux *info) in pe_prog_is_valid_access()
1265 int perf_event_query_prog_array(struct perf_event *event, void __user *info) in perf_event_query_prog_array()
/kernel/events/
Dhw_breakpoint.c140 struct bp_cpuinfo *info = get_bp_info(cpu, type); in fetch_bp_busy_slots() local
671 struct bp_cpuinfo *info = get_bp_info(cpu, i); in init_hw_breakpoint() local

12