Searched refs:child (Results 101 - 125 of 840) sorted by relevance

1234567891011>>

/linux-master/scripts/kconfig/
H A Dmconf.c457 struct menu *child; local
521 for (child = menu->list; child; child = child->next) {
522 if (menu_is_visible(child) && child->sym == def_sym)
523 def_menu = child;
626 for (child = menu->list; child; chil
634 struct menu *child; local
[all...]
/linux-master/lib/
H A Dradix-tree.c437 /* Propagate the aggregated tag info to the new child */
474 struct radix_tree_node *child; local
481 * The candidate node has more than one child, or its child
486 child = rcu_dereference_raw(node->slots[0]);
487 if (!child)
498 if (radix_tree_is_internal_node(child))
499 entry_to_node(child)->parent = NULL;
508 root->xa_head = (void __rcu *)child;
531 if (!radix_tree_is_internal_node(child)) {
602 struct radix_tree_node *node = NULL, *child; local
659 struct radix_tree_node *child = entry_to_node(node); local
1158 struct radix_tree_node *node, *child; local
1480 struct radix_tree_node *node = NULL, *child; local
[all...]
/linux-master/drivers/iio/frequency/
H A Dadmfm2000.c163 struct fwnode_handle *child; local
170 device_for_each_child_node(dev, child) {
171 ret = fwnode_property_read_u32(child, "reg", &reg);
173 fwnode_handle_put(child);
179 fwnode_handle_put(child);
184 if (fwnode_property_present(child, "adi,mixer-mode"))
199 fwnode_handle_put(child);
204 sw[i] = devm_fwnode_gpiod_get_index(dev, child, "switch",
207 fwnode_handle_put(child);
214 dsa[i] = devm_fwnode_gpiod_get_index(dev, child,
[all...]
/linux-master/fs/openpromfs/
H A Dinode.c184 struct device_node *dp, *child; local
202 child = dp->child;
203 while (child) {
204 const char *node_name = kbasename(child->full_name);
210 ent_data.node = child;
211 ino = child->unique_id;
214 child = child->sibling;
274 struct device_node *child; local
[all...]
/linux-master/drivers/powercap/
H A Ddtpm.c61 struct dtpm *child; local
72 list_for_each_entry(child, &dtpm->children, sibling) {
73 ret = __get_power_uw(child, &power);
89 struct dtpm *child; local
91 list_for_each_entry(child, &dtpm->children, sibling) {
94 child->weight, child->zone.name);
96 child->weight = DIV64_U64_ROUND_CLOSEST(
97 child->power_max * 1024, dtpm->power_max);
99 __dtpm_rebalance_weight(child);
206 struct dtpm *child; local
620 struct dtpm *child, *aux; local
[all...]
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c172 void (*modify_values)(pid_t child, struct test_config *test_config);
233 static void read_one_child_regs(pid_t child, char *name, argument
240 ret = process_vm_readv(child, iov_parent, 1, iov_child, 1, 0);
248 static void read_child_regs(pid_t child) argument
253 * Since the child fork()ed from us the buffer addresses are
254 * the same in parent and child.
260 read_one_child_regs(child, "FPSIMD", &iov_parent, &iov_child);
267 read_one_child_regs(child, "SVE VL", &iov_parent, &iov_child);
273 read_one_child_regs(child, "Z", &iov_parent, &iov_child);
279 read_one_child_regs(child, "
317 continue_breakpoint(pid_t child, enum __ptrace_request restart_type) argument
354 check_ptrace_values_sve(pid_t child, struct test_config *config) argument
431 check_ptrace_values_ssve(pid_t child, struct test_config *config) argument
507 check_ptrace_values_za(pid_t child, struct test_config *config) argument
568 check_ptrace_values_zt(pid_t child, struct test_config *config) argument
590 check_ptrace_values(pid_t child, struct test_config *config) argument
626 run_parent(pid_t child, struct test_definition *test, struct test_config *config) argument
987 fpsimd_write(pid_t child, struct test_config *test_config) argument
1027 sve_write(pid_t child, struct test_config *config) argument
1117 za_write(pid_t child, struct test_config *config) argument
1180 zt_write(pid_t child, struct test_config *config) argument
1196 pid_t child; local
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dioperm.c126 pid_t child = fork(); local
127 if (child == -1)
130 if (child == 0) {
148 if (waitpid(child, &status, 0) != child ||
160 /* Verify that the child dropping 0x80 did not affect the parent */
/linux-master/drivers/leds/
H A Dleds-max77650.c65 struct fwnode_handle *child; local
87 device_for_each_child_node(dev, child) {
90 rv = fwnode_property_read_u32(child, "reg", &reg);
103 init_data.fwnode = child;
126 fwnode_handle_put(child);
H A Dleds-lt3593.c67 struct fwnode_handle *child; local
85 child = device_get_next_child_node(dev, NULL);
87 if (!fwnode_property_read_string(child, "default-state", &tmp)) {
95 init_data.fwnode = child;
100 fwnode_handle_put(child);
H A Dleds-ti-lmu-common.c105 struct fwnode_handle *child,
110 ret = fwnode_property_read_u32(child, "ramp-up-us",
116 ret = fwnode_property_read_u32(child, "ramp-down-us",
125 int ti_lmu_common_get_brt_res(struct device *dev, struct fwnode_handle *child, argument
133 ret = fwnode_property_read_u32(child,
104 ti_lmu_common_get_ramp_params(struct device *dev, struct fwnode_handle *child, struct ti_lmu_bank *lmu_data) argument
H A Dleds-bd2606mvv.c72 struct fwnode_handle *np, *child; local
97 fwnode_for_each_available_child_node(np, child) {
100 err = fwnode_property_read_u32(child, "reg", &reg);
102 fwnode_handle_put(child);
106 fwnode_handle_put(child);
110 led_fwnodes[reg] = child;
133 fwnode_handle_put(child);
H A Dleds-pca995x.c105 struct fwnode_handle *np, *child; local
128 fwnode_for_each_available_child_node(np, child) {
129 ret = fwnode_property_read_u32(child, "reg", &reg);
131 fwnode_handle_put(child);
136 fwnode_handle_put(child);
141 led_fwnodes[reg] = child;
160 fwnode_handle_put(child);
/linux-master/drivers/pci/hotplug/
H A Drpaphp_slot.c85 struct device_node *child; local
100 for_each_child_of_node(slot->dn, child) {
101 retval = of_property_read_u32(child, "ibm,my-drc-index", &my_index);
103 slotno = PCI_SLOT(PCI_DN(child)->devfn);
104 of_node_put(child);
/linux-master/drivers/iio/multiplexer/
H A Diio-mux.c36 struct mux_child *child; member in struct:mux
42 struct mux_child *child = &mux->child[idx]; local
62 cache = &child->ext_info_cache[i];
232 devm_kfree(dev, mux->child[idx].ext_info_cache[private].data);
233 mux->child[idx].ext_info_cache[private].data = new;
234 mux->child[idx].ext_info_cache[private].size = len;
244 struct mux_child *child = &mux->child[idx]; local
284 child
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_freezer.c245 * Wait until all child processes will enter
395 * The test creates a cgroups and freezes it. Then it creates a child cgroup
396 * and populates it with a task. After that it checks that the child cgroup
402 char *parent, *child = NULL; local
409 child = cg_name(parent, "cg_test_mkdir_B");
410 if (!child)
419 if (cg_create(child))
422 pid = cg_run_nowait(child, child_fn, NULL);
426 if (cg_wait_for_proc_count(child, 1))
429 if (cg_check_frozen(child, tru
456 char *parent, *child = NULL; local
[all...]
/linux-master/arch/x86/pci/
H A Di386.c224 * child resource allocations in this
235 struct pci_bus *child; local
240 list_for_each_entry(child, &bus->children, node)
241 pcibios_allocate_bus_resources(child);
310 struct pci_bus *child; local
315 child = dev->subordinate;
316 if (child)
317 pcibios_allocate_resources(child, pass);
344 struct pci_bus *child; local
349 child
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-pxa-pci.c28 struct device_node *child; local
43 for_each_child_of_node(dev->dev.of_node, child) {
48 ret = of_address_to_resource(child, 0, &r);
58 prop = of_get_property(child, "fast-mode", NULL);
65 if (!child) {
74 of_node_put(child);
79 pdev->dev.of_node = child;
/linux-master/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c398 static bool is_mxs_gpio(struct device_node *child) argument
400 return of_device_is_compatible(child, "fsl,imx23-gpio") ||
401 of_device_is_compatible(child, "fsl,imx28-gpio");
409 struct device_node *child; local
416 child = of_get_next_child(np, NULL);
417 if (!child) {
424 for_each_child_of_node(np, child) {
425 if (is_mxs_gpio(child))
429 if (of_property_read_u32(child, "reg", &val))
431 if (strcmp(fn, child
[all...]
/linux-master/arch/mips/kernel/
H A Dptrace.c63 void ptrace_disable(struct task_struct *child) argument
65 /* Don't load the watchpoint registers for the ex-child. */
66 clear_tsk_thread_flag(child, TIF_LOAD_WATCH);
74 int ptrace_getregs(struct task_struct *child, struct user_pt_regs __user *data) argument
82 regs = task_pt_regs(child);
101 int ptrace_setregs(struct task_struct *child, struct user_pt_regs __user *data) argument
109 regs = task_pt_regs(child);
120 mips_syscall_update_nr(child, regs);
125 int ptrace_get_watch_regs(struct task_struct *child, argument
148 __put_user(child
165 ptrace_set_watch_regs(struct task_struct *child, struct pt_watch_regs __user *addr) argument
349 ptrace_setfcr31(struct task_struct *child, u32 value) argument
359 ptrace_getfpregs(struct task_struct *child, __u32 __user *data) argument
382 ptrace_setfpregs(struct task_struct *child, __u32 __user *data) argument
1082 arch_ptrace(struct task_struct *child, long request, unsigned long addr, unsigned long data) argument
[all...]
/linux-master/crypto/
H A Dsimd.c54 struct crypto_skcipher *child = &ctx->cryptd_tfm->base; local
56 crypto_skcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK);
57 crypto_skcipher_set_flags(child, crypto_skcipher_get_flags(tfm) &
59 return crypto_skcipher_setkey(child, key, key_len);
67 struct crypto_skcipher *child; local
74 child = &ctx->cryptd_tfm->base;
76 child = cryptd_skcipher_child(ctx->cryptd_tfm);
78 skcipher_request_set_tfm(subreq, child);
88 struct crypto_skcipher *child; local
95 child
294 struct crypto_aead *child = &ctx->cryptd_tfm->base; local
305 struct crypto_aead *child = &ctx->cryptd_tfm->base; local
315 struct crypto_aead *child; local
336 struct crypto_aead *child; local
[all...]
H A Dcryptd.c71 struct crypto_skcipher *child; member in struct:cryptd_skcipher_ctx
80 struct crypto_shash *child; member in struct:cryptd_hash_ctx
91 struct crypto_aead *child; member in struct:cryptd_aead_ctx
231 struct crypto_skcipher *child = ctx->child; local
233 crypto_skcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK);
234 crypto_skcipher_set_flags(child,
237 return crypto_skcipher_setkey(child, key, keylen);
246 struct crypto_skcipher *child; local
255 child
475 struct crypto_shash *child = ctx->child; local
536 struct crypto_shash *child = ctx->child; local
612 struct crypto_shash *child = ctx->child; local
723 struct crypto_aead *child = ctx->child; local
732 struct crypto_aead *child = ctx->child; local
737 cryptd_aead_crypt(struct aead_request *req, struct crypto_aead *child, int err, int (*crypt)(struct aead_request *req), crypto_completion_t compl) argument
788 struct crypto_aead *child; local
800 struct crypto_aead *child; local
[all...]
H A Dxts.c25 struct crypto_skcipher *child; member in struct:xts_tfm_ctx
45 struct crypto_skcipher *child; local
69 child = ctx->child;
70 crypto_skcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK);
71 crypto_skcipher_set_flags(child, crypto_skcipher_get_flags(parent) &
73 return crypto_skcipher_setkey(child, key, keylen);
182 skcipher_request_set_tfm(subreq, ctx->child);
250 skcipher_request_set_tfm(subreq, ctx->child);
300 struct crypto_skcipher *child; local
[all...]
H A Dxcbc.c29 struct crypto_cipher *child; member in struct:xcbc_tfm_ctx
60 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen)))
63 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs);
64 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2);
65 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks);
67 return crypto_cipher_setkey(ctx->child, key1, bs);
89 struct crypto_cipher *tfm = tctx->child;
134 struct crypto_cipher *tfm = tctx->child;
173 ctx->child = cipher;
181 crypto_free_cipher(ctx->child);
[all...]
/linux-master/drivers/soc/ti/
H A Dpruss.c427 struct device_node *child; local
431 child = of_get_child_by_name(np, "cfg");
432 if (!child) {
433 dev_err(dev, "%pOF is missing its 'cfg' node\n", child);
437 if (of_address_to_resource(child, 0, &res)) {
448 regmap_conf.name = kasprintf(GFP_KERNEL, "%pOFn@%llx", child,
462 ret = pruss_clk_init(pruss, child);
467 of_node_put(child);
475 struct device_node *child; local
497 child
[all...]
/linux-master/kernel/cgroup/
H A Drstat.c79 * @child: first child of the root
89 struct cgroup *child, int cpu)
91 struct cgroup *chead = child; /* Head of child cgroup level */
96 child->rstat_flush_next = NULL;
100 child = chead;
101 chead = child->rstat_flush_next;
102 parent = cgroup_parent(child);
105 while (child !
88 cgroup_rstat_push_children(struct cgroup *head, struct cgroup *child, int cpu) argument
151 struct cgroup *head = NULL, *parent, *child; local
[all...]

Completed in 234 milliseconds

1234567891011>>