Searched refs:child (Results 1 - 25 of 840) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dgct.h26 gct6_handle child; member in struct:__gct6_node
/linux-master/arch/alpha/kernel/
H A Dgct.c44 if (node->child)
45 status |= gct6_find_nodes(GCT_NODE_PTR(node->child), search);
H A Dproto.h170 extern int ptrace_set_bpt (struct task_struct *child);
171 extern int ptrace_cancel_bpt (struct task_struct *child);
H A Dptrace.c42 * does not yet catch signals sent when the child dies.
179 ptrace_set_bpt(struct task_struct * child) argument
185 pc = get_reg(child, REG_PC);
186 res = read_int(child, pc, (int *) &insn);
201 task_thread_info(child)->bpt_addr[nsaved++] = pc + 4;
203 task_thread_info(child)->bpt_addr[nsaved++]
208 task_thread_info(child)->bpt_addr[nsaved++] = get_reg(child, reg_b);
211 task_thread_info(child)->bpt_addr[nsaved++] = pc + 4;
217 res = read_int(child, task_thread_inf
238 ptrace_cancel_bpt(struct task_struct * child) argument
256 user_enable_single_step(struct task_struct *child) argument
262 user_disable_single_step(struct task_struct *child) argument
272 ptrace_disable(struct task_struct *child) argument
277 arch_ptrace(struct task_struct *child, long request, unsigned long addr, unsigned long data) argument
[all...]
/linux-master/arch/mips/pci/
H A Dpci-rc32434.c57 .child = &rc32434_res_pci_mem2
67 .child = NULL
/linux-master/arch/powerpc/include/asm/
H A Dbootx.h43 u32 child; member in struct:bootx_dt_node
/linux-master/arch/sparc/kernel/
H A Dof_device_common.h21 void of_bus_sbus_count_cells(struct device_node *child, int *addrc, int *sizec);
30 void (*count_cells)(struct device_node *child,
/linux-master/arch/x86/um/asm/
H A Dptrace.h51 extern int ptrace_get_thread_area(struct task_struct *child, int idx,
54 extern int ptrace_set_thread_area(struct task_struct *child, int idx,
70 static inline int ptrace_get_thread_area(struct task_struct *child, int idx, argument
76 static inline int ptrace_set_thread_area(struct task_struct *child, int idx, argument
/linux-master/drivers/acpi/acpica/
H A Dnssearch.c89 node = parent_node->child;
128 "%p first child %p\n",
132 parent_node->child));
/linux-master/drivers/of/
H A Dpdt.c187 dp->child = of_pdt_build_tree(dp, of_pdt_prom_ops->getchild(node));
208 of_root->child = of_pdt_build_tree(of_root,
/linux-master/drivers/regulator/
H A Dmc13xxx-regulator-core.c164 struct device_node *parent, *child; local
183 for_each_child_of_node(parent, child) {
189 if (of_node_name_eq(child,
193 &pdev->dev, child,
195 p->node = child;
206 "Unknown regulator: %pOFn\n", child);
/linux-master/fs/efs/
H A Dnamei.c110 struct dentry *efs_get_parent(struct dentry *child) argument
115 ino = efs_find_entry(d_inode(child), "..", 2);
117 parent = d_obtain_alias(efs_iget(child->d_sb, ino));
/linux-master/include/linux/
H A Dsh_clk.h84 int clk_reparent(struct clk *child, struct clk *parent);
/linux-master/net/netfilter/
H A Dxt_policy.c94 dst = ((struct xfrm_dst *)dst)->child, i++) {
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py71 def __init__(self, child):
72 self.child = child
75 return "new forked task %s" % thread_name(self.child)
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_mismatched_ops.c57 pthread_t child; local
82 if (pthread_create(&child, NULL, blocking_child, NULL)) {
87 /* Allow the child to block in the kernel. */
93 * it likely gave the lock to the child, which is now hung
101 * requeue_pi target and aborted. Wake the child with
111 error("futex_wake did not wake the child\n", 0);
126 pthread_join(child, NULL);
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dfork_cleanup_test.c19 * Test that a fork clears the PMU state of the child. eg. BESCR/EBBHR/EBBRR
20 * are cleared, and MMCR0_PMCC is reset, preventing the child from accessing
26 static int child(void) function
66 exit(child());
/linux-master/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c59 pid_t child; local
61 child = fork();
62 if (child == -1) {
67 if (child == 0) {
94 if (waitpid(child, &status, 0) != child ||
/linux-master/Documentation/sphinx/
H A DrstFlatTable.py322 for child in rowItem:
323 if (isinstance(child , nodes.comment)
324 or isinstance(child, nodes.system_message)):
326 elif isinstance(child , nodes.target):
327 target = child
328 elif isinstance(child, nodes.bullet_list):
330 cell = child
/linux-master/arch/arc/kernel/
H A Dentry.S51 ; when the forked child comes here from the __switch_to function
H A Dptrace.c318 void ptrace_disable(struct task_struct *child) argument
322 long arch_ptrace(struct task_struct *child, long request, argument
331 ret = put_user(task_thread_info(child)->thr_ptr,
335 ret = ptrace_request(child, request, addr, data);
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c223 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); local
225 desc->tfm = child;
279 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); local
281 desc->tfm = child;
310 struct crypto_ahash *child = &ctx->cryptd_tfm->base; local
312 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK);
313 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm)
315 return crypto_ahash_setkey(child, key, keylen);
/linux-master/arch/arm/kernel/
H A Dbios32.c517 struct pci_bus *child; local
522 list_for_each_entry(child, &bus->children, node)
523 pcie_bus_configure_settings(child);
H A Dptrace.c36 * does not yet catch signals sent when the child dies.
192 void ptrace_disable(struct task_struct *child) argument
292 * Get the child iWMMXt state.
306 * Set the child iWMMXt state.
369 * This is required in order to prevent child processes from unregistering
725 long arch_ptrace(struct task_struct *child, long request, argument
733 ret = ptrace_read_user(child, addr, datap);
737 ret = ptrace_write_user(child, addr, data);
741 ret = copy_regset_to_user(child,
748 ret = copy_regset_from_user(child,
[all...]
/linux-master/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c61 struct device_node *child; local
71 child = of_get_next_child(np, NULL);
72 if (child == NULL) {
78 clk = of_clk_get_by_name(child, NULL);
91 pci_base = of_iomap(child, 0);
119 if (!of_device_is_available(child) || !IS_ENABLED(CONFIG_PCI_MVEBU)) {
125 of_node_put(child);

Completed in 261 milliseconds

1234567891011>>