Home
last modified time | relevance | path

Searched refs:parent (Results 226 - 250 of 11003) sorted by relevance

12345678910>>...441

/kernel/linux/linux-6.6/fs/vboxsf/
H A Ddir.c212 static struct dentry *vboxsf_dir_lookup(struct inode *parent, in vboxsf_dir_lookup() argument
216 struct vboxsf_sbi *sbi = VBOXSF_SBI(parent->i_sb); in vboxsf_dir_lookup()
227 inode = vboxsf_new_inode(parent->i_sb); in vboxsf_dir_lookup()
235 static int vboxsf_dir_instantiate(struct inode *parent, struct dentry *dentry, in vboxsf_dir_instantiate() argument
238 struct vboxsf_sbi *sbi = VBOXSF_SBI(parent->i_sb); in vboxsf_dir_instantiate()
242 inode = vboxsf_new_inode(parent->i_sb); in vboxsf_dir_instantiate()
256 static int vboxsf_dir_create(struct inode *parent, struct dentry *dentry, in vboxsf_dir_create() argument
259 struct vboxsf_inode *sf_parent_i = VBOXSF_I(parent); in vboxsf_dir_create()
260 struct vboxsf_sbi *sbi = VBOXSF_SBI(parent->i_sb); in vboxsf_dir_create()
282 err = vboxsf_dir_instantiate(parent, dentr in vboxsf_dir_create()
298 vboxsf_dir_mkfile(struct mnt_idmap *idmap, struct inode *parent, struct dentry *dentry, umode_t mode, bool excl) vboxsf_dir_mkfile() argument
305 vboxsf_dir_mkdir(struct mnt_idmap *idmap, struct inode *parent, struct dentry *dentry, umode_t mode) vboxsf_dir_mkdir() argument
312 vboxsf_dir_atomic_open(struct inode *parent, struct dentry *dentry, struct file *file, unsigned int flags, umode_t mode) vboxsf_dir_atomic_open() argument
359 vboxsf_dir_unlink(struct inode *parent, struct dentry *dentry) vboxsf_dir_unlink() argument
434 vboxsf_dir_symlink(struct mnt_idmap *idmap, struct inode *parent, struct dentry *dentry, const char *symname) vboxsf_dir_symlink() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dallowedips.c154 struct allowedips_node *parent = NULL; in node_placement() local
158 parent = node; in node_placement()
159 if (parent->cidr == cidr) { in node_placement()
163 node = rcu_dereference_protected(parent->bit[choose(parent, key)], lockdep_is_held(lock)); in node_placement()
165 *rnode = parent; in node_placement()
169 static inline void connect_node(struct allowedips_node __rcu **parent, u8 bit, struct allowedips_node *node) in connect_node() argument
171 node->parent_bit_packed = (unsigned long)parent | bit; in connect_node()
172 rcu_assign_pointer(*parent, node); in connect_node()
175 static inline void choose_and_connect_node(struct allowedips_node *parent, struc argument
184 struct allowedips_node *node, *parent, *down, *newnode; add() local
306 struct allowedips_node *node, *child, **parent_bit, *parent, *tmp; wg_allowedips_remove_by_peer() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dclock_data.c84 .parent = &ck_ref,
95 .parent = &ck_dpll1,
108 .parent = &ck_dpll1out.clk,
119 .parent = &ck_dpll1,
130 .parent = &ck_dpll1,
149 .parent = &ck_dpll1,
160 .parent = &ck_ref,
173 .parent = &ck_ref,
186 .parent = &ck_ref,
199 .parent
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_memcpy.c48 memcpy_load_deref_elem(nir_builder *b, nir_deref_instr *parent, in memcpy_load_deref_elem() argument
53 index = nir_i2i(b, index, nir_dest_bit_size(parent->dest)); in memcpy_load_deref_elem()
54 assert(parent->deref_type == nir_deref_type_cast); in memcpy_load_deref_elem()
55 deref = nir_build_deref_ptr_as_array(b, parent, index); in memcpy_load_deref_elem()
61 memcpy_load_deref_elem_imm(nir_builder *b, nir_deref_instr *parent, in memcpy_load_deref_elem_imm() argument
64 nir_ssa_def *idx = nir_imm_intN_t(b, index, parent->dest.ssa.bit_size); in memcpy_load_deref_elem_imm()
65 return memcpy_load_deref_elem(b, parent, idx); in memcpy_load_deref_elem_imm()
69 memcpy_store_deref_elem(nir_builder *b, nir_deref_instr *parent, in memcpy_store_deref_elem() argument
74 index = nir_i2i(b, index, nir_dest_bit_size(parent->dest)); in memcpy_store_deref_elem()
75 assert(parent in memcpy_store_deref_elem()
81 memcpy_store_deref_elem_imm(nir_builder *b, nir_deref_instr *parent, uint64_t index, nir_ssa_def *value) memcpy_store_deref_elem_imm() argument
[all...]
/kernel/linux/linux-6.6/fs/debugfs/
H A Dfile.c421 struct dentry *parent, void *value, in debugfs_create_mode_unsafe()
428 return debugfs_create_file_unsafe(name, mode, parent, value, in debugfs_create_mode_unsafe()
432 return debugfs_create_file_unsafe(name, mode, parent, value, in debugfs_create_mode_unsafe()
435 return debugfs_create_file_unsafe(name, mode, parent, value, fops); in debugfs_create_mode_unsafe()
456 * @parent: a pointer to the parent dentry for this file. This should be a
466 void debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u8() argument
469 debugfs_create_mode_unsafe(name, mode, parent, value, &fops_u8, in debugfs_create_u8()
492 * @parent: a pointer to the parent dentr
420 debugfs_create_mode_unsafe(const char *name, umode_t mode, struct dentry *parent, void *value, const struct file_operations *fops, const struct file_operations *fops_ro, const struct file_operations *fops_wo) debugfs_create_mode_unsafe() argument
502 debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent, u16 *value) debugfs_create_u16() argument
538 debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent, u32 *value) debugfs_create_u32() argument
575 debugfs_create_u64(const char *name, umode_t mode, struct dentry *parent, u64 *value) debugfs_create_u64() argument
614 debugfs_create_ulong(const char *name, umode_t mode, struct dentry *parent, unsigned long *value) debugfs_create_ulong() argument
659 debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, u8 *value) debugfs_create_x8() argument
677 debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, u16 *value) debugfs_create_x16() argument
695 debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent, u32 *value) debugfs_create_x32() argument
713 debugfs_create_x64(const char *name, umode_t mode, struct dentry *parent, u64 *value) debugfs_create_x64() argument
747 debugfs_create_size_t(const char *name, umode_t mode, struct dentry *parent, size_t *value) debugfs_create_size_t() argument
783 debugfs_create_atomic_t(const char *name, umode_t mode, struct dentry *parent, atomic_t *value) debugfs_create_atomic_t() argument
868 debugfs_create_bool(const char *name, umode_t mode, struct dentry *parent, bool *value) debugfs_create_bool() argument
996 debugfs_create_str(const char *name, umode_t mode, struct dentry *parent, char **value) debugfs_create_str() argument
1049 debugfs_create_blob(const char *name, umode_t mode, struct dentry *parent, struct debugfs_blob_wrapper *blob) debugfs_create_blob() argument
1137 debugfs_create_u32_array(const char *name, umode_t mode, struct dentry *parent, struct debugfs_u32_array *array) debugfs_create_u32_array() argument
1216 debugfs_create_regset32(const char *name, umode_t mode, struct dentry *parent, struct debugfs_regset32 *regset) debugfs_create_regset32() argument
1256 debugfs_create_devm_seqfile(struct device *dev, const char *name, struct dentry *parent, int (*read_fn)(struct seq_file *s, void *data)) debugfs_create_devm_seqfile() argument
[all...]
/kernel/linux/linux-5.10/fs/sysfs/
H A Dfile.c28 struct kobject *kobj = kn->parent->priv; in sysfs_file_ops()
43 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_seq_show()
84 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_bin_read()
108 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_read()
134 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_write()
147 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_bin_write()
168 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_bin_mmap()
246 int sysfs_add_file_mode_ns(struct kernfs_node *parent, in sysfs_add_file_mode_ns() argument
256 struct kobject *kobj = parent->priv; in sysfs_add_file_mode_ns()
306 kn = __kernfs_create_file(parent, att in sysfs_add_file_mode_ns()
361 struct kernfs_node *parent; sysfs_add_file_to_group() local
470 struct kernfs_node *parent = kobj->sd; sysfs_remove_file_ns() local
485 struct kernfs_node *parent = kobj->sd; sysfs_remove_file_self() local
518 struct kernfs_node *parent; sysfs_remove_file_from_group() local
[all...]
/kernel/linux/linux-6.6/drivers/counter/
H A Dcounter-chrdev.c30 void *parent; member
168 if (comp_node->parent == cfg->parent && in counter_set_event_node()
270 size_t parent, id; in counter_add_watch() local
282 parent = watch.component.parent; in counter_add_watch()
284 /* Configure parent component info for comp node */ in counter_add_watch()
291 if (parent >= counter->num_signals) in counter_add_watch()
293 parent = array_index_nospec(parent, counte in counter_add_watch()
488 counter_get_array_data(struct counter_device *const counter, const enum counter_scope scope, void *const parent, const struct counter_comp *const comp, const size_t idx, u64 *const value) counter_get_array_data() argument
[all...]
/kernel/linux/linux-6.6/kernel/gcov/
H A Dfs.c37 * @parent: parent node
56 struct gcov_node *parent; member
476 static void add_links(struct gcov_node *node, struct dentry *parent) in add_links() argument
498 parent, target); in add_links()
521 const char *name, struct gcov_node *parent) in init_node()
530 node->parent = parent; in init_node()
539 static struct gcov_node *new_node(struct gcov_node *parent, in new_node() argument
553 init_node(node, info, name, parent); in new_node()
520 init_node(struct gcov_node *node, struct gcov_info *info, const char *name, struct gcov_node *parent) init_node() argument
605 struct gcov_node *parent; remove_node() local
618 get_child_by_name(struct gcov_node *parent, const char *name) get_child_by_name() argument
679 struct gcov_node *parent; add_node() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c11 struct mlx5e_qos_node *parent; member
71 struct mlx5e_qos_node *parent) in mlx5e_htb_node_create_leaf()
79 node->parent = parent; in mlx5e_htb_node_create_leaf()
255 struct mlx5e_qos_node *parent, u32 *bw_share) in mlx5e_htb_convert_rate()
259 while (parent->classid != MLX5E_HTB_CLASSID_ROOT && !parent->max_average_bw) in mlx5e_htb_convert_rate()
260 parent = parent->parent; in mlx5e_htb_convert_rate()
70 mlx5e_htb_node_create_leaf(struct mlx5e_htb *htb, u16 classid, u16 qid, struct mlx5e_qos_node *parent) mlx5e_htb_node_create_leaf() argument
254 mlx5e_htb_convert_rate(struct mlx5e_htb *htb, u64 rate, struct mlx5e_qos_node *parent, u32 *bw_share) mlx5e_htb_convert_rate() argument
290 struct mlx5e_qos_node *node, *parent; mlx5e_htb_leaf_alloc_queue() local
543 struct mlx5e_qos_node *node, *parent; mlx5e_htb_leaf_del_last() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp92 n->parent = this; in insert_node_before()
107 n->parent = this; in insert_node_after()
113 container_node *source_container = b->parent; in move()
117 first->parent = this; in move()
121 last->parent = this; in move()
126 assert(!*b || b->parent == this); in cut()
127 assert(!*e || e->parent == this); in cut()
168 n->parent = NULL; in remove_node()
190 e0->parent = this; in expand()
208 n->parent in push_back()
[all...]
/third_party/python/Lib/lib2to3/
H A Dpytree.py39 A node may be a subnode of at most one parent.
44 parent = None # Parent node pointer, or None variable in Base
102 """Replace this node with a new one in the parent."""
103 assert self.parent is not None, str(self)
109 for ch in self.parent.children:
111 assert not found, (self.parent.children, self, new)
118 self.parent.changed()
119 self.parent.children = l_children
121 x.parent = self.parent
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_platform.c73 struct device *parent; in acpi_platform_fill_resource() local
78 * If the device has parent we need to take its resources into in acpi_platform_fill_resource()
81 parent = acpi_get_first_physical_node(adev->parent); in acpi_platform_fill_resource()
82 if (parent && dev_is_pci(parent)) in acpi_platform_fill_resource()
83 dest->parent = pci_find_resource(to_pci_dev(parent), dest); in acpi_platform_fill_resource()
136 * If the ACPI node has a parent and that parent ha in acpi_create_platform_device()
[all...]
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H A Dccu_phase.c16 struct clk_hw *parent, *grandparent; in ccu_phase_get_phase() local
29 /* Get our parent clock, it's the one that can adjust its rate */ in ccu_phase_get_phase()
30 parent = clk_hw_get_parent(hw); in ccu_phase_get_phase()
31 if (!parent) in ccu_phase_get_phase()
35 parent_rate = clk_hw_get_rate(parent); in ccu_phase_get_phase()
39 /* Now, get our parent's parent (most likely some PLL) */ in ccu_phase_get_phase()
40 grandparent = clk_hw_get_parent(parent); in ccu_phase_get_phase()
49 /* Get our parent clock divider */ in ccu_phase_get_phase()
59 struct clk_hw *parent, *grandparen in ccu_phase_set_phase() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/pistachio/
H A Dclk.h16 const char *parent; member
25 .parent = _pname, \
56 const char *parent; member
66 .parent = _pname, \
76 .parent = _pname, \
83 const char *parent; member
91 .parent = _pname, \
116 const char *parent; member
127 .parent = _pname, \
138 .parent
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_module.h76 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent);
78 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent,
81 struct dentry *parent, u8 *value);
83 struct dentry *parent, u16 *value);
85 struct dentry *parent, u32 *value);
92 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) { return NULL; } in edac_debugfs_create_dir_at() argument
94 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file() argument
97 struct dentry *parent, u8 *value) { } in edac_debugfs_create_x8()
99 struct dentry *parent, u16 *value) { } in edac_debugfs_create_x16()
101 struct dentry *parent, u3 in edac_debugfs_create_x32()
96 edac_debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, u8 *value) edac_debugfs_create_x8() argument
98 edac_debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, u16 *value) edac_debugfs_create_x16() argument
100 edac_debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent, u32 *value) edac_debugfs_create_x32() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-tps6586x.c27 struct device *parent; member
36 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()
48 tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET2, in tps6586x_gpio_set()
63 return tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET1, in tps6586x_gpio_output()
71 return tps6586x_irq_get_virq(tps6586x_gpio->parent, in tps6586x_gpio_to_irq()
81 pdata = dev_get_platdata(pdev->dev.parent); in tps6586x_gpio_probe()
87 tps6586x_gpio->parent = pdev->dev.parent; in tps6586x_gpio_probe()
91 tps6586x_gpio->gpio_chip.parent = &pdev->dev; in tps6586x_gpio_probe()
102 tps6586x_gpio->gpio_chip.of_node = pdev->dev.parent in tps6586x_gpio_probe()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss-of.c19 omapdss_of_get_next_port(const struct device_node *parent, in omapdss_of_get_next_port() argument
24 if (!parent) in omapdss_of_get_next_port()
33 ports = of_get_child_by_name(parent, "ports"); in omapdss_of_get_next_port()
35 parent = ports; in omapdss_of_get_next_port()
37 port = of_get_child_by_name(parent, "port"); in omapdss_of_get_next_port()
65 omapdss_of_get_next_endpoint(const struct device_node *parent, in omapdss_of_get_next_endpoint() argument
70 if (!parent) in omapdss_of_get_next_endpoint()
74 ep = of_get_next_child(parent, prev); in omapdss_of_get_next_endpoint()
134 omapdss_of_get_first_endpoint(const struct device_node *parent) in omapdss_of_get_first_endpoint() argument
138 port = omapdss_of_get_next_port(parent, NUL in omapdss_of_get_first_endpoint()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dled-class-flash.h92 * @parent: LED flash controller device this flash LED is driven by
98 int led_classdev_flash_register_ext(struct device *parent,
111 int devm_led_classdev_flash_register_ext(struct device *parent,
116 void devm_led_classdev_flash_unregister(struct device *parent,
121 static inline int led_classdev_flash_register_ext(struct device *parent, in led_classdev_flash_register_ext() argument
129 static inline int devm_led_classdev_flash_register_ext(struct device *parent, in devm_led_classdev_flash_register_ext() argument
136 static inline void devm_led_classdev_flash_unregister(struct device *parent, in devm_led_classdev_flash_unregister() argument
142 static inline int led_classdev_flash_register(struct device *parent, in led_classdev_flash_register() argument
145 return led_classdev_flash_register_ext(parent, fled_cdev, NULL); in led_classdev_flash_register()
148 static inline int devm_led_classdev_flash_register(struct device *parent, in devm_led_classdev_flash_register() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss-of.c19 omapdss_of_get_next_port(const struct device_node *parent, in omapdss_of_get_next_port() argument
24 if (!parent) in omapdss_of_get_next_port()
33 ports = of_get_child_by_name(parent, "ports"); in omapdss_of_get_next_port()
35 parent = ports; in omapdss_of_get_next_port()
37 port = of_get_child_by_name(parent, "port"); in omapdss_of_get_next_port()
65 omapdss_of_get_next_endpoint(const struct device_node *parent, in omapdss_of_get_next_endpoint() argument
70 if (!parent) in omapdss_of_get_next_endpoint()
74 ep = of_get_next_child(parent, prev); in omapdss_of_get_next_endpoint()
134 omapdss_of_get_first_endpoint(const struct device_node *parent) in omapdss_of_get_first_endpoint() argument
138 port = omapdss_of_get_next_port(parent, NUL in omapdss_of_get_first_endpoint()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tps6586x.c27 struct device *parent; member
36 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()
48 tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET2, in tps6586x_gpio_set()
63 return tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET1, in tps6586x_gpio_output()
71 return tps6586x_irq_get_virq(tps6586x_gpio->parent, in tps6586x_gpio_to_irq()
80 device_set_node(&pdev->dev, dev_fwnode(pdev->dev.parent)); in tps6586x_gpio_probe()
82 pdata = dev_get_platdata(pdev->dev.parent); in tps6586x_gpio_probe()
88 tps6586x_gpio->parent = pdev->dev.parent; in tps6586x_gpio_probe()
92 tps6586x_gpio->gpio_chip.parent in tps6586x_gpio_probe()
[all...]
/kernel/linux/linux-6.6/drivers/clk/pistachio/
H A Dclk.h16 const char *parent; member
25 .parent = _pname, \
56 const char *parent; member
66 .parent = _pname, \
76 .parent = _pname, \
83 const char *parent; member
91 .parent = _pname, \
116 const char *parent; member
127 .parent = _pname, \
138 .parent
[all...]
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H A Dccu_phase.c16 struct clk_hw *parent, *grandparent; in ccu_phase_get_phase() local
29 /* Get our parent clock, it's the one that can adjust its rate */ in ccu_phase_get_phase()
30 parent = clk_hw_get_parent(hw); in ccu_phase_get_phase()
31 if (!parent) in ccu_phase_get_phase()
35 parent_rate = clk_hw_get_rate(parent); in ccu_phase_get_phase()
39 /* Now, get our parent's parent (most likely some PLL) */ in ccu_phase_get_phase()
40 grandparent = clk_hw_get_parent(parent); in ccu_phase_get_phase()
49 /* Get our parent clock divider */ in ccu_phase_get_phase()
59 struct clk_hw *parent, *grandparen in ccu_phase_set_phase() local
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_module.h71 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent);
73 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent,
76 struct dentry *parent, u8 *value);
78 struct dentry *parent, u16 *value);
80 struct dentry *parent, u32 *value);
87 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) { return NULL; } in edac_debugfs_create_dir_at() argument
89 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file() argument
92 struct dentry *parent, u8 *value) { } in edac_debugfs_create_x8()
94 struct dentry *parent, u16 *value) { } in edac_debugfs_create_x16()
96 struct dentry *parent, u3 in edac_debugfs_create_x32()
91 edac_debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, u8 *value) edac_debugfs_create_x8() argument
93 edac_debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, u16 *value) edac_debugfs_create_x16() argument
95 edac_debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent, u32 *value) edac_debugfs_create_x32() argument
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_namespace_pkgs.py250 import parent.child.one namespace
251 self.assertEqual(len(parent.__path__), 2)
252 self.assertEqual(len(parent.child.__path__), 2)
253 import parent.child.two namespace
254 self.assertEqual(len(parent.__path__), 2)
255 self.assertEqual(len(parent.child.__path__), 2)
257 self.assertEqual(parent.child.one.attr, 'parent child one')
258 self.assertEqual(parent.child.two.attr, 'parent chil
261 import parent.child.three global() namespace
267 import parent.child.one global() namespace
270 import parent.child.two global() namespace
278 import parent.child.three global() namespace
282 import parent.child.three global() namespace
[all...]
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dcpuset.c93 * parent masks.
99 * effective_mask == configured_mask & parent's effective_mask,
100 * and if it ends up empty, it will inherit the parent's mask.
119 * - CPUs granted by the parent = effective_cpus U subparts_cpus
161 * use_parent_ecpus - set if using parent's effective_cpus
184 * None of the cpus in cpus_allowed can be put into the parent's
188 * parent cpuset can give more CPUs back to this child cpuset.
216 return css_cs(cs->css.parent); in parent_cs()
621 /* On legacy hiearchy, we must be a subset of our parent cpuset. */ in validate_change()
822 * parent' in generate_sched_domains()
1125 compute_effective_cpumask(struct cpumask *new_cpus, struct cpuset *cs, struct cpuset *parent) compute_effective_cpumask() argument
1194 struct cpuset *parent = parent_cs(cpuset); update_parent_subparts_cpumask() local
1379 struct cpuset *parent = parent_cs(cp); update_cpumasks_hier() local
1524 update_sibling_cpumasks(struct cpuset *parent, struct cpuset *cs, struct tmpmasks *tmp) update_sibling_cpumasks() argument
1636 struct cpuset *parent = parent_cs(cs); update_cpumask() local
1804 struct cpuset *parent = parent_cs(cp); update_nodemasks_hier() local
2012 struct cpuset *parent = parent_cs(cs); update_prstate() local
2862 struct cpuset *parent = parent_cs(cs); cpuset_css_online() local
2953 struct cpuset *parent = parent_cs(cs); cpuset_css_offline() local
3059 struct cpuset *parent; remove_tasks_in_empty_cpuset() local
3159 struct cpuset *parent; cpuset_hotplug_update_tasks() local
[all...]

Completed in 16 milliseconds

12345678910>>...441