Searched defs:child (Results 276 - 300 of 722) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/thunderbolt/
H A Dproperty.c428 const struct tb_property_dir *child; local
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c236 struct nfp_qdisc *child = qdisc->children[i]; local
433 struct nfp_qdisc *parent, *child; local
33 nfp_abm_stats_propagate(struct nfp_alink_stats *parent, struct nfp_alink_stats *child) argument
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpu.c40 char *parent = NULL, *child = NULL, *parent2 = NULL, *child2 = NULL; local
301 static pid_t weight_hog_ncpus(const struct cpu_hogger *child, int ncpus) argument
233 run_cpucg_weight_test( const char *root, pid_t (*spawn_child)(const struct cpu_hogger *child), int (*validate)(const struct cpu_hogger *children, int num_children)) argument
315 weight_hog_all_cpus(const struct cpu_hogger *child) argument
361 weight_hog_one_cpu(const struct cpu_hogger *child) argument
410 char *parent = NULL, *child = NULL; local
630 char *parent, *child; local
[all...]
/linux-master/arch/powerpc/platforms/maple/
H A Dpci.c574 struct device_node *np, *child; local
/linux-master/drivers/leds/blink/
H A Dleds-bcm63138.c262 struct device_node *child; local
/linux-master/sound/soc/tegra/
H A Dtegra210_mbdrc.c983 struct device_node *child; local
/linux-master/scripts/dtc/libfdt/
H A Dfdt_overlay.c144 int child; local
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h64 int start_trace(pid_t child) argument
81 int stop_trace(pid_t child) argument
93 int cont_trace(pid_t child) argument
105 int ptrace_read_regs(pid_t child, unsigned long type, unsigned long regs[], argument
125 ptrace_write_regs(pid_t child, unsigned long type, unsigned long regs[], int n) argument
144 show_tar_registers(pid_t child, unsigned long *out) argument
189 write_tar_registers(pid_t child, unsigned long tar, unsigned long ppr, unsigned long dscr) argument
233 show_tm_checkpointed_state(pid_t child, unsigned long *out) argument
280 write_ckpt_tar_registers(pid_t child, unsigned long tar, unsigned long ppr, unsigned long dscr) argument
325 show_fpr(pid_t child, __u64 *fpr) argument
344 write_fpr(pid_t child, __u64 val) argument
367 show_ckpt_fpr(pid_t child, __u64 *fpr) argument
391 write_ckpt_fpr(pid_t child, unsigned long val) argument
419 show_gpr(pid_t child, unsigned long *gpr) argument
452 peek_fprs(pid_t child) argument
483 poke_fprs(pid_t child, unsigned long *fprs) argument
508 write_gpr(pid_t child, unsigned long val) argument
536 show_ckpt_gpr(pid_t child, unsigned long *gpr) argument
565 write_ckpt_gpr(pid_t child, unsigned long val) argument
597 show_vmx(pid_t child, unsigned long vmx[][2]) argument
609 show_vmx_ckpt(pid_t child, unsigned long vmx[][2]) argument
627 write_vmx(pid_t child, unsigned long vmx[][2]) argument
639 write_vmx_ckpt(pid_t child, unsigned long vmx[][2]) argument
657 show_vsx(pid_t child, unsigned long *vsx) argument
669 show_vsx_ckpt(pid_t child, unsigned long *vsx) argument
686 write_vsx(pid_t child, unsigned long *vsx) argument
698 write_vsx_ckpt(pid_t child, unsigned long *vsx) argument
716 show_tm_spr(pid_t child, struct tm_spr_regs *out) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c345 struct mlx5e_qos_node *node, *child; local
625 struct mlx5e_qos_node *child; local
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_lvds.c433 struct child_device_config *child = dev_priv->child_dev + i; local
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c223 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); local
279 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); local
310 struct crypto_ahash *child = &ctx->cryptd_tfm->base; local
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c160 static void ptrace_set_get_inherit(pid_t child, const struct vec_type *type) argument
214 static void ptrace_set_get_vl(pid_t child, const struct vec_type *type, argument
271 static void ptrace_sve_fpsimd(pid_t child, const struct vec_type *type) argument
326 ptrace_set_sve_get_sve_data(pid_t child, const struct vec_type *type, unsigned int vl) argument
424 ptrace_set_sve_get_fpsimd_data(pid_t child, const struct vec_type *type, unsigned int vl) argument
507 ptrace_set_fpsimd_get_sve_data(pid_t child, const struct vec_type *type, unsigned int vl) argument
615 do_parent(pid_t child) argument
744 pid_t child; local
[all...]
H A Dfp-stress.c60 static void child_start(struct child_data *child, const char *program) argument
144 child_output_read(struct child_data *child) argument
197 child_output(struct child_data *child, uint32_t events, bool flush) argument
221 child_tickle(struct child_data *child) argument
227 child_stop(struct child_data *child) argument
233 child_cleanup(struct child_data *child) argument
309 start_fpsimd(struct child_data *child, int cpu, int copy) argument
322 start_sve(struct child_data *child, int vl, int cpu) argument
339 start_ssve(struct child_data *child, int vl, int cpu) argument
356 start_za(struct child_data *child, int vl, int cpu) argument
373 start_zt(struct child_data *child, int cpu) argument
[all...]
/linux-master/drivers/leds/
H A Dleds-bcm6328.c395 struct device_node *child; local
/linux-master/drivers/of/
H A Dirq.c54 struct device_node *of_irq_find_parent(struct device_node *child) argument
/linux-master/drivers/input/keyboard/
H A Dmtk-pmic-keys.c310 struct device_node *node = pdev->dev.of_node, *child; local
/linux-master/drivers/sh/clk/
H A Dcore.c215 int clk_reparent(struct clk *child, struct clk *parent) argument
/linux-master/drivers/irqchip/
H A Dirq-gic-v2m.c417 struct device_node *child; local
[all...]
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pixel-combiner.c281 struct device_node *child, *remote; local
/linux-master/include/linux/
H A Dlivepatch.h244 static inline void klp_copy_process(struct task_struct *child) {} argument
/linux-master/drivers/clk/tegra/
H A Dclk-tegra124-emc.c447 struct device_node *child; local
/linux-master/arch/powerpc/platforms/pseries/
H A Ddlpar.c250 struct device_node *child; local
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c95 struct fwnode_handle *fwnode, *parent = NULL, *child = NULL; local
/linux-master/tools/perf/ui/gtk/
H A Dhists.c475 GtkTreeIter child; local
/linux-master/drivers/pci/controller/
H A Dpcie-mt7621.c261 struct device_node *node = dev->of_node, *child; local

Completed in 309 milliseconds

<<11121314151617181920>>