Searched refs:child (Results 251 - 275 of 840) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/sparc/kernel/
H A Dptrace_32.c37 void ptrace_disable(struct task_struct *child) argument
360 long arch_ptrace(struct task_struct *child, long request, argument
375 ret = copy_regset_to_user(child, &ptrace32_view,
383 ret = copy_regset_from_user(child, &ptrace32_view,
391 ret = copy_regset_to_user(child, &ptrace32_view,
399 ret = copy_regset_from_user(child, &ptrace32_view,
408 ret = ptrace_readdata(child, addr, addr2p, data);
418 ret = ptrace_writedata(child, addr2p, addr, data);
429 ret = ptrace_request(child, request, addr, data);
/linux-master/arch/powerpc/platforms/pseries/
H A Ddlpar.c115 if (dn->child)
116 dlpar_free_cc_nodes(dn->child);
188 last_dn->child = dn;
250 struct device_node *child; local
253 child = of_get_next_child(dn, NULL);
254 while (child) {
255 dlpar_detach_node(child);
256 child = of_get_next_child(dn, child);
/linux-master/drivers/leds/flash/
H A Dleds-rt4505.c291 struct fwnode_handle *child)
299 ret = fwnode_property_read_u32(child, "led-max-microamp", &val);
312 ret = fwnode_property_read_u32(child, "flash-max-microamp", &val);
324 ret = fwnode_property_read_u32(child, "flash-max-timeout-us", &val);
344 struct fwnode_handle *child; local
368 child = fwnode_get_next_available_child_node(client->dev.fwnode, NULL);
369 if (!child) {
370 dev_err(priv->dev, "Failed to get child node\n");
373 init_data.fwnode = child;
375 rt4505_init_flash_properties(priv, child);
290 rt4505_init_flash_properties(struct rt4505_priv *priv, struct fwnode_handle *child) argument
[all...]
/linux-master/drivers/net/wireguard/
H A Dallowedips.c306 struct allowedips_node *node, *child, **parent_bit, *parent, *tmp; local
317 child = rcu_dereference_protected(node->bit[!rcu_access_pointer(node->bit[0])],
319 if (child)
320 child->parent_bit_packed = node->parent_bit_packed;
322 *parent_bit = child;
330 child = rcu_dereference_protected(
336 if (child)
337 child->parent_bit_packed = parent->parent_bit_packed;
338 *(struct allowedips_node **)(parent->parent_bit_packed & ~3UL) = child;
/linux-master/drivers/input/keyboard/
H A Dqt1050.c344 struct fwnode_handle *child; local
351 device_for_each_child_node(dev, child) {
355 if (fwnode_property_read_u32(child, "linux,code",
366 if (fwnode_property_read_u32(child, "reg",
377 if (fwnode_property_read_u32(child,
389 if (fwnode_property_read_u32(child, "microchip,average-samples",
399 if (fwnode_property_read_u32(child, "microchip,average-scaling",
410 if (fwnode_property_read_u32(child, "microchip,threshold",
424 fwnode_handle_put(child);
/linux-master/net/sched/
H A Dsch_multiq.c197 struct Qdisc *child = q->queues[i]; local
200 qdisc_purge_queue(child);
201 removed[n_removed++] = child;
213 struct Qdisc *child, *old; local
214 child = qdisc_create_dflt(sch->dev_queue,
218 if (child) {
221 q->queues[i] = child;
222 if (child != &noop_qdisc)
223 qdisc_hash_add(child, true);
/linux-master/net/ipv4/
H A Dsyncookies.c201 struct sock *child; local
204 child = icsk->icsk_af_ops->syn_recv_sock(sk, skb, req, dst,
206 if (child) {
208 sock_rps_save_rxhash(child, skb);
212 return child;
215 if (inet_csk_reqsk_queue_add(sk, req, child))
216 return child;
218 bh_unlock_sock(child);
219 sock_put(child);
395 * Output is listener if incoming packet would not create a child
[all...]
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c80 pid_t child; local
92 child = fork();
93 if (child < 0) {
98 if (child == 0) {
101 ksft_print_msg("child execveat() failed, rc=%d errno=%d (%s)\n",
105 /* Parent: wait for & check child's exit status. */
106 rc = waitpid(child, &status, 0);
107 if (rc != child) {
108 ksft_print_msg("waitpid(%d,...) returned %d\n", child, rc);
113 ksft_print_msg("child
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dmov_ss_trap.c56 pid_t child = fork(); local
57 if (child < 0)
60 if (child) {
61 if (waitpid(child, &status, 0) != child)
62 err(1, "waitpid for child");
77 err(1, "waitpid for child");
/linux-master/scripts/dtc/
H A Dyamltree.c181 struct node *child; local
195 for_each_child(tree, child) {
197 (yaml_char_t *)YAML_STR_TAG, (yaml_char_t*)child->name,
198 strlen(child->name), 1, 0, YAML_PLAIN_SCALAR_STYLE);
200 yaml_tree(child, emitter);
/linux-master/drivers/leds/
H A Dleds-bcm6358.c150 struct device_node *child; local
187 for_each_available_child_of_node(np, child) {
191 if (of_property_read_u32(child, "reg", &reg))
200 rc = bcm6358_led(dev, child, reg, mem, lock);
202 of_node_put(child);
H A Dleds-el15203000.c240 struct fwnode_handle *child; local
243 device_for_each_child_node(priv->dev, child) {
246 ret = fwnode_property_read_u32(child, "reg", &led->reg);
270 init_data.fwnode = child;
286 fwnode_handle_put(child);
/linux-master/drivers/bus/
H A Dqcom-ebi2.c295 struct device_node *child; local
350 /* Walk over the child nodes and see what chipselects we use */
351 for_each_available_child_of_node(np, child) {
355 ret = of_property_read_u32(child, "reg", &csindex);
357 of_node_put(child);
368 qcom_ebi2_setup_chipselect(child,
374 /* We have at least one child */
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx-ldb-helper.c134 struct device_node *child; local
146 for_each_available_child_of_node(np, child) {
149 ret = of_property_read_u32(child, "reg", &i);
154 of_node_put(child);
162 ldb_ch->np = child;
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-decl.h174 int ptrace_get_fpr(struct task_struct *child, int index, unsigned long *data);
175 int ptrace_put_fpr(struct task_struct *child, int index, unsigned long data);
179 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr,
182 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info);
183 long ppc_del_hwdebug(struct task_struct *child, long data);
/linux-master/crypto/
H A Dccm.c30 struct crypto_aead *child; member in struct:crypto_rfc4309_ctx
54 struct crypto_cipher *child; member in struct:cbcmac_tfm_ctx
571 struct crypto_aead *child = ctx->child; local
579 crypto_aead_clear_flags(child, CRYPTO_TFM_REQ_MASK);
580 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) &
582 return crypto_aead_setkey(child, key, keylen);
599 return crypto_aead_setauthsize(ctx->child, authsize);
608 struct crypto_aead *child = ctx->child; local
[all...]
H A Dgcm.c33 struct crypto_aead *child; member in struct:crypto_rfc4106_ctx
48 struct crypto_aead *child; member in struct:crypto_rfc4543_ctx
691 struct crypto_aead *child = ctx->child; local
699 crypto_aead_clear_flags(child, CRYPTO_TFM_REQ_MASK);
700 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) &
702 return crypto_aead_setkey(child, key, keylen);
715 return crypto_aead_setauthsize(ctx->child, authsize);
724 struct crypto_aead *child = ctx->child; local
899 struct crypto_aead *child = ctx->child; local
[all...]
/linux-master/fs/ocfs2/
H A Dexport.c129 static struct dentry *ocfs2_get_parent(struct dentry *child) argument
134 struct inode *dir = d_inode(child);
137 trace_ocfs2_get_parent(child, child->d_name.len, child->d_name.name,
/linux-master/net/mac802154/
H A Dscan.c763 struct ieee802154_pan_device *child, *exchild; local
799 child = kzalloc(sizeof(*child), GFP_KERNEL);
800 if (!child) {
805 child->extended_addr = src->extended_addr;
806 child->mode = IEEE802154_EXTENDED_ADDRESSING;
807 ceaddr = swab64((__force u64)child->extended_addr);
816 "Refusing ASSOC REQ from child %8phC, %s\n", &ceaddr,
823 child->mode = IEEE802154_SHORT_ADDRESSING;
827 child
868 struct ieee802154_pan_device *child; local
[all...]
/linux-master/drivers/irqchip/
H A Dirq-mbigen.c238 struct platform_device *child; local
248 child = of_platform_device_create(np, NULL, NULL);
249 if (!child) {
254 if (of_property_read_u32(child->dev.of_node, "num-pins",
261 domain = platform_msi_create_device_domain(&child->dev, num_pins,
/linux-master/drivers/gpu/drm/i915/
H A Di915_syncmap.c80 DECLARE_FLEX_ARRAY(struct i915_syncmap *, child);
105 return p->child;
221 struct i915_syncmap *child)
224 __sync_child(p)[idx] = child;
282 next = kzalloc(struct_size(next, child, KSYNCMAP),
219 __sync_set_child(struct i915_syncmap *p, unsigned int idx, struct i915_syncmap *child) argument
/linux-master/drivers/phy/marvell/
H A Dphy-armada38x-comphy.c198 struct device_node *child; local
222 for_each_available_child_of_node(pdev->dev.of_node, child) {
227 ret = of_property_read_u32(child, "reg", &val);
239 phy = devm_phy_create(&pdev->dev, child, &a38x_comphy_ops);
241 of_node_put(child);
/linux-master/arch/powerpc/platforms/44x/
H A Dwarp.c152 struct device_node *np, *child; local
165 for_each_child_of_node(np, child) {
169 if (!of_node_name_eq(child, led->name))
178 gpio = fwnode_gpiod_get_index(of_fwnode_handle(child),
185 of_node_put(child);
/linux-master/drivers/of/
H A Dbase.c53 /* use when traversing tree through the child, sibling,
231 } else if (prev->child) {
232 np = prev->child;
599 next = prev ? prev->sibling : node->child;
604 #define __for_each_child_of_node(parent, child) \
605 for (child = __of_get_next_child(parent, NULL); child != NULL; \
606 child = __of_get_next_child(parent, child))
611 * @prev: previous child o
739 struct device_node *child; local
764 struct device_node *child; local
776 struct device_node *child; local
1942 struct device_node *child, *cache_node; local
[all...]
/linux-master/drivers/dma/dw-edma/
H A Ddw-edma-core.c140 struct dw_edma_burst *child, *_next; local
143 list_for_each_entry_safe(child, _next, &chunk->burst->list, list) {
144 list_del(&child->list);
145 kfree(child);
150 kfree(child);
156 struct dw_edma_chunk *child, *_next; local
162 list_for_each_entry_safe(child, _next, &desc->chunk->list, list) {
163 dw_edma_free_burst(child);
164 list_del(&child->list);
165 kfree(child);
188 struct dw_edma_chunk *child; local
[all...]

Completed in 243 milliseconds

<<11121314151617181920>>