Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h64 int start_trace(pid_t child) in start_trace()
81 int stop_trace(pid_t child) in stop_trace()
93 int cont_trace(pid_t child) in cont_trace()
105 int ptrace_read_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_read_regs()
125 long ptrace_write_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_write_regs()
144 int show_tar_registers(pid_t child, unsigned long *out) in show_tar_registers()
189 int write_tar_registers(pid_t child, unsigned long tar, in write_tar_registers()
233 int show_tm_checkpointed_state(pid_t child, unsigned long *out) in show_tm_checkpointed_state()
280 int write_ckpt_tar_registers(pid_t child, unsigned long tar, in write_ckpt_tar_registers()
325 int show_fpr(pid_t child, __u64 *fpr) in show_fpr()
[all …]
/linux/arch/x86/kernel/
H A Dstep.c14 unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs) in convert_ip_to_linear()
58 static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs) in is_setting_trap_flag()
113 static int enable_single_step(struct task_struct *child) in enable_single_step()
204 static void enable_step(struct task_struct *child, bool block) in enable_step()
219 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
224 void user_enable_block_step(struct task_struct *child) in user_enable_block_step()
229 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg()
140 static long set_instruction_bp(struct task_struct *child, in set_instruction_bp()
229 static int del_instruction_bp(struct task_struct *child, int slot) in del_instruction_bp()
284 static int set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in set_dac()
345 static int del_dac(struct task_struct *child, int slot) in del_dac()
386 static int set_dac_range(struct task_struct *child, in set_dac_range()
440 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
476 long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug()
H A Dptrace-fpu.c9 int ptrace_get_fpr(struct task_struct *child, int index, unsigned long *data) in ptrace_get_fpr()
35 int ptrace_put_fpr(struct task_struct *child, int index, unsigned long data) in ptrace_put_fpr()
H A Dptrace-noadv.c60 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg()
193 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
268 long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c99 static int child(int sk) in child() function
117 FIXTURE(child) in FIXTURE() argument
136 FIXTURE_SETUP(child) in FIXTURE_SETUP() argument
168 FIXTURE_TEARDOWN(child) in FIXTURE_TEARDOWN() argument
180 TEST_F(child, disable_ptrace) in TEST_F() argument
206 TEST_F(child, fetch_fd) in TEST_F() argument
225 TEST_F(child, test_unknown_fd) in TEST_F() argument
244 TEST_F(child, no_strange_EBADF) in TEST_F() argument
H A Dpidfd_fdinfo_test.c87 struct child { struct
93 static struct child clone_newns(int (*fn)(void *), void *args, in clone_newns() argument
126 static inline void child_close(struct child *child) in child_close()
131 static inline int child_join(struct child *child, struct error *err) in child_join()
151 static inline int child_join_close(struct child *child, struct error *err) in child_join_close()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c48 struct child { global() struct
50 c2pchild global() argument
57 release_child(struct child * child) release_child() argument
75 kick_child(struct child * child) kick_child() argument
88 struct child *child = arg; child_func() local
106 spawn_child_flag(struct child * child,bool clone_vm) spawn_child_flag() argument
131 spawn_child(struct child * child) spawn_child() argument
138 struct child *child = ctx; child_thread() local
162 spawn_thread(struct child * child) spawn_thread() argument
196 uprobe_multi_test_run(struct uprobe_multi * skel,struct child * child) uprobe_multi_test_run() argument
270 __test_attach_api(const char * binary,const char * pattern,struct bpf_uprobe_multi_opts * opts,struct child * child) __test_attach_api() argument
334 static struct child child; test_attach_api() local
663 __test_link_api(struct child * child) __test_link_api() argument
742 static struct child child; test_link_api() local
1077 struct child child[TASKS] = {}; run_pid_filter() local
[all...]
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c63 static void child_start(struct child_data *child, const char *program) in child_start()
146 static bool child_output_read(struct child_data *child) in child_output_read()
199 static void child_output(struct child_data *child, uint32_t events, in child_output()
223 static void child_tickle(struct child_data *child) in child_tickle()
229 static void child_stop(struct child_data *child) in child_stop()
235 static void child_cleanup(struct child_data *child) in child_cleanup()
311 static void start_fpsimd(struct child_data *child, int cpu, int copy) in start_fpsimd()
324 static void start_kernel(struct child_data *child, int cpu, int copy) in start_kernel()
337 static void start_sve(struct child_data *child, int vl, int cpu) in start_sve()
354 static void start_ssve(struct child_data *child, int vl, int cpu) in start_ssve()
[all …]
H A Dsve-ptrace.c178 static void read_fails(pid_t child, const struct vec_type *type) in read_fails()
193 static void write_fails(pid_t child, const struct vec_type *type) in write_fails()
210 static void ptrace_set_get_inherit(pid_t child, const struct vec_type *type) in ptrace_set_get_inherit()
264 static void ptrace_set_get_vl(pid_t child, const struct vec_type *type, in ptrace_set_get_vl()
322 static void ptrace_set_vl_ranges(pid_t child, const struct vec_type *type) in ptrace_set_vl_ranges()
341 static void ptrace_sve_fpsimd(pid_t child, const struct vec_type *type) in ptrace_sve_fpsimd()
398 static void ptrace_sve_fpsimd_no_sve(pid_t child) in ptrace_sve_fpsimd_no_sve()
450 static void ptrace_set_sve_get_sve_data(pid_t child, in ptrace_set_sve_get_sve_data()
548 static void ptrace_set_sve_get_fpsimd_data(pid_t child, in ptrace_set_sve_get_fpsimd_data()
631 static void ptrace_set_fpsimd_get_sve_data(pid_t child, in ptrace_set_fpsimd_get_sve_data()
[all …]
H A Dfp-ptrace.c270 read_one_child_regs(pid_t child,char * name,struct iovec * iov_parent,struct iovec * iov_child) read_one_child_regs() argument
285 read_child_regs(pid_t child) read_child_regs() argument
362 continue_breakpoint(pid_t child,enum __ptrace_request restart_type) continue_breakpoint() argument
399 check_ptrace_values_sve(pid_t child,struct test_config * config) check_ptrace_values_sve() argument
483 check_ptrace_values_ssve(pid_t child,struct test_config * config) check_ptrace_values_ssve() argument
566 check_ptrace_values_za(pid_t child,struct test_config * config) check_ptrace_values_za() argument
627 check_ptrace_values_zt(pid_t child,struct test_config * config) check_ptrace_values_zt() argument
648 check_ptrace_values_fpmr(pid_t child,struct test_config * config) check_ptrace_values_fpmr() argument
669 check_ptrace_values(pid_t child,struct test_config * config) check_ptrace_values() argument
708 run_parent(pid_t child,struct test_definition * test,struct test_config * config) run_parent() argument
1105 fpsimd_write(pid_t child,struct test_config * test_config) fpsimd_write() argument
1139 fpmr_write(pid_t child,struct test_config * config) fpmr_write() argument
1178 sve_write_sve(pid_t child,struct test_config * config) sve_write_sve() argument
1224 sve_write_fpsimd(pid_t child,struct test_config * config) sve_write_fpsimd() argument
1292 za_write(pid_t child,struct test_config * config) za_write() argument
1355 zt_write(pid_t child,struct test_config * config) zt_write() argument
1371 pid_t child; run_test() local
[all...]
H A Dza-ptrace.c108 static void ptrace_set_get_vl(pid_t child, unsigned int vl, bool *supported) in ptrace_set_get_vl()
151 static void ptrace_set_no_data(pid_t child, unsigned int vl) in ptrace_set_no_data()
192 static void ptrace_set_get_data(pid_t child, unsigned int vl) in ptrace_set_get_data()
250 static int do_parent(pid_t child) in do_parent()
345 pid_t child; in main() local
H A Dzt-ptrace.c121 static void ptrace_za_disabled_read_zt(pid_t child) in ptrace_za_disabled_read_zt()
157 static void ptrace_set_get_zt(pid_t child) in ptrace_set_get_zt()
190 static void ptrace_enable_za_via_zt(pid_t child) in ptrace_enable_za_via_zt()
256 static int do_parent(pid_t child) in do_parent()
335 pid_t child; in main() local
/linux/arch/x86/um/
H A Dptrace_64.c55 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
112 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
131 unsigned long getreg(struct task_struct *child, int regno) in getreg()
172 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
192 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
H A Dptrace_32.c51 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
100 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
119 unsigned long getreg(struct task_struct *child, int regno) in getreg()
152 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
172 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
/linux/drivers/net/wireless/ti/wlcore/
H A Dspi.c89 static void wl12xx_spi_reset(struct device *child) in wl12xx_spi_reset()
117 static void wl12xx_spi_init(struct device *child) in wl12xx_spi_init()
195 static int wl12xx_spi_read_busy(struct device *child) in wl12xx_spi_read_busy()
230 static int __must_check wl12xx_spi_raw_read(struct device *child, int addr, in wl12xx_spi_raw_read()
297 static int __wl12xx_spi_raw_write(struct device *child, int addr, in __wl12xx_spi_raw_write()
352 static int __must_check wl12xx_spi_raw_write(struct device *child, int addr, in wl12xx_spi_raw_write()
372 static int wl12xx_spi_set_power(struct device *child, bool enable) in wl12xx_spi_set_power()
400 static void wl12xx_spi_set_block_size(struct device *child, in wl12xx_spi_set_block_size()
/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c32 static void test_tpidr(pid_t child) in test_tpidr()
135 static void test_hw_debug(pid_t child, int type, const char *type_name) in test_hw_debug()
174 static int do_parent(pid_t child) in do_parent()
253 pid_t child; in main() local
/linux/arch/hexagon/kernel/
H A Dptrace.c23 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
29 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
163 void ptrace_disable(struct task_struct *child) in ptrace_disable()
169 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/linux/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress.c59 static void start_thread(struct child_data *child, int id) in start_thread()
150 static bool child_output_read(struct child_data *child) in child_output_read()
203 static void child_output(struct child_data *child, uint32_t events, in child_output()
227 static void child_tickle(struct child_data *child) in child_tickle()
233 static void child_stop(struct child_data *child) in child_stop()
239 static void child_cleanup(struct child_data *child) in child_cleanup()
/linux/tools/perf/arch/x86/tests/
H A Dbp-modify.c32 int child = fork(); in spawn_child() local
61 pid_t child; in bp_modify1() local
134 pid_t child; in bp_modify2() local
/linux/drivers/scsi/libsas/
H A Dsas_expander.c749 struct domain_device *child, in sas_ex_get_linkrate()
781 struct domain_device *child, int phy_id) in sas_ex_add_dev()
819 struct domain_device *child = NULL; in sas_ex_discover_end_dev() local
899 struct domain_device *child = NULL; in sas_ex_discover_expander() local
977 struct domain_device *child = NULL; in sas_ex_discover_dev() local
1094 struct domain_device *child; in sas_check_level_subtractive_boundary() local
1202 static void sas_print_parent_topology_bug(struct domain_device *child, in sas_print_parent_topology_bug()
1226 struct domain_device *child) in sas_eeds_valid()
1236 static int sas_check_eeds(struct domain_device *child, in sas_check_eeds()
1267 static int sas_check_edge_expander_topo(struct domain_device *child, in sas_check_edge_expander_topo()
[all …]
/linux/tools/testing/selftests/landlock/
H A Dscoped_abstract_unix_test.c75 pid_t child; TEST_F() local
171 pid_t child; TEST_F() local
305 pid_t child; TEST_F() local
417 pid_t child; TEST_F() local
640 pid_t child; TEST_F() local
782 pid_t child; TEST_F() local
989 pid_t child; TEST() local
1089 pid_t child; TEST() local
[all...]
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c42 char *parent = NULL, *child = NULL, *parent2 = NULL, *child2 = NULL; in test_cpucg_subtree_control() local
312 pid_t (*spawn_child)(const struct cpu_hogger *child), in run_cpucg_weight_test()
378 static pid_t weight_hog_ncpus(const struct cpu_hogger *child, int ncpus) in weight_hog_ncpus()
392 static pid_t weight_hog_all_cpus(const struct cpu_hogger *child) in weight_hog_all_cpus()
438 static pid_t weight_hog_one_cpu(const struct cpu_hogger *child) in weight_hog_one_cpu()
487 char *parent = NULL, *child = NULL; in run_cpucg_nested_weight_test() local
750 char *parent, *child; in test_cpucg_max_nested() local
H A Dtest_core.c287 char *grandparent = NULL, *parent = NULL, *child = NULL; in test_cgcore_invalid_domain() local
352 char *parent = NULL, *child = NULL; in test_cgcore_parent_becomes_threaded() local
394 char *parent = NULL, *child = NULL; in test_cgcore_no_internal_process_constraint_on_threads() local
446 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_enable() local
484 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_disable() local
528 char *parent = NULL, *child = NULL; in test_cgcore_internal_process_constraint() local
/linux/include/linux/
H A Dfwnode_mdio.h22 struct fwnode_handle *child, u32 addr) in fwnode_mdiobus_phy_device_register()
28 struct fwnode_handle *child, in fwnode_mdiobus_register_phy()

12345678910>>...15