Home
last modified time | relevance | path

Searched defs:child (Results 26 – 50 of 739) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dbp-modify.c32 int child = fork(); in spawn_child() local
61 pid_t child; in bp_modify1() local
138 pid_t child; in bp_modify2() local
/OK3568_Linux_fs/kernel/crypto/
H A Dsimd.c54 struct crypto_skcipher *child = &ctx->cryptd_tfm->base; in simd_skcipher_setkey() local
67 struct crypto_skcipher *child; in simd_skcipher_encrypt() local
88 struct crypto_skcipher *child; in simd_skcipher_decrypt() local
294 struct crypto_aead *child = &ctx->cryptd_tfm->base; in simd_aead_setkey() local
305 struct crypto_aead *child = &ctx->cryptd_tfm->base; in simd_aead_setauthsize() local
315 struct crypto_aead *child; in simd_aead_encrypt() local
336 struct crypto_aead *child; in simd_aead_decrypt() local
H A Dcryptd.c71 struct crypto_sync_skcipher *child; member
80 struct crypto_shash *child; member
90 struct crypto_aead *child; member
230 struct crypto_sync_skcipher *child = ctx->child; in cryptd_skcipher_setkey() local
261 struct crypto_sync_skcipher *child = ctx->child; in cryptd_skcipher_encrypt() local
289 struct crypto_sync_skcipher *child = ctx->child; in cryptd_skcipher_decrypt() local
454 struct crypto_shash *child = ctx->child; in cryptd_hash_setkey() local
494 struct crypto_shash *child = ctx->child; in cryptd_hash_init() local
585 struct crypto_shash *child = ctx->child; in cryptd_hash_digest() local
698 struct crypto_aead *child = ctx->child; in cryptd_aead_setkey() local
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdpart.c43 struct mtd_info *child; in allocate_partition() local
246 struct mtd_info *child; in mtd_add_partition() local
301 struct mtd_info *child, *next; in __mtd_del_partition() local
328 struct mtd_info *child, *next; in __del_mtd_partitions() local
368 struct mtd_info *child, *master = mtd_get_master(mtd); in mtd_del_partition() local
397 struct mtd_info *child, *master = mtd_get_master(parent); in add_mtd_partitions() local
/OK3568_Linux_fs/kernel/drivers/net/mdio/
H A Dof_mdio.c64 struct device_node *child, u32 addr) in of_mdiobus_phy_device_register()
108 struct device_node *child, u32 addr) in of_mdiobus_register_phy()
152 struct device_node *child, u32 addr) in of_mdiobus_register_device()
213 bool of_mdiobus_child_is_phy(struct device_node *child) in of_mdiobus_child_is_phy()
250 struct device_node *child; in of_mdiobus_register() local
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dptrace_h.c18 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
162 static unsigned short *decode(struct task_struct *child, in decode()
212 static unsigned short *nextpc(struct task_struct *child, unsigned short *pc) in nextpc()
239 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
H A Dptrace_s.c21 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
31 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbootconfig.h42 u16 child; member
163 struct xbc_node *child = xbc_node_get_child(node); in xbc_node_get_subkey() local
193 #define xbc_node_for_each_child(parent, child) \ argument
205 #define xbc_node_for_each_subkey(parent, child) \ argument
H A Daspm_ext.h12 static inline bool pcie_aspm_ext_is_rc_ep_l1ss_capable(struct pci_dev *child, struct pci_dev *paren… in pcie_aspm_ext_is_rc_ep_l1ss_capable()
13 static inline void pcie_aspm_ext_l1ss_enable(struct pci_dev *child, struct pci_dev *parent, bool en… in pcie_aspm_ext_l1ss_enable()
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm.c144 struct pci_dev *child; in pcie_set_clkpm_nocheck() local
174 struct pci_dev *child; in pcie_clkpm_cap_init() local
234 struct pci_dev *child, *parent = link->pdev; in pcie_aspm_configure_common_clock() local
432 struct pci_dev *child; in pci_function_0() local
455 struct pci_dev *child = link->downstream, *parent = link->pdev; in aspm_calc_l1ss_info() local
545 struct pci_dev *child = link->downstream, *parent = link->pdev; in pcie_aspm_cap_init() local
687 struct pci_dev *child = link->downstream, *parent = link->pdev; in pcie_config_aspm_l1ss() local
746 struct pci_dev *child = link->downstream, *parent = link->pdev; in pcie_config_aspm_link() local
810 struct pci_dev *child; in pcie_aspm_sanity_check() local
886 struct pci_dev *child; in pcie_aspm_update_sysfs_visibility() local
[all …]
H A Daspm_ext.c99 static bool rockchip_pcie_bus_aspm_enable_rc_ep(struct pci_dev *child, struct pci_dev *parent, bool… in rockchip_pcie_bus_aspm_enable_rc_ep()
169 static void aspm_calc_l1ss_info(struct pci_dev *child, struct pci_dev *parent) in aspm_calc_l1ss_info()
296 bool pcie_aspm_ext_is_rc_ep_l1ss_capable(struct pci_dev *child, struct pci_dev *parent) in pcie_aspm_ext_is_rc_ep_l1ss_capable()
318 void pcie_aspm_ext_l1ss_enable(struct pci_dev *child, struct pci_dev *parent, bool enable) in pcie_aspm_ext_l1ss_enable()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dtest_core.c276 char *grandparent = NULL, *parent = NULL, *child = NULL; in test_cgcore_invalid_domain() local
338 char *parent = NULL, *child = NULL; in test_cgcore_parent_becomes_threaded() local
377 char *parent = NULL, *child = NULL; in test_cgcore_no_internal_process_constraint_on_threads() local
429 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_enable() local
464 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_disable() local
505 char *parent = NULL, *child = NULL; in test_cgcore_internal_process_constraint() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_bios.c63 struct child_device_config child; member
578 const struct child_device_config *child; in parse_sdvo_device_mapping() local
1417 const struct child_device_config *child; in parse_compression_parameters() local
1692 const struct child_device_config *child = &devdata->child; in parse_ddi_port() local
1856 const struct child_device_config *child; in parse_general_definitions() local
2232 const struct child_device_config *child; in intel_bios_is_tv_present() local
2275 const struct child_device_config *child; in intel_bios_is_lvds_present() local
2324 const struct child_device_config *child; in intel_bios_is_port_present() local
2370 const struct child_device_config *child; in intel_bios_is_port_edp() local
2394 static bool child_dev_is_dp_dual_mode(const struct child_device_config *child, in child_dev_is_dp_dual_mode()
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c401 ia64_peek (struct task_struct *child, struct switch_stack *child_stack, in ia64_peek()
463 ia64_poke (struct task_struct *child, struct switch_stack *child_stack, in ia64_poke()
507 ia64_get_user_rbs_end (struct task_struct *child, struct pt_regs *pt, in ia64_get_user_rbs_end()
535 ia64_sync_user_rbs (struct task_struct *child, struct switch_stack *sw, in ia64_sync_user_rbs()
555 ia64_sync_kernel_rbs (struct task_struct *child, struct switch_stack *sw, in ia64_sync_kernel_rbs()
629 ptrace_attach_sync_user_rbs (struct task_struct *child) in ptrace_attach_sync_user_rbs()
725 convert_to_non_syscall (struct task_struct *child, struct pt_regs *pt, in convert_to_non_syscall()
785 access_nat_bits (struct task_struct *child, struct pt_regs *pt, in access_nat_bits()
824 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_getregs()
968 ptrace_setregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_setregs()
[all …]
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c199 struct child_prog *child; member
543 static int builtin_eval(struct child_prog *child) in builtin_eval()
559 static int builtin_cd(struct child_prog *child) in builtin_cd()
586 static int builtin_exec(struct child_prog *child) in builtin_exec()
596 static int builtin_exit(struct child_prog *child) in builtin_exit()
604 static int builtin_export(struct child_prog *child) in builtin_export()
651 static int builtin_fg_bg(struct child_prog *child) in builtin_fg_bg()
723 static int builtin_jobs(struct child_prog *child) in builtin_jobs()
748 static int builtin_read(struct child_prog *child) in builtin_read()
777 static int builtin_set(struct child_prog *child) in builtin_set()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Ddmxinfo.c50 Window window, int level, int child) in print_window_id()
69 print_info(Display * display, Window window, int level, int child) in print_info()
119 print_tree(Display * display, Window window, int level, int child) in print_tree()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c64 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg()
197 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
272 long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtraits.hpp286 struct child struct
784 struct child struct
792 struct result<This(Expr)>
806 operator ()(Expr &e) const in operator ()()
816 operator ()(Expr const &e) const in operator ()()
1074 child(Expr &e BOOST_PROTO_DISABLE_IF_IS_CONST(Expr)) in child() function
1084 child(Expr const &e) in child() function
1094 child(Expr2 &expr2 BOOST_PROTO_DISABLE_IF_IS_CONST(Expr2)) in child() function
1104 child(Expr2 const &expr2) in child() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dptrace.c57 void ptrace_disable(struct task_struct *child) in ptrace_disable()
68 int ptrace_getregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_getregs()
95 int ptrace_setregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_setregs()
119 int ptrace_get_watch_regs(struct task_struct *child, in ptrace_get_watch_regs()
159 int ptrace_set_watch_regs(struct task_struct *child, in ptrace_set_watch_regs()
343 static void ptrace_setfcr31(struct task_struct *child, u32 value) in ptrace_setfcr31()
353 int ptrace_getfpregs(struct task_struct *child, __u32 __user *data) in ptrace_getfpregs()
376 int ptrace_setfpregs(struct task_struct *child, __u32 __user *data) in ptrace_setfpregs()
1075 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c44 static int check_error_paths(pid_t child) in check_error_paths()
105 int check_direct_path(pid_t child, int shared, int nr) in check_direct_path()
157 pid_t child; in main() local
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dptrace.c62 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
67 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
301 void ptrace_disable(struct task_struct *child) in ptrace_disable()
306 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_expander.c745 struct domain_device *child, in sas_ex_get_linkrate()
783 struct domain_device *child = NULL; in sas_ex_discover_end_dev() local
942 struct domain_device *child = NULL; in sas_ex_discover_expander() local
1020 struct domain_device *child = NULL; in sas_ex_discover_dev() local
1139 struct domain_device *child; in sas_check_level_subtractive_boundary() local
1247 static void sas_print_parent_topology_bug(struct domain_device *child, in sas_print_parent_topology_bug()
1270 static int sas_check_eeds(struct domain_device *child, in sas_check_eeds()
1314 static int sas_check_parent_topology(struct domain_device *child) in sas_check_parent_topology()
1522 struct domain_device *child, in sas_configure_parent()
1865 struct domain_device *child, *n; in sas_unregister_ex_tree() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dsdio.c42 static void wl1271_sdio_set_block_size(struct device *child, in wl1271_sdio_set_block_size()
53 static int __must_check wl12xx_sdio_raw_read(struct device *child, int addr, in wl12xx_sdio_raw_read()
91 static int __must_check wl12xx_sdio_raw_write(struct device *child, int addr, in wl12xx_sdio_raw_write()
171 static int wl12xx_sdio_set_power(struct device *child, bool enable) in wl12xx_sdio_set_power()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dparsing_context.cpp52 expression.eachChild([&](const Expression& child) { in isConstant()
80 ParsingContext child(key + "[" + util::toString(index_) + "]", in parse() local
89 ParsingContext child(key + "[" + util::toString(index_) + "]", in parse() local
/OK3568_Linux_fs/kernel/drivers/of/
H A Dresolver.c43 struct device_node *child; in adjust_overlay_phandles() local
162 struct device_node *child, *overlay_child; in adjust_local_phandle_references() local
265 struct device_node *child, *local_fixups, *refnode; in of_resolve_phandles() local

12345678910>>...30