Searched refs:child_state (Results 1 – 7 of 7) sorted by relevance
30 struct x86_debug_reg_state *parent_state, *child_state; in low_new_fork() local45 child_state = x86_debug_reg_state (child); in low_new_fork()46 *child_state = *parent_state; in low_new_fork()
52 struct x86_debug_reg_state *child_state; in low_new_fork() local75 child_state = x86_debug_reg_state (child_pid); in low_new_fork()76 *child_state = *parent_state; in low_new_fork()
270 struct aarch64_debug_reg_state *parent_state, *child_state; in low_new_fork() local285 child_state = aarch64_get_debug_reg_state (child); in low_new_fork()286 *child_state = *parent_state; in low_new_fork()
612 struct s390_debug_reg_state *child_state; in low_new_fork() local624 child_state = s390_get_debug_reg_state (child_pid); in low_new_fork()626 child_state->watch_areas = parent_state->watch_areas; in low_new_fork()627 child_state->break_areas = parent_state->break_areas; in low_new_fork()
808 struct aarch64_debug_reg_state *child_state; in low_new_fork() local823 child_state = aarch64_get_debug_reg_state (child_pid); in low_new_fork()824 *child_state = *parent_state; in low_new_fork()
1299 struct arm_linux_debug_reg_state *child_state; in low_new_fork() local1314 child_state = arm_linux_get_debug_reg_state (child_pid); in low_new_fork()1315 *child_state = *parent_state; in low_new_fork()
106 static struct sshbuf *child_state; variable1846 sshbuf_free(child_state); in monitor_clear_keystate()1847 child_state = NULL; in monitor_clear_keystate()1857 if ((r = ssh_packet_set_state(ssh, child_state)) != 0) in monitor_apply_keystate()1859 sshbuf_free(child_state); in monitor_apply_keystate()1860 child_state = NULL; in monitor_apply_keystate()1897 if ((child_state = sshbuf_new()) == NULL) in mm_get_keystate()1900 child_state); in mm_get_keystate()