Home
last modified time | relevance | path

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

12345678910>>...22

/Linux-v4.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 …]
/Linux-v4.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()
/Linux-v4.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()
130 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs()
154 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs()
180 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr()
247 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr()
326 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs()
[all …]
/Linux-v4.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()
/Linux-v4.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 …]
/Linux-v4.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()
/Linux-v4.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
/Linux-v4.19/kernel/
Dptrace.c63 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent, in __ptrace_link()
78 static void ptrace_link(struct task_struct *child, struct task_struct *new_parent) in ptrace_link()
113 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink()
224 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach()
529 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach()
625 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions()
654 static int ptrace_getsiginfo(struct task_struct *child, siginfo_t *info) in ptrace_getsiginfo()
670 static int ptrace_setsiginfo(struct task_struct *child, const siginfo_t *info) in ptrace_setsiginfo()
686 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo()
780 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume()
[all …]
/Linux-v4.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
/Linux-v4.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()
/Linux-v4.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()
/Linux-v4.19/drivers/pci/
Dremove.c70 struct pci_dev *child, *tmp; in pci_stop_bus_device() local
90 struct pci_dev *child, *tmp; in pci_remove_bus_device() local
133 struct pci_dev *child, *tmp; in pci_stop_root_bus() local
151 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
/Linux-v4.19/drivers/firmware/efi/
Ddev-path-parser.c42 struct device *parent, struct device **child) in parse_acpi_path()
80 struct device *parent, struct device **child) in parse_pci_path()
116 struct device *parent, struct device **child) in parse_end_path()
169 struct device *parent = NULL, *child; in efi_get_device_by_path() local
/Linux-v4.19/arch/alpha/kernel/
Dptrace.c179 ptrace_set_bpt(struct task_struct * child) in ptrace_set_bpt()
238 ptrace_cancel_bpt(struct task_struct * child) in ptrace_cancel_bpt()
256 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
262 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
272 void ptrace_disable(struct task_struct *child) in ptrace_disable()
277 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/Linux-v4.19/arch/hexagon/kernel/
Dptrace.c36 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
42 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
194 void ptrace_disable(struct task_struct *child) in ptrace_disable()
200 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/Linux-v4.19/arch/nds32/kernel/
Dptrace.c60 void ptrace_disable(struct task_struct *child) in ptrace_disable()
69 long arch_ptrace(struct task_struct *child, long request, unsigned long addr, in arch_ptrace()
83 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
91 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
/Linux-v4.19/fs/
Dpnode.c228 struct mount *child; in propagate_one() local
346 struct mount *child; in find_topper() local
378 struct mount *m, *child, *topper; in propagate_mount_busy() local
422 struct mount *m, *child; in propagate_mount_unlock() local
452 struct mount *child; in __propagate_umount() local
491 struct mount *mnt, *child, *tmp; in umount_list() local
566 struct mount *child = __lookup_mnt(&m->mnt, in propagate_umount() local
/Linux-v4.19/tools/perf/arch/x86/tests/
Dbp-modify.c31 int child = fork(); in spawn_child() local
60 pid_t child; in bp_modify1() local
137 pid_t child; in bp_modify2() local
/Linux-v4.19/arch/x86/crypto/
Dfpu.c23 struct crypto_skcipher *child; member
30 struct crypto_skcipher *child = ctx->child; in crypto_fpu_setkey() local
46 struct crypto_skcipher *child = ctx->child; in crypto_fpu_encrypt() local
67 struct crypto_skcipher *child = ctx->child; in crypto_fpu_decrypt() local
/Linux-v4.19/crypto/
Dcryptd.c70 struct crypto_blkcipher *child; member
79 struct crypto_skcipher *child; member
88 struct crypto_shash *child; member
98 struct crypto_aead *child; member
223 struct crypto_blkcipher *child = ctx->child; in cryptd_blkcipher_setkey() local
236 struct crypto_blkcipher *child, in cryptd_blkcipher_crypt()
278 struct crypto_blkcipher *child = ctx->child; in cryptd_blkcipher_encrypt() local
287 struct crypto_blkcipher *child = ctx->child; in cryptd_blkcipher_decrypt() local
452 struct crypto_skcipher *child = ctx->child; in cryptd_skcipher_setkey() local
486 struct crypto_skcipher *child = ctx->child; in cryptd_skcipher_encrypt() local
[all …]
Decb.c22 struct crypto_cipher *child; member
29 struct crypto_cipher *child = ctx->child; in crypto_ecb_setkey() local
76 struct crypto_cipher *child = ctx->child; in crypto_ecb_encrypt() local
90 struct crypto_cipher *child = ctx->child; in crypto_ecb_decrypt() local
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_bios.c442 const struct child_device_config *child; in parse_sdvo_device_mapping() local
1300 struct child_device_config *it, *child = NULL; in parse_ddi_port() local
1484 const struct child_device_config *child; in parse_general_definitions() local
1809 const struct child_device_config *child; in intel_bios_is_tv_present() local
1851 const struct child_device_config *child; in intel_bios_is_lvds_present() local
1900 const struct child_device_config *child; in intel_bios_is_port_present() local
1941 const struct child_device_config *child; in intel_bios_is_port_edp() local
1969 static bool child_dev_is_dp_dual_mode(const struct child_device_config *child, in child_dev_is_dp_dual_mode()
2007 const struct child_device_config *child; in intel_bios_is_port_dp_dual_mode() local
2030 const struct child_device_config *child; in intel_bios_is_dsi_present() local
[all …]
/Linux-v4.19/arch/h8300/kernel/
Dptrace_h.c18 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
162 static unsigned short *decode(struct task_struct *child, in decode()
212 static unsigned short *nextpc(struct task_struct *child, unsigned short *pc) in nextpc()
239 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
Dptrace_s.c21 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
31 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()

12345678910>>...22