/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_intf.c | 87 spin_lock_bh(&intf->parent->mda_lock); in bcmasp_set_rx_mode() 122 spin_unlock_bh(&intf->parent->mda_lock); in bcmasp_set_rx_mode() 132 spin_unlock_bh(&intf->parent->mda_lock); in bcmasp_set_rx_mode() 279 kdev = &intf->parent->pdev->dev; in bcmasp_xmit() 440 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_tx_poll() 501 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_rx_poll() 678 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_init_rx() 755 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_reclaim_free_all_rx() 766 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_init_tx() 818 struct device *kdev = &intf->parent in bcmasp_reclaim_free_all_tx() [all...] |
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | dir.c | 40 * But parent configfs_subsystem is NULL when config_item is root. 186 * Allocates a new configfs_dirent and links it to the parent configfs_dirent 219 * name for the same parent. 221 * called with parent inode's i_mutex held 362 int configfs_create_link(struct configfs_dirent *target, struct dentry *parent, in configfs_create_link() argument 367 struct configfs_dirent *p = parent->d_fsdata; in configfs_create_link() 393 struct dentry * parent = dget(d->d_parent); in remove_dir() local 398 simple_rmdir(d_inode(parent),d); in remove_dir() 402 dput(parent); in remove_dir() 657 * We could, perhaps, tweak our parent' 667 struct dentry *child, *parent = parent_group->cg_item.ci_dentry; create_default_group() local 1194 struct config_group *root, *parent; configfs_depend_item_unlocked() local 1727 struct dentry *parent; configfs_register_group() local 1772 struct dentry *parent = group->cg_item.ci_parent->ci_dentry; configfs_unregister_group() local [all...] |
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | msi.c | 650 struct irq_data *parent = irq_data->parent_data; in msi_domain_set_affinity() local 654 ret = parent->chip->irq_set_affinity(parent, mask, force); in msi_domain_set_affinity() 695 if (domain->parent) { in msi_domain_alloc() 811 struct irq_domain *parent) in __msi_create_irq_domain() 830 domain = irq_domain_create_hierarchy(parent, flags | IRQ_DOMAIN_FLAG_MSI, 0, in __msi_create_irq_domain() 843 * @parent: Parent irq domain 849 struct irq_domain *parent) in msi_create_irq_domain() 851 return __msi_create_irq_domain(fwnode, info, 0, parent); in msi_create_irq_domain() 872 * That's trivial for a simple parent 808 __msi_create_irq_domain(struct fwnode_handle *fwnode, struct msi_domain_info *info, unsigned int flags, struct irq_domain *parent) __msi_create_irq_domain() argument 847 msi_create_irq_domain(struct fwnode_handle *fwnode, struct msi_domain_info *info, struct irq_domain *parent) msi_create_irq_domain() argument 885 struct irq_domain *parent = domain->parent; msi_parent_init_dev_msi_info() local 947 struct irq_domain *domain, *parent = dev->msi.domain; msi_create_device_irq_domain() local [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | bfq-cgroup.c | 180 * request in parent group and moved to this group while being added in bfqg_stats_set_start_empty_time() 292 * by allowing to find the parent of a bfq_group or the bfq_group 298 struct blkcg_gq *pblkg = bfqg_to_blkg(bfqg)->parent; in bfqg_parent() 305 struct bfq_entity *group_entity = bfqq->entity.parent; in bfqq_group() 395 * Transfer @bfqg's stats to its parent's aux counts so that the ancestors' 401 struct bfq_group *parent; in bfqg_stats_xfer_dead() local 406 parent = bfqg_parent(bfqg); in bfqg_stats_xfer_dead() 410 if (unlikely(!parent)) in bfqg_stats_xfer_dead() 413 bfqg_stats_add_aux(&parent->stats, &bfqg->stats); in bfqg_stats_xfer_dead() 432 entity->parent in bfq_init_entity() 566 bfq_group_set_parent(struct bfq_group *bfqg, struct bfq_group *parent) bfq_group_set_parent() argument 578 struct bfq_group *parent; bfq_link_bfqg() local [all...] |
/kernel/linux/linux-6.6/drivers/dax/ |
H A D | bus.c | 601 struct dax_region *alloc_dax_region(struct device *parent, int region_id, in alloc_dax_region() argument 609 * parent->driver_data. This WARN is a reminder / safeguard for in alloc_dax_region() 612 if (dev_get_drvdata(parent)) { in alloc_dax_region() 613 dev_WARN(parent, "dax core failed to setup private data\n"); in alloc_dax_region() 625 dev_set_drvdata(parent, dax_region); in alloc_dax_region() 629 dax_region->dev = parent; in alloc_dax_region() 638 if (sysfs_create_groups(&parent->kobj, dax_region_attribute_groups)) { in alloc_dax_region() 643 if (devm_add_action_or_reset(parent, dax_region_unregister, dax_region)) in alloc_dax_region() 652 struct device *parent = dev->parent; in dax_mapping_release() local 1330 struct device *parent = dax_region->dev; devm_create_dev_dax() local [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundle.java | 42 * CLDR string value "∅∅∅" prevents fallback to the parent bundle. 121 ULocale parent = new ULocale(baseLoc); in getFunctionalEquivalent() 137 r = (ICUResourceBundle) UResourceBundle.getBundleInstance(baseName, parent); in getFunctionalEquivalent() 143 if (parent.equals(availableULocales[i])) { in getFunctionalEquivalent() 169 parent = new ULocale(baseLoc); in getFunctionalEquivalent() 170 r = (ICUResourceBundle) UResourceBundle.getBundleInstance(baseName, parent); in getFunctionalEquivalent() 199 parent = new ULocale(baseLoc); in getFunctionalEquivalent() 200 r = (ICUResourceBundle) UResourceBundle.getBundleInstance(baseName, parent); in getFunctionalEquivalent() 431 // only storing parent items in the absence of child items. in getAllItemsWithFallback() 433 // to prevent a parent ite in getAllItemsWithFallback() 1409 setParent(ResourceBundle parent) setParent() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 576 pid_t parent = getppid(); in TEST() local 585 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 663 pid_t parent = getppid(); in TEST_SIGNAL() local 671 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 696 pid_t parent = getppid(); in TEST_SIGNAL() local 706 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 735 pid_t parent = getppid(); in TEST_SIGNAL() local 751 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 842 * If we get here, only the spawned thread died. Let the parent know in kill_thread_or_group() 947 pid_t parent in TEST() local 965 pid_t parent = getppid(); TEST() local 987 pid_t parent = getppid(); TEST() local 1012 pid_t parent = getppid(); TEST() local 1219 pid_t parent, res = 0; TEST_F() local 1245 pid_t parent, res = 0; TEST_F_SIGNAL() local 1274 pid_t parent; TEST_F_SIGNAL() local 1301 pid_t parent; TEST_F_SIGNAL() local 1326 pid_t parent; TEST_F_SIGNAL() local 1351 pid_t parent; TEST_F() local 1373 pid_t parent; TEST_F() local 1395 pid_t parent; TEST_F() local 1416 pid_t parent; TEST_F() local 1437 pid_t mypid, parent; TEST_F() local 1457 pid_t mypid, parent; TEST_F() local 2002 pid_t tracer, mytid, mypid, parent; FIXTURE() local 3134 pid_t parent = getppid(); TEST_SIGNAL() local [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 1023 * Set parent, if necessary. 1027 u32 *parent, int ifindex, bool rtnl_held, in __tcf_qdisc_find() 1047 if (!*parent) { in __tcf_qdisc_find() 1049 *parent = (*q)->handle; in __tcf_qdisc_find() 1051 *q = qdisc_lookup_rcu(dev, TC_H_MAJ(*parent)); in __tcf_qdisc_find() 1101 static int __tcf_qdisc_cl_find(struct Qdisc *q, u32 parent, unsigned long *cl, in __tcf_qdisc_cl_find() argument 1108 if (TC_H_MIN(parent)) { in __tcf_qdisc_cl_find() 1111 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find() 1192 * Set q, parent, cl when appropriate. 1196 u32 *parent, unsigne in tcf_block_find() 1026 __tcf_qdisc_find(struct net *net, struct Qdisc **q, u32 *parent, int ifindex, bool rtnl_held, struct netlink_ext_ack *extack) __tcf_qdisc_find() argument 1195 tcf_block_find(struct net *net, struct Qdisc **q, u32 *parent, unsigned long *cl, int ifindex, u32 block_index, struct netlink_ext_ack *extack) tcf_block_find() argument 1799 tcf_fill_node(struct net *net, struct sk_buff *skb, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, u32 portid, u32 seq, u16 flags, int event, bool terse_dump, bool rtnl_held) tcf_fill_node() argument 1853 tfilter_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, int event, bool unicast, bool rtnl_held) tfilter_notify() argument 1885 tfilter_del_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, bool unicast, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) tfilter_del_notify() argument 1926 tfilter_notify_chain(struct net *net, struct sk_buff *oskb, struct tcf_block *block, struct Qdisc *q, u32 parent, struct nlmsghdr *n, struct tcf_chain *chain, int event, bool rtnl_held) tfilter_notify_chain() argument 1956 u32 parent; tc_new_tfilter() local 2185 u32 parent; tc_del_tfilter() local 2345 u32 parent; tc_get_tfilter() local 2464 u32 parent; global() member 2479 tcf_chain_dump(struct tcf_chain *chain, struct Qdisc *q, u32 parent, struct sk_buff *skb, struct netlink_callback *cb, long index_start, long *p_index, bool terse) tcf_chain_dump() argument 2556 u32 parent; tc_dump_tfilter() local 2810 u32 parent; tc_ctl_chain() local 2950 u32 parent; tc_dump_chain() local [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | topology.c | 69 if ((meta_flags & SDF_SHARED_PARENT) && sd->parent && !(sd->parent->flags & flag)) { in sched_domain_debug_one() 70 printk(KERN_ERR "ERROR: flag %s set here but not in parent\n", sd_flag_debug[idx].name); in sched_domain_debug_one() 124 if (sd->parent && !cpumask_subset(groupmask, sched_domain_span(sd->parent))) { in sched_domain_debug_one() 125 printk(KERN_ERR "ERROR: parent span is not a superset of domain->span\n"); in sched_domain_debug_one() 150 sd = sd->parent; in sched_domain_debug() 194 static int sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate() argument 196 unsigned long cflags = sd->flags, pflags = parent->flags; in sd_parent_degenerate() 198 if (sd_degenerate(parent)) { in sd_parent_degenerate() 647 struct sched_domain *parent = sd->parent; destroy_sched_domains_rcu() local 719 struct sched_domain *parent = tmp->parent; cpu_attach_domain() local [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 94 /* release the blkcg and parent blkg refs this blkg has been holding */ in __blkg_release() 96 if (blkg->parent) in __blkg_release() 97 blkg_put(blkg->parent); in __blkg_release() 263 /* link parent */ in blkg_create() 265 blkg->parent = __blkg_lookup(blkcg_parent(blkcg), q, false); in blkg_create() 266 if (WARN_ON_ONCE(!blkg->parent)) { in blkg_create() 270 blkg_get(blkg->parent); in blkg_create() 319 * that all non-root blkg's have access to the parent blkg. This function 349 struct blkcg *parent = blkcg_parent(blkcg); in blkg_lookup_create() local 352 while (parent) { in blkg_lookup_create() 649 struct blkcg *parent; __acquires() local 783 struct blkcg_gq *parent = blkg->parent; blkcg_rstat_flush() local 1148 struct blkcg *parent = blkcg_parent(blkcg); blkcg_css_online() local [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | qconf.cc | 243 QWidget *ConfigItemDelegate::createEditor(QWidget *parent, in createEditor() argument 258 return QStyledItemDelegate::createEditor(parent, option, index); in createEditor() 271 // If this is not a QLineEdit, use the parent's default. in setModelData() 274 goto parent; in setModelData() 278 goto parent; in setModelData() 282 goto parent; in setModelData() 294 parent: in setModelData() 298 ConfigList::ConfigList(QWidget *parent, const char *name) in ConfigList() argument 299 : QTreeWidget(parent), in ConfigList() 436 (mode == symbolMode && rootEntry->parent ! in updateList() 592 updateMenuList(ConfigItem *parent, struct menu* menu) updateMenuList() argument 929 ConfigInfoView(QWidget* parent, const char *name) ConfigInfoView() argument 1219 ConfigSearchWindow(ConfigMainWindow *parent) ConfigSearchWindow() argument 1587 struct menu *parent; setMenuLink() local [all...] |
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | topology.c | 63 if ((meta_flags & SDF_SHARED_PARENT) && sd->parent && in sched_domain_debug_one() 64 !(sd->parent->flags & flag)) in sched_domain_debug_one() 65 printk(KERN_ERR "ERROR: flag %s set here but not in parent\n", in sched_domain_debug_one() 124 if (sd->parent && in sched_domain_debug_one() 125 !cpumask_subset(groupmask, sched_domain_span(sd->parent))) in sched_domain_debug_one() 126 printk(KERN_ERR "ERROR: parent span is not a superset of domain->span\n"); in sched_domain_debug_one() 148 sd = sd->parent; in sched_domain_debug() 188 sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate() argument 190 unsigned long cflags = sd->flags, pflags = parent->flags; in sd_parent_degenerate() 192 if (sd_degenerate(parent)) in sd_parent_degenerate() 613 struct sched_domain *parent = sd->parent; destroy_sched_domains_rcu() local 685 struct sched_domain *parent = tmp->parent; cpu_attach_domain() local [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | qconf.cc | 246 QWidget *ConfigItemDelegate::createEditor(QWidget *parent, in createEditor() argument 261 return QStyledItemDelegate::createEditor(parent, option, index); in createEditor() 274 // If this is not a QLineEdit, use the parent's default. in setModelData() 277 goto parent; in setModelData() 281 goto parent; in setModelData() 285 goto parent; in setModelData() 297 parent: in setModelData() 301 ConfigList::ConfigList(QWidget *parent, const char *name) in ConfigList() argument 302 : QTreeWidget(parent), in ConfigList() 440 (mode == symbolMode && rootEntry->parent ! in updateList() 596 updateMenuList(ConfigItem *parent, struct menu* menu) updateMenuList() argument 933 ConfigInfoView(QWidget* parent, const char *name) ConfigInfoView() argument 1226 ConfigSearchWindow(ConfigMainWindow *parent) ConfigSearchWindow() argument 1610 struct menu *parent; setMenuLink() local [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7770.c | 31 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 41 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc() 51 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
H A D | clock-sh3.c | 43 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 55 return clk->parent->rate / stc_multipliers[idx]; in bus_clk_recalc() 67 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7705.c | 42 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 52 return clk->parent->rate / stc_multipliers[idx]; in bus_clk_recalc() 62 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7709.c | 39 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 52 return clk->parent->rate * stc_multipliers[idx]; in bus_clk_recalc() 64 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7706.c | 39 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 51 return clk->parent->rate / stc_multipliers[idx]; in bus_clk_recalc() 63 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7710.c | 36 return clk->parent->rate / md_table[idx]; in module_clk_recalc() 46 return clk->parent->rate / md_table[idx]; in bus_clk_recalc() 56 return clk->parent->rate / md_table[idx]; in cpu_clk_recalc()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/ |
H A D | clock-cpg.c | 15 .parent = &master_clk, 20 .parent = &master_clk, 25 .parent = &master_clk,
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
H A D | clock-sh7201.c | 37 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 47 return clk->parent->rate / pfc_divisors[idx]; in bus_clk_recalc() 57 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7206.c | 36 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 45 return clk->parent->rate / pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007]; in bus_clk_recalc() 55 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
H A D | clock-sh4.c | 38 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 48 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc() 58 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
/kernel/linux/linux-5.10/drivers/char/tpm/eventlog/ |
H A D | of.c | 30 if (chip->dev.parent && chip->dev.parent->of_node) in tpm_read_log_of() 31 np = chip->dev.parent->of_node; in tpm_read_log_of()
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
H A D | clock-sh4.c | 38 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 48 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc() 58 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|