/kernel/linux/linux-6.6/fs/sysfs/ |
H A D | group.c | 20 static void remove_files(struct kernfs_node *parent, in remove_files() argument 28 kernfs_remove_by_name(parent, (*attr)->name); in remove_files() 31 kernfs_remove_by_name(parent, (*bin_attr)->attr.name); in remove_files() 34 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files() argument 52 kernfs_remove_by_name(parent, (*attr)->name); in create_files() 64 error = sysfs_add_file_mode_ns(parent, *attr, mode, uid, in create_files() 70 remove_files(parent, grp); in create_files() 80 kernfs_remove_by_name(parent, in create_files() 93 error = sysfs_add_bin_file_mode_ns(parent, *bin_attr, in create_files() 100 remove_files(parent, gr in create_files() 276 struct kernfs_node *parent = kobj->sd; sysfs_remove_group() local 332 struct kernfs_node *parent; sysfs_merge_group() local 366 struct kernfs_node *parent; sysfs_unmerge_group() local 388 struct kernfs_node *parent; sysfs_add_link_to_group() local 411 struct kernfs_node *parent; sysfs_remove_link_from_group() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | test_cpu.c | 40 char *parent = NULL, *child = NULL, *parent2 = NULL, *child2 = NULL; in test_cpucg_subtree_control() local 44 parent = cg_name(root, "cpucg_test_0"); in test_cpucg_subtree_control() 45 if (!parent) in test_cpucg_subtree_control() 48 if (cg_create(parent)) in test_cpucg_subtree_control() 51 if (cg_write(parent, "cgroup.subtree_control", "+cpu")) in test_cpucg_subtree_control() 54 child = cg_name(parent, "cpucg_test_child"); in test_cpucg_subtree_control() 89 cg_destroy(parent); in test_cpucg_subtree_control() 90 free(parent); in test_cpucg_subtree_control() 239 char *parent = NULL; in run_cpucg_weight_test() local 242 parent in run_cpucg_weight_test() 410 char *parent = NULL, *child = NULL; run_cpucg_nested_weight_test() local 630 char *parent, *child; test_cpucg_max_nested() local [all...] |
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | rbtree.py | 46 parent = gdb.Value(node['__rb_parent_color'] & ~3) 47 return parent.cast(rb_node_type.get_type().pointer()) 69 parent = rb_parent(node) 70 while parent and node == parent['rb_right']: 71 node = parent 72 parent = rb_parent(node) 74 return parent 92 parent = rb_parent(node) 93 while parent an [all...] |
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | rbtree.py | 46 parent = gdb.Value(node['__rb_parent_color'] & ~3) 47 return parent.cast(rb_node_type.get_type().pointer()) 69 parent = rb_parent(node) 70 while parent and node == parent['rb_right']: 71 node = parent 72 parent = rb_parent(node) 74 return parent 92 parent = rb_parent(node) 93 while parent an [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_longnames.h | 40 const MicroPropsGenerator *parent, UErrorCode &status); 57 * @param parent Does not take ownership. 65 const MicroPropsGenerator *parent, 84 const MicroPropsGenerator *parent; member in number::impl::LongNameHandler 89 LongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in LongNameHandler() argument 90 : rules(rules), parent(parent) { in LongNameHandler() 93 LongNameHandler() : rules(nullptr), parent(nullptr) { in LongNameHandler() 153 * @param parent Does not take ownership. 161 const MicroPropsGenerator *parent, 183 const MicroPropsGenerator *parent; global() member in number::impl::MixedUnitLongNameHandler 201 MixedUnitLongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) MixedUnitLongNameHandler() argument 262 LongNameMultiplexer(const MicroPropsGenerator *parent) LongNameMultiplexer() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_longnames.h | 40 const MicroPropsGenerator *parent, UErrorCode &status); 57 * @param parent Does not take ownership. 65 const MicroPropsGenerator *parent, 84 const MicroPropsGenerator *parent; member in number::impl::LongNameHandler 89 LongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in LongNameHandler() argument 90 : rules(rules), parent(parent) { in LongNameHandler() 93 LongNameHandler() : rules(nullptr), parent(nullptr) { in LongNameHandler() 153 * @param parent Does not take ownership. 161 const MicroPropsGenerator *parent, 183 const MicroPropsGenerator *parent; global() member in number::impl::MixedUnitLongNameHandler 201 MixedUnitLongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) MixedUnitLongNameHandler() argument 262 LongNameMultiplexer(const MicroPropsGenerator *parent) LongNameMultiplexer() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_longnames.h | 40 const MicroPropsGenerator *parent, UErrorCode &status); 57 * @param parent Does not take ownership. 65 const MicroPropsGenerator *parent, 84 const MicroPropsGenerator *parent; member in number::impl::LongNameHandler 89 LongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in LongNameHandler() argument 90 : rules(rules), parent(parent) { in LongNameHandler() 93 LongNameHandler() : rules(nullptr), parent(nullptr) { in LongNameHandler() 153 * @param parent Does not take ownership. 161 const MicroPropsGenerator *parent, 183 const MicroPropsGenerator *parent; global() member in number::impl::MixedUnitLongNameHandler 201 MixedUnitLongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) MixedUnitLongNameHandler() argument 262 LongNameMultiplexer(const MicroPropsGenerator *parent) LongNameMultiplexer() argument [all...] |
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil.c | 69 test_ast_node->parent = test_db->ast->root; in test_cil_get_symtab_block() 70 test_ast_node->parent->flavor = CIL_BLOCK; in test_cil_get_symtab_block() 73 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_block() 87 test_ast_node->parent = test_db->ast->root; in test_cil_get_symtab_class() 88 test_ast_node->parent->flavor = CIL_CLASS; in test_cil_get_symtab_class() 91 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_class() 105 test_ast_node->parent = test_db->ast->root; in test_cil_get_symtab_root() 106 test_ast_node->parent->flavor = CIL_ROOT; in test_cil_get_symtab_root() 109 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_root() 123 test_ast_node->parent in test_cil_get_symtab_flavor_neg() [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | export.c | 135 struct dentry *parent; in ocfs2_get_parent() local 145 parent = ERR_PTR(status); in ocfs2_get_parent() 153 parent = ERR_PTR(status); in ocfs2_get_parent() 159 parent = ERR_PTR(-ENOENT); in ocfs2_get_parent() 169 parent = ERR_PTR(status); in ocfs2_get_parent() 176 parent = ERR_PTR(status); in ocfs2_get_parent() 180 parent = d_obtain_alias(ocfs2_iget(OCFS2_SB(dir->i_sb), blkno, 0, 0)); in ocfs2_get_parent() 189 trace_ocfs2_get_parent_end(parent); in ocfs2_get_parent() 191 return parent; in ocfs2_get_parent() 195 struct inode *parent) in ocfs2_encode_fh() 194 ocfs2_encode_fh(struct inode *inode, u32 *fh_in, int *max_len, struct inode *parent) ocfs2_encode_fh() argument 269 struct ocfs2_inode_handle parent; ocfs2_fh_to_parent() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | export.c | 133 struct dentry *parent; in ocfs2_get_parent() local 143 parent = ERR_PTR(status); in ocfs2_get_parent() 151 parent = ERR_PTR(status); in ocfs2_get_parent() 157 parent = ERR_PTR(-ENOENT); in ocfs2_get_parent() 167 parent = ERR_PTR(status); in ocfs2_get_parent() 174 parent = ERR_PTR(status); in ocfs2_get_parent() 178 parent = d_obtain_alias(ocfs2_iget(OCFS2_SB(dir->i_sb), blkno, 0, 0)); in ocfs2_get_parent() 187 trace_ocfs2_get_parent_end(parent); in ocfs2_get_parent() 189 return parent; in ocfs2_get_parent() 193 struct inode *parent) in ocfs2_encode_fh() 192 ocfs2_encode_fh(struct inode *inode, u32 *fh_in, int *max_len, struct inode *parent) ocfs2_encode_fh() argument 267 struct ocfs2_inode_handle parent; ocfs2_fh_to_parent() local [all...] |
/kernel/linux/linux-5.10/fs/proc/ |
H A D | generic.c | 94 struct rb_node **new = &root->rb_node, *parent = NULL; in pde_subdir_insert() local 103 parent = *new; in pde_subdir_insert() 113 rb_link_node(&de->subdir_node, parent, new); in pde_subdir_insert() 379 dp->parent = dir; in proc_register() 397 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create() argument 406 if (xlate_proc_name(name, parent, &fn) != 0) in __proc_create() 422 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create() 426 if (is_empty_pde(*parent)) { in __proc_create() 453 proc_set_user(ent, (*parent)->uid, (*parent) in __proc_create() 464 proc_symlink(const char *name, struct proc_dir_entry *parent, const char *dest) proc_symlink() argument 487 _proc_mkdir(const char *name, umode_t mode, struct proc_dir_entry *parent, void *data, bool force_lookup) _proc_mkdir() argument 509 proc_mkdir_data(const char *name, umode_t mode, struct proc_dir_entry *parent, void *data) proc_mkdir_data() argument 516 proc_mkdir_mode(const char *name, umode_t mode, struct proc_dir_entry *parent) proc_mkdir_mode() argument 523 proc_mkdir(const char *name, struct proc_dir_entry *parent) proc_mkdir() argument 533 struct proc_dir_entry *ent, *parent = NULL; proc_create_mount_point() local 546 proc_create_reg(const char *name, umode_t mode, struct proc_dir_entry **parent, void *data) proc_create_reg() argument 572 proc_create_data(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct proc_ops *proc_ops, void *data) proc_create_data() argument 587 proc_create(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct proc_ops *proc_ops) proc_create() argument 621 proc_create_seq_private(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct seq_operations *ops, unsigned int state_size, void *data) proc_create_seq_private() argument 652 proc_create_single_data(const char *name, umode_t mode, struct proc_dir_entry *parent, int (*show)(struct seq_file *, void *), void *data) proc_create_single_data() argument 691 remove_proc_entry(const char *name, struct proc_dir_entry *parent) remove_proc_entry() argument 730 remove_proc_subtree(const char *name, struct proc_dir_entry *parent) remove_proc_subtree() argument [all...] |
/kernel/linux/linux-6.6/fs/proc/ |
H A D | generic.c | 94 struct rb_node **new = &root->rb_node, *parent = NULL; in pde_subdir_insert() local 103 parent = *new; in pde_subdir_insert() 113 rb_link_node(&de->subdir_node, parent, new); in pde_subdir_insert() 373 dp->parent = dir; in proc_register() 391 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create() argument 400 if (xlate_proc_name(name, parent, &fn) != 0) in __proc_create() 416 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create() 420 if (is_empty_pde(*parent)) { in __proc_create() 447 proc_set_user(ent, (*parent)->uid, (*parent) in __proc_create() 458 proc_symlink(const char *name, struct proc_dir_entry *parent, const char *dest) proc_symlink() argument 481 _proc_mkdir(const char *name, umode_t mode, struct proc_dir_entry *parent, void *data, bool force_lookup) _proc_mkdir() argument 503 proc_mkdir_data(const char *name, umode_t mode, struct proc_dir_entry *parent, void *data) proc_mkdir_data() argument 510 proc_mkdir_mode(const char *name, umode_t mode, struct proc_dir_entry *parent) proc_mkdir_mode() argument 517 proc_mkdir(const char *name, struct proc_dir_entry *parent) proc_mkdir() argument 527 struct proc_dir_entry *ent, *parent = NULL; proc_create_mount_point() local 540 proc_create_reg(const char *name, umode_t mode, struct proc_dir_entry **parent, void *data) proc_create_reg() argument 566 proc_create_data(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct proc_ops *proc_ops, void *data) proc_create_data() argument 581 proc_create(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct proc_ops *proc_ops) proc_create() argument 615 proc_create_seq_private(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct seq_operations *ops, unsigned int state_size, void *data) proc_create_seq_private() argument 646 proc_create_single_data(const char *name, umode_t mode, struct proc_dir_entry *parent, int (*show)(struct seq_file *, void *), void *data) proc_create_single_data() argument 685 remove_proc_entry(const char *name, struct proc_dir_entry *parent) remove_proc_entry() argument 724 remove_proc_subtree(const char *name, struct proc_dir_entry *parent) remove_proc_subtree() argument [all...] |
/kernel/linux/linux-6.6/drivers/base/ |
H A D | swnode.c | 26 struct swnode *parent; member 422 struct fwnode_handle *parent; in software_node_get_name_prefix() local 425 parent = fwnode_get_parent(fwnode); in software_node_get_name_prefix() 426 if (!parent) in software_node_get_name_prefix() 430 while (is_software_node(parent)) in software_node_get_name_prefix() 431 parent = fwnode_get_next_parent(parent); in software_node_get_name_prefix() 433 prefix = fwnode_get_name_prefix(parent); in software_node_get_name_prefix() 434 fwnode_handle_put(parent); in software_node_get_name_prefix() 445 if (!swnode || !swnode->parent) in software_node_get_parent() 557 swnode_graph_find_next_port(const struct fwnode_handle *parent, struct fwnode_handle *port) swnode_graph_find_next_port() argument 581 struct fwnode_handle *parent; software_node_graph_get_next_endpoint() local 696 software_node_find_by_name(const struct software_node *parent, const char *name) software_node_find_by_name() argument 772 swnode_register(const struct software_node *node, struct swnode *parent, unsigned int allocated) swnode_register() argument 890 struct swnode *parent = software_node_to_swnode(node->parent); software_node_register() local 917 fwnode_create_software_node(const struct property_entry *properties, const struct fwnode_handle *parent) fwnode_create_software_node() argument 1038 device_create_managed_software_node(struct device *dev, const struct property_entry *properties, const struct software_node *parent) device_create_managed_software_node() argument [all...] |
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | policy_ns.c | 31 * @curr: namespace to treat as the parent (NOT NULL) 45 for ( ; view; view = view->parent) { in aa_ns_visible() 46 if (view->parent == curr) in aa_ns_visible() 82 * @prefix: parent namespace name (MAYBE NULL) 144 aa_put_ns(ns->parent); in aa_free_ns() 242 static struct aa_ns *__aa_create_ns(struct aa_ns *parent, const char *name, in __aa_create_ns() argument 248 AA_BUG(!parent); in __aa_create_ns() 250 AA_BUG(!mutex_is_locked(&parent->lock)); in __aa_create_ns() 252 ns = alloc_ns(parent->base.hname, name); in __aa_create_ns() 255 ns->level = parent in __aa_create_ns() 282 __aa_find_or_create_ns(struct aa_ns *parent, const char *name, struct dentry *dir) __aa_find_or_create_ns() argument 308 aa_prepare_ns(struct aa_ns *parent, const char *name) aa_prepare_ns() argument [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | policy_ns.c | 34 * @curr: namespace to treat as the parent (NOT NULL) 48 for ( ; view; view = view->parent) { in aa_ns_visible() 49 if (view->parent == curr) in aa_ns_visible() 100 * @prefix: parent namespace name (MAYBE NULL) 155 aa_put_ns(ns->parent); in aa_free_ns() 253 static struct aa_ns *__aa_create_ns(struct aa_ns *parent, const char *name, in __aa_create_ns() argument 259 AA_BUG(!parent); in __aa_create_ns() 261 AA_BUG(!mutex_is_locked(&parent->lock)); in __aa_create_ns() 263 ns = alloc_ns(parent->base.hname, name); in __aa_create_ns() 266 ns->level = parent in __aa_create_ns() 293 __aa_find_or_create_ns(struct aa_ns *parent, const char *name, struct dentry *dir) __aa_find_or_create_ns() argument 319 aa_prepare_ns(struct aa_ns *parent, const char *name) aa_prepare_ns() argument [all...] |
/third_party/alsa-utils/topology/ |
H A D | pre-process-dapm.c | 27 snd_config_t *parent, bool skip_name) in tplg_build_base_object() 32 /* find parent section config */ in tplg_build_base_object() 33 top = tplg_object_get_section(tplg_pp, parent); in tplg_build_base_object() 37 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_build_base_object() 39 /* get parent name */ in tplg_build_base_object() 44 /* find parent config with name */ in tplg_build_base_object() 47 SNDERR("Cannot find parent config %s\n", parent_name); in tplg_build_base_object() 51 /* build config from template and add to parent */ in tplg_build_base_object() 56 snd_config_t *parent) in tplg_build_scale_object() 58 return tplg_build_base_object(tplg_pp, obj_cfg, parent, tru in tplg_build_scale_object() 26 tplg_build_base_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent, bool skip_name) tplg_build_base_object() argument 55 tplg_build_scale_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent) tplg_build_scale_object() argument 61 tplg_build_ops_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent) tplg_build_ops_object() argument 67 tplg_build_channel_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent) tplg_build_channel_object() argument 73 tplg_build_text_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent) tplg_build_text_object() argument 93 tplg_build_tlv_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent) tplg_build_tlv_object() argument 113 tplg_build_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent, char *type) tplg_build_control() argument 142 tplg_build_mixer_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent) tplg_build_mixer_control() argument 148 tplg_build_bytes_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent) tplg_build_bytes_control() argument 154 tplg_build_enum_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent) tplg_build_enum_control() argument 290 tplg_build_dapm_route_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, snd_config_t *parent) tplg_build_dapm_route_object() argument [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 63 struct clk_core *parent; member 249 * context. If the parent isn't enabled already, we can't do in clk_core_is_enabled() 252 if ((core->flags & CLK_OPS_PARENT_ENABLE) && core->parent) in clk_core_is_enabled() 253 if (!clk_core_is_enabled(core->parent)) { in clk_core_is_enabled() 294 return hw->core->parent ? hw->core->parent->hw : NULL; in clk_hw_get_parent() 361 * clk_core_get - Find the clk_core parent of a clk 362 * @core: clk to find parent of 363 * @p_index: parent index to search for 365 * This is the preferred method for clk providers to find the parent o 430 struct clk_core *parent; clk_core_fill_parent_index() local 468 struct clk_core *parent; clk_hw_get_parent_by_index() local 560 clk_core_has_parent(struct clk_core *core, const struct clk_core *parent) clk_core_has_parent() argument 582 clk_core_forward_rate_req(struct clk_core *core, const struct clk_rate_request *old_req, struct clk_core *parent, struct clk_rate_request *req, unsigned long parent_rate) clk_core_forward_rate_req() argument 605 struct clk_core *parent = core->parent; clk_core_determine_rate_no_reparent() local 645 struct clk_core *core = hw->core, *parent, *best_parent = NULL; clk_mux_determine_rate_flags() local 1517 struct clk_core *parent; clk_core_init_rate_req() local 1573 clk_hw_forward_rate_request(const struct clk_hw *hw, const struct clk_rate_request *old_req, const struct clk_hw *parent, struct clk_rate_request *req, unsigned long parent_rate) clk_hw_forward_rate_request() argument 1909 clk_fetch_parent_index(struct clk_core *core, struct clk_core *parent) clk_fetch_parent_index() argument 1961 struct clk_hw *parent = clk_hw_get_parent(hw); clk_hw_get_parent_index() local 2009 __clk_set_parent_before(struct clk_core *core, struct clk_core *parent) __clk_set_parent_before() argument 2055 __clk_set_parent_after(struct clk_core *core, struct clk_core *parent, struct clk_core *old_parent) __clk_set_parent_after() argument 2075 __clk_set_parent(struct clk_core *core, struct clk_core *parent, u8 p_index) __clk_set_parent() argument 2179 struct clk_core *old_parent, *parent; clk_calc_new_rates() local 2308 struct clk_core *parent = NULL; clk_change_rate() local 2700 struct clk *parent; clk_get_parent() local 2750 clk_has_parent(const struct clk *clk, const struct clk *parent) clk_has_parent() argument 2760 clk_core_set_parent_nolock(struct clk_core *core, struct clk_core *parent) clk_core_set_parent_nolock() argument 2825 clk_hw_set_parent(struct clk_hw *hw, struct clk_hw *parent) clk_hw_set_parent() argument 2848 clk_set_parent(struct clk *clk, struct clk *parent) clk_set_parent() argument 3421 struct clk_core *parent; possible_parent_show() local 3486 struct clk_core *parent; current_parent_write() local 3702 struct clk_core *parent = __clk_init_parent(orphan); clk_core_reparent_orphans_nolock() local 3743 struct clk_core *parent; __clk_core_init() local 4083 struct clk_parent_map *parents, *parent; clk_core_populate_parent_map() local 5384 struct clock_provider *parent; of_clk_init() local [all...] |
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | zpa2326.c | 138 dev_err(idev->dev.parent, fmt "\n", ##__VA_ARGS__) 141 dev_warn(idev->dev.parent, fmt "\n", ##__VA_ARGS__) 144 dev_dbg(idev->dev.parent, fmt "\n", ##__VA_ARGS__) 421 dev_err(indio_dev->dev.parent, in zpa2326_config_oneshot() 626 static int zpa2326_runtime_suspend(struct device *parent) in zpa2326_runtime_suspend() argument 628 const struct iio_dev *indio_dev = dev_get_drvdata(parent); in zpa2326_runtime_suspend() 630 if (pm_runtime_autosuspend_expiration(parent)) in zpa2326_runtime_suspend() 639 static int zpa2326_runtime_resume(struct device *parent) in zpa2326_runtime_resume() argument 641 const struct iio_dev *indio_dev = dev_get_drvdata(parent); in zpa2326_runtime_resume() 667 err = pm_runtime_get_sync(indio_dev->dev.parent); in zpa2326_resume() 696 struct device *parent = indio_dev->dev.parent; zpa2326_suspend() local 704 zpa2326_init_runtime(struct device *parent) zpa2326_init_runtime() argument 715 zpa2326_fini_runtime(struct device *parent) zpa2326_fini_runtime() argument 891 zpa2326_init_managed_irq(struct device *parent, struct iio_dev *indio_dev, struct zpa2326_private *private, int irq) zpa2326_init_managed_irq() argument 1399 zpa2326_init_managed_trigger(struct device *parent, struct iio_dev *indio_dev, struct zpa2326_private *private, int irq) zpa2326_init_managed_trigger() argument 1607 zpa2326_probe(struct device *parent, const char *name, int irq, unsigned int hwid, struct regmap *regmap) zpa2326_probe() argument 1703 zpa2326_remove(const struct device *parent) zpa2326_remove() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_rbtree.c | 65 const struct rb_node *parent; in __nft_rbtree_lookup() local 68 parent = rcu_dereference_raw(priv->root.rb_node); in __nft_rbtree_lookup() 69 while (parent != NULL) { in __nft_rbtree_lookup() 73 rbe = rb_entry(parent, struct nft_rbtree_elem, node); in __nft_rbtree_lookup() 77 parent = rcu_dereference_raw(parent->rb_left); in __nft_rbtree_lookup() 85 parent = rcu_dereference_raw(parent->rb_right); in __nft_rbtree_lookup() 88 parent = rcu_dereference_raw(parent in __nft_rbtree_lookup() 144 const struct rb_node *parent; __nft_rbtree_get() local 315 struct rb_node *node, *next, *parent, **p, *first = NULL; __nft_rbtree_insert() local 550 const struct rb_node *parent = priv->root.rb_node; nft_rbtree_deactivate() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_rbtree.c | 62 const struct rb_node *parent; in __nft_rbtree_lookup() local 65 parent = rcu_dereference_raw(priv->root.rb_node); in __nft_rbtree_lookup() 66 while (parent != NULL) { in __nft_rbtree_lookup() 70 rbe = rb_entry(parent, struct nft_rbtree_elem, node); in __nft_rbtree_lookup() 74 parent = rcu_dereference_raw(parent->rb_left); in __nft_rbtree_lookup() 82 parent = rcu_dereference_raw(parent->rb_right); in __nft_rbtree_lookup() 85 parent = rcu_dereference_raw(parent in __nft_rbtree_lookup() 142 const struct rb_node *parent; __nft_rbtree_get() local 313 struct rb_node *node, *next, *parent, **p, *first = NULL; __nft_rbtree_insert() local 548 const struct rb_node *parent = priv->root.rb_node; nft_rbtree_deactivate() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | led-class-multicolor.h | 37 * @parent: the multicolor LED to register 43 int led_classdev_multicolor_register_ext(struct device *parent, 61 int devm_led_classdev_multicolor_register_ext(struct device *parent, 65 void devm_led_classdev_multicolor_unregister(struct device *parent, 69 static inline int led_classdev_multicolor_register_ext(struct device *parent, in led_classdev_multicolor_register_ext() argument 83 static inline int devm_led_classdev_multicolor_register_ext(struct device *parent, in devm_led_classdev_multicolor_register_ext() argument 90 static inline void devm_led_classdev_multicolor_unregister(struct device *parent, in devm_led_classdev_multicolor_unregister() argument 96 static inline int led_classdev_multicolor_register(struct device *parent, in led_classdev_multicolor_register() argument 99 return led_classdev_multicolor_register_ext(parent, mcled_cdev, NULL); in led_classdev_multicolor_register() 102 static inline int devm_led_classdev_multicolor_register(struct device *parent, in devm_led_classdev_multicolor_register() argument [all...] |
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | brec.c | 137 * update parent key if we inserted a key in hfs_brec_insert() 147 if (!new_node->parent) { in hfs_brec_insert() 149 new_node->parent = tree->root; in hfs_brec_insert() 151 fd->bnode = hfs_bnode_find(tree, new_node->parent); in hfs_brec_insert() 180 struct hfs_bnode *node, *parent; in hfs_brec_remove() local 198 if (!node->parent) in hfs_brec_remove() 200 parent = hfs_bnode_find(tree, node->parent); in hfs_brec_remove() 201 if (IS_ERR(parent)) in hfs_brec_remove() 202 return PTR_ERR(parent); in hfs_brec_remove() 355 struct hfs_bnode *node, *new_node, *parent; hfs_brec_update_parent() local [all...] |
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | brec.c | 137 * update parent key if we inserted a key in hfs_brec_insert() 147 if (!new_node->parent) { in hfs_brec_insert() 149 new_node->parent = tree->root; in hfs_brec_insert() 151 fd->bnode = hfs_bnode_find(tree, new_node->parent); in hfs_brec_insert() 180 struct hfs_bnode *node, *parent; in hfs_brec_remove() local 198 if (!node->parent) in hfs_brec_remove() 200 parent = hfs_bnode_find(tree, node->parent); in hfs_brec_remove() 201 if (IS_ERR(parent)) in hfs_brec_remove() 202 return PTR_ERR(parent); in hfs_brec_remove() 355 struct hfs_bnode *node, *new_node, *parent; hfs_brec_update_parent() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | letConstMatchingParameterNames.js | 2 let parent = true; 8 let parent = 1; 11 function b(parent: string, parent2: number) { 12 use(parent); 19 var parent = true;
variable 22 var parent = 1;
24 function b(parent, parent2) {
25 use(parent);
|
/third_party/musl/src/thread/ |
H A D | pthread_atfork.c | 13 void (*parent)(void); member 34 if (gwpfuncs && !who && gwpfuncs->parent) gwpfuncs->parent(); in __fork_handler() 37 if (!who && p->parent) p->parent(); in __fork_handler() 45 int pthread_atfork_for_gwpasan(void (*prepare)(void), void (*parent)(void), void (*child)(void)) in pthread_atfork_for_gwpasan() argument 52 new->parent = parent; in pthread_atfork_for_gwpasan() 59 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) in pthread_atfork() argument 68 new->parent in pthread_atfork() [all...] |