Home
last modified time | relevance | path

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

12345678910>>...46

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
Dptrace.h60 int start_trace(pid_t child) in start_trace()
77 int stop_trace(pid_t child) in stop_trace()
89 int cont_trace(pid_t child) in cont_trace()
101 int ptrace_read_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_read_regs()
121 long ptrace_write_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_write_regs()
140 int show_tar_registers(pid_t child, unsigned long *out) in show_tar_registers()
185 int write_tar_registers(pid_t child, unsigned long tar, in write_tar_registers()
229 int show_tm_checkpointed_state(pid_t child, unsigned long *out) in show_tm_checkpointed_state()
276 int write_ckpt_tar_registers(pid_t child, unsigned long tar, in write_ckpt_tar_registers()
321 int show_fpr(pid_t child, unsigned long *fpr) in show_fpr()
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/powerpc/ptrace/
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, unsigned long *fpr) in show_fpr()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/
Dstep.c12 unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs) in convert_ip_to_linear()
56 static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs) in is_setting_trap_flag()
111 static int enable_single_step(struct task_struct *child) in enable_single_step()
198 static void enable_step(struct task_struct *child, bool block) in enable_step()
213 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
218 void user_enable_block_step(struct task_struct *child) in user_enable_block_step()
223 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
/kernel/linux/linux-4.19/arch/x86/kernel/
Dstep.c12 unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs) in convert_ip_to_linear()
56 static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs) in is_setting_trap_flag()
111 static int enable_single_step(struct task_struct *child) in enable_single_step()
198 static void enable_step(struct task_struct *child, bool block) in enable_step()
213 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
218 void user_enable_block_step(struct task_struct *child) in user_enable_block_step()
223 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
/kernel/linux/linux-5.10/arch/x86/um/
Dptrace_32.c75 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
124 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
143 unsigned long getreg(struct task_struct *child, int regno) in getreg()
176 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
196 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
213 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
226 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
242 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
255 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
Dptrace_64.c53 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
110 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
129 unsigned long getreg(struct task_struct *child, int regno) in getreg()
170 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
216 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
233 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
246 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
/kernel/linux/linux-4.19/arch/x86/um/
Dptrace_32.c75 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
124 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
143 unsigned long getreg(struct task_struct *child, int regno) in getreg()
176 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
196 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
213 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
226 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
242 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
255 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
Dptrace_64.c53 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
118 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
137 unsigned long getreg(struct task_struct *child, int regno) in getreg()
181 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
227 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
244 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
257 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
/kernel/linux/linux-4.19/arch/xtensa/kernel/
Dptrace.c36 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
41 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
50 void ptrace_disable(struct task_struct *child) in ptrace_disable()
55 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs()
81 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs()
154 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs()
184 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs()
214 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr()
281 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr()
360 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs()
[all …]
/kernel/linux/linux-4.19/drivers/pwm/
Dsysfs.c27 struct device child; member
32 static struct pwm_export *child_to_pwm_export(struct device *child) in child_to_pwm_export()
37 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device()
44 static ssize_t period_show(struct device *child, in period_show()
56 static ssize_t period_store(struct device *child, in period_store()
79 static ssize_t duty_cycle_show(struct device *child, in duty_cycle_show()
91 static ssize_t duty_cycle_store(struct device *child, in duty_cycle_store()
114 static ssize_t enable_show(struct device *child, in enable_show()
126 static ssize_t enable_store(struct device *child, in enable_store()
162 static ssize_t polarity_show(struct device *child, in polarity_show()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
Dptrace-adv.c74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg()
139 static long set_instruction_bp(struct task_struct *child, in set_instruction_bp()
228 static int del_instruction_bp(struct task_struct *child, int slot) in del_instruction_bp()
283 static int set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in set_dac()
344 static int del_dac(struct task_struct *child, int slot) in del_dac()
385 static int set_dac_range(struct task_struct *child, in set_dac_range()
439 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
475 long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug()
/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dptrace.c227 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
232 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
241 void ptrace_disable(struct task_struct *child) in ptrace_disable()
246 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs()
252 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs()
258 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs()
264 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs()
270 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr()
337 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr()
416 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c98 static int child(int sk) in child() function
116 FIXTURE(child) in FIXTURE() argument
134 FIXTURE_SETUP(child) in FIXTURE_SETUP() argument
166 FIXTURE_TEARDOWN(child) in FIXTURE_TEARDOWN() argument
174 TEST_F(child, disable_ptrace) in TEST_F() argument
200 TEST_F(child, fetch_fd) in TEST_F() argument
219 TEST_F(child, test_unknown_fd) in TEST_F() argument
/kernel/linux/linux-5.10/drivers/pwm/
Dsysfs.c18 struct device child; member
24 static struct pwm_export *child_to_pwm_export(struct device *child) in child_to_pwm_export()
29 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device()
36 static ssize_t period_show(struct device *child, in period_show()
48 static ssize_t period_store(struct device *child, in period_store()
71 static ssize_t duty_cycle_show(struct device *child, in duty_cycle_show()
83 static ssize_t duty_cycle_store(struct device *child, in duty_cycle_store()
106 static ssize_t enable_show(struct device *child, in enable_show()
118 static ssize_t enable_store(struct device *child, in enable_store()
154 static ssize_t polarity_show(struct device *child, in polarity_show()
[all …]
/kernel/linux/linux-5.10/kernel/
Dptrace.c67 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent, in __ptrace_link()
82 static void ptrace_link(struct task_struct *child, struct task_struct *new_parent) in ptrace_link()
115 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink()
245 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach()
587 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach()
683 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions()
701 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info) in ptrace_getsiginfo()
717 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info) in ptrace_setsiginfo()
733 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo()
833 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume()
[all …]
/kernel/linux/linux-4.19/arch/m68k/kernel/
Dptrace.c127 static inline void singlestep_disable(struct task_struct *child) in singlestep_disable()
137 void ptrace_disable(struct task_struct *child) in ptrace_disable()
142 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
150 void user_enable_block_step(struct task_struct *child) in user_enable_block_step()
157 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
162 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/kernel/linux/linux-5.10/arch/m68k/kernel/
Dptrace.c126 static inline void singlestep_disable(struct task_struct *child) in singlestep_disable()
136 void ptrace_disable(struct task_struct *child) in ptrace_disable()
141 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
149 void user_enable_block_step(struct task_struct *child) in user_enable_block_step()
156 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
161 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/kernel/linux/linux-4.19/tools/testing/selftests/cgroup/
Dtest_core.c107 char *grandparent = NULL, *parent = NULL, *child = NULL; in test_cgcore_invalid_domain() local
159 char *parent = NULL, *child = NULL; in test_cgcore_parent_becomes_threaded() local
198 char *parent = NULL, *child = NULL; in test_cgcore_no_internal_process_constraint_on_threads() local
250 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_enable() local
285 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_disable() local
326 char *parent = NULL, *child = NULL; in test_cgcore_internal_process_constraint() local
/kernel/linux/linux-4.19/kernel/
Dptrace.c64 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent, in __ptrace_link()
79 static void ptrace_link(struct task_struct *child, struct task_struct *new_parent) in ptrace_link()
112 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink()
223 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach()
543 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach()
639 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions()
668 static int ptrace_getsiginfo(struct task_struct *child, siginfo_t *info) in ptrace_getsiginfo()
684 static int ptrace_setsiginfo(struct task_struct *child, const siginfo_t *info) in ptrace_setsiginfo()
700 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo()
800 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume()
[all …]
/kernel/linux/linux-4.19/arch/s390/numa/
Dtoptree.c76 struct toptree *child, *tmp; in toptree_free() local
102 struct toptree *child; in toptree_update_mask() local
143 struct toptree *child, *tmp; in toptree_move_children() local
159 struct toptree *child, *tmp, *cand_copy; in toptree_unify() local
238 struct toptree *child; in toptree_get_child() local
259 struct toptree *child, *tmp; in toptree_first() local
/kernel/linux/linux-5.10/arch/um/kernel/
Dptrace.c13 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
23 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
36 void ptrace_disable(struct task_struct *child) in ptrace_disable()
44 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/kernel/linux/linux-4.19/arch/um/kernel/
Dptrace.c13 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
23 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
36 void ptrace_disable(struct task_struct *child) in ptrace_disable()
44 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/kernel/linux/linux-5.10/drivers/pci/
Dremove.c68 struct pci_dev *child, *tmp; in pci_stop_bus_device() local
88 struct pci_dev *child, *tmp; in pci_remove_bus_device() local
131 struct pci_dev *child, *tmp; in pci_stop_root_bus() local
149 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
/kernel/linux/linux-4.19/drivers/pci/
Dremove.c68 struct pci_dev *child, *tmp; in pci_stop_bus_device() local
88 struct pci_dev *child, *tmp; in pci_remove_bus_device() local
131 struct pci_dev *child, *tmp; in pci_stop_root_bus() local
149 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
/kernel/linux/linux-4.19/drivers/net/wireless/ti/wlcore/
Dspi.c104 static void wl12xx_spi_reset(struct device *child) in wl12xx_spi_reset()
132 static void wl12xx_spi_init(struct device *child) in wl12xx_spi_init()
210 static int wl12xx_spi_read_busy(struct device *child) in wl12xx_spi_read_busy()
245 static int __must_check wl12xx_spi_raw_read(struct device *child, int addr, in wl12xx_spi_raw_read()
312 static int __wl12xx_spi_raw_write(struct device *child, int addr, in __wl12xx_spi_raw_write()
367 static int __must_check wl12xx_spi_raw_write(struct device *child, int addr, in wl12xx_spi_raw_write()
387 static int wl12xx_spi_set_power(struct device *child, bool enable) in wl12xx_spi_set_power()
415 static void wl12xx_spi_set_block_size(struct device *child, in wl12xx_spi_set_block_size()

12345678910>>...46