Home
last modified time | relevance | path

Searched refs:parent (Results 1601 - 1625 of 11872) sorted by relevance

1...<<61626364656667686970>>...475

/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c91 if (dir->header.parent) in sysctl_print_dir()
92 sysctl_print_dir(dir->header.parent); in sysctl_print_dir()
146 struct rb_node **p = &head->parent->root.rb_node; in insert_entry()
147 struct rb_node *parent = NULL; in insert_entry() local
158 parent = *p; in insert_entry()
159 parent_node = rb_entry(parent, struct ctl_node, node); in insert_entry()
171 sysctl_print_dir(head->parent); in insert_entry()
177 rb_link_node(node, parent, p); in insert_entry()
178 rb_insert_color(node, &head->parent->root); in insert_entry()
186 rb_erase(node, &head->parent in erase_entry()
1036 struct ctl_dir *parent; xlate_dir() local
1637 struct ctl_dir *parent = header->parent; put_links() local
1669 struct ctl_dir *parent = header->parent; drop_sysctl_table() local
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dstash.c154 static struct dentry *hmdfs_do_vfs_mkdir(struct dentry *parent, in hmdfs_do_vfs_mkdir() argument
158 struct inode *dir = d_inode(parent); in hmdfs_do_vfs_mkdir()
164 child = lookup_one_len(name, parent, namelen); in hmdfs_do_vfs_mkdir()
189 struct dentry *hmdfs_stash_new_work_dir(struct dentry *parent) in hmdfs_stash_new_work_dir() argument
194 base = hmdfs_do_vfs_mkdir(parent, HMDFS_STASH_DIR_NAME, in hmdfs_stash_new_work_dir()
208 struct dentry *parent = NULL; in hmdfs_new_stash_file() local
213 parent = hmdfs_do_vfs_mkdir(d_path->dentry, cid, strlen(cid), 0700); in hmdfs_new_stash_file()
214 if (IS_ERR(parent)) { in hmdfs_new_stash_file()
215 err = PTR_ERR(parent); in hmdfs_new_stash_file()
221 stash.dentry = parent; in hmdfs_new_stash_file()
459 struct dentry *parent = NULL; hmdfs_enable_stash_file() local
934 struct dentry *parent = d_path->dentry; hmdfs_open_stash_dir() local
1052 hmdfs_del_stash_file(struct dentry *parent, struct dentry *child) hmdfs_del_stash_file() argument
1568 struct dentry *parent = NULL; hmdfs_open_stash_file() local
2023 struct path parent; hmdfs_init_stash() local
[all...]
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c97 if (dir->header.parent) in sysctl_print_dir()
98 sysctl_print_dir(dir->header.parent); in sysctl_print_dir()
147 struct rb_node **p = &head->parent->root.rb_node; in insert_entry()
148 struct rb_node *parent = NULL; in insert_entry() local
159 parent = *p; in insert_entry()
160 parent_node = rb_entry(parent, struct ctl_node, node); in insert_entry()
172 sysctl_print_dir(head->parent); in insert_entry()
178 rb_link_node(node, parent, p); in insert_entry()
179 rb_insert_color(node, &head->parent->root); in insert_entry()
187 rb_erase(node, &head->parent in erase_entry()
1048 struct ctl_dir *parent; xlate_dir() local
1470 struct ctl_dir *parent = header->parent; put_links() local
1502 struct ctl_dir *parent = header->parent; drop_sysctl_table() local
[all...]
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H A Ddebugfs.h3 struct dentry *parent, void *data, in debugfs_create_file()
9 static inline struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() argument
2 debugfs_create_file(const char *name, mode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) debugfs_create_file() argument
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H A Ddebugfs.h3 struct dentry *parent, void *data, in debugfs_create_file()
9 static inline struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() argument
2 debugfs_create_file(const char *name, mode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) debugfs_create_file() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dctree.c510 * does the dirty work in cow of a single block. The parent block (if
524 struct extent_buffer *parent, int parent_slot, in __btrfs_cow_block()
554 if ((root->root_key.objectid == BTRFS_TREE_RELOC_OBJECTID) && parent) in __btrfs_cow_block()
555 parent_start = parent->start; in __btrfs_cow_block()
597 WARN_ON(parent && parent != buf); in __btrfs_cow_block()
617 WARN_ON(trans->transid != btrfs_header_generation(parent)); in __btrfs_cow_block()
618 ret = btrfs_tree_mod_log_insert_key(parent, parent_slot, in __btrfs_cow_block()
626 btrfs_set_node_blockptr(parent, parent_slot, in __btrfs_cow_block()
628 btrfs_set_node_ptr_generation(parent, parent_slo in __btrfs_cow_block()
521 __btrfs_cow_block(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *buf, struct extent_buffer *parent, int parent_slot, struct extent_buffer **cow_ret, u64 search_start, u64 empty_size, enum btrfs_lock_nesting nest) __btrfs_cow_block() argument
686 btrfs_cow_block(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *buf, struct extent_buffer *parent, int parent_slot, struct extent_buffer **cow_ret, enum btrfs_lock_nesting nest) btrfs_cow_block() argument
812 btrfs_realloc_node(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *parent, int start_slot, u64 *last_ret, struct btrfs_key *progress) btrfs_realloc_node() argument
1006 btrfs_read_node_slot(struct extent_buffer *parent, int slot) btrfs_read_node_slot() argument
1049 struct extent_buffer *parent = NULL; balance_level() local
1307 struct extent_buffer *parent = NULL; push_nodes_for_insert() local
1535 struct extent_buffer *parent; reada_for_balance() local
4507 struct extent_buffer *parent = path->nodes[level]; btrfs_del_ptr() local
[all...]
/drivers/hdf_core/framework/support/platform/include/clock/
H A Dclock_core.h39 struct ClockDevice *parent; member
50 int32_t (*setParent)(struct ClockDevice *device, struct ClockDevice *parent);
80 int32_t ClockDeviceSetParent(struct ClockDevice *device, struct ClockDevice *parent);
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_feature.c29 static void OnInitialize(Feature *feature, Service *parent, Identity identity);
59 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() argument
61 if (feature == NULL || parent == NULL) { in OnInitialize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.h40 static RefPtr<FrameNode> CreateText(const std::string& value, const RefPtr<FrameNode>& parent);
41 static RefPtr<FrameNode> CreateIcon(const std::string& icon, const RefPtr<FrameNode>& parent,
46 const RefPtr<FrameNode>& parent, const RefPtr<FrameNode>& child = nullptr,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_event_test/src/
H A Devent_scan_test.cpp56 string parent = "ScanDirInternal"; in HWTEST_F() local
58 int32_t ret = mediaScannerObj.ScanFileInTraversal(dir, parent, UNKNOWN_ID); in HWTEST_F()
63 ret = mediaScannerObj.ScanFileInTraversal(path, parent, UNKNOWN_ID); in HWTEST_F()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_out.h27 CooperateOut(IStateMachine &parent, IContext *env);
37 Initial(CooperateOut &parent);
43 static void BuildChains(std::shared_ptr<Initial> self, CooperateOut &parent);
H A Dcooperate_free.h29 CooperateFree(IStateMachine &parent, IContext *env);
44 Initial(CooperateFree &parent);
50 static void BuildChains(std::shared_ptr<Initial> initial, CooperateFree &parent);
/foundation/resourceschedule/ffrt/src/tm/
H A Dcpu_task.h45 CPUEUTask(const task_attr_private *attr, CPUEUTask *parent, const uint64_t &id, const QoS &qos);
50 CPUEUTask* parent = nullptr; member in ffrt::CPUEUTask
84 return parent == nullptr; in IsRoot()
/kernel/linux/linux-5.10/drivers/clk/sunxi/
H A Dclk-sun4i-pll3.c23 const char *clk_name = node->name, *parent; in sun4i_a10_pll3_setup() local
32 parent = of_clk_get_parent_name(node, 0); in sun4i_a10_pll3_setup()
58 &parent, 1, in sun4i_a10_pll3_setup()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dnsxfobj.c74 * PARAMETERS: handle - Handle of object whose parent is desired in ACPI_EXPORT_SYMBOL()
75 * ret_handle - Where the parent handle will be placed in ACPI_EXPORT_SYMBOL()
79 * DESCRIPTION: Returns a handle to the parent of the object represented by in ACPI_EXPORT_SYMBOL()
93 /* Special case for the predefined Root Node (no parent) */ in ACPI_EXPORT_SYMBOL()
112 /* Get the parent entry */ in ACPI_EXPORT_SYMBOL()
114 parent_node = node->parent; in ACPI_EXPORT_SYMBOL()
117 /* Return exception if parent is null */ in ACPI_EXPORT_SYMBOL()
136 * parent - Parent object whose children we are getting in ACPI_EXPORT_SYMBOL()
150 acpi_handle parent, in ACPI_EXPORT_SYMBOL()
169 /* If null handle, use the parent */ in ACPI_EXPORT_SYMBOL()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_amba.c96 * If the ACPI node has a parent and that parent has a physical device in amba_handler_attach()
97 * attached to it, that physical device should be the parent of in amba_handler_attach()
100 if (adev->parent) in amba_handler_attach()
101 dev->dev.parent = acpi_get_first_physical_node(adev->parent); in amba_handler_attach()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dtwl4030-pwrbutton.c44 pm_wakeup_event(pwr->dev.parent, 0); in powerbutton_irq()
48 dev_err(pwr->dev.parent, "twl4030: i2c error %d while reading" in powerbutton_irq()
70 pwr->dev.parent = &pdev->dev; in twl4030_pwrbutton_probe()
/kernel/linux/linux-5.10/drivers/scsi/snic/
H A Dsnic_disc.h107 (is_snic_target(((struct scsi_target *) st)->dev.parent) ? \
108 dev_to_tgt(st->dev.parent) : NULL)
111 dev_to_shost(t->dev.parent)
/kernel/linux/linux-5.10/include/linux/
H A Duacce.h96 * @parent: pointer to the parent device
112 struct device *parent; member
126 struct uacce_device *uacce_alloc(struct device *parent,
134 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() argument
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_addresses.c57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange() argument
63 ret = fdt_address_cells(fdt, parent); in fdt_appendprop_addrrange()
68 ret = fdt_size_cells(fdt, parent); in fdt_appendprop_addrrange()
/kernel/linux/linux-5.10/fs/kernfs/
H A Dkernfs-internal.h46 /* if parent exists, it's always a dir; otherwise, @sd is a dir */ in kernfs_root()
47 if (kn->parent) in kernfs_root()
48 kn = kn->parent; in kernfs_root()
110 struct kernfs_node *kernfs_new_node(struct kernfs_node *parent,
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dnsxfobj.c74 * PARAMETERS: handle - Handle of object whose parent is desired in ACPI_EXPORT_SYMBOL()
75 * ret_handle - Where the parent handle will be placed in ACPI_EXPORT_SYMBOL()
79 * DESCRIPTION: Returns a handle to the parent of the object represented by in ACPI_EXPORT_SYMBOL()
93 /* Special case for the predefined Root Node (no parent) */ in ACPI_EXPORT_SYMBOL()
112 /* Get the parent entry */ in ACPI_EXPORT_SYMBOL()
114 parent_node = node->parent; in ACPI_EXPORT_SYMBOL()
117 /* Return exception if parent is null */ in ACPI_EXPORT_SYMBOL()
136 * parent - Parent object whose children we are getting in ACPI_EXPORT_SYMBOL()
150 acpi_handle parent, in ACPI_EXPORT_SYMBOL()
169 /* If null handle, use the parent */ in ACPI_EXPORT_SYMBOL()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Duacce.h110 * @parent: pointer to the parent device
125 struct device *parent; member
138 struct uacce_device *uacce_alloc(struct device *parent,
146 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() argument
/kernel/linux/linux-6.6/include/linux/usb/
H A Dtypec_mux.h38 typec_switch_register(struct device *parent,
68 typec_mux_register(struct device *parent, const struct typec_mux_desc *desc);
89 typec_mux_register(struct device *parent, const struct typec_mux_desc *desc) in typec_mux_register() argument
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A Dsnic_disc.h93 (is_snic_target(((struct scsi_target *) st)->dev.parent) ? \
94 dev_to_tgt(st->dev.parent) : NULL)
97 dev_to_shost(t->dev.parent)

Completed in 18 milliseconds

1...<<61626364656667686970>>...475