Home
last modified time | relevance | path

Searched refs:node (Results 2001 - 2025 of 6932) sorted by relevance

1...<<81828384858687888990>>...278

/kernel/linux/linux-6.6/lib/842/
H A D842_compress.c68 struct hlist_node node; member
74 struct hlist_node node; member
80 struct hlist_node node; member
115 for (_i = 0; _i < ARRAY_SIZE((p)->node##b); _i++) { \
116 (p)->node##b[_i].index = _i; \
117 (p)->node##b[_i].data = 0; \
118 INIT_HLIST_NODE(&(p)->node##b[_i].node); \
125 hash_for_each_possible(p->htable##b, _n, node, p->data##b[n]) { \
140 struct sw842_hlist_node##b *_n = &(p)->node##
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c39 struct hlist_node node; member
268 struct drm_mm_node node; /** temporary GTT binding */ member
292 struct intel_gt_buffer_pool_node *batch_pool; /** pool node for batch buffer */
369 if (vma->node.size < entry->pad_to_size) in eb_vma_misplaced()
372 if (entry->alignment && !IS_ALIGNED(vma->node.start, entry->alignment)) in eb_vma_misplaced()
376 vma->node.start != entry->offset) in eb_vma_misplaced()
380 vma->node.start < BATCH_OFFSET_BIAS) in eb_vma_misplaced()
384 (vma->node.start + vma->node.size + 4095) >> 32) in eb_vma_misplaced()
428 if (vma->node in eb_pin_vma()
[all...]
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c276 int node; in decode_numa_list() local
286 node = strtoul(t, &t, 10); in decode_numa_list()
290 numa[node] = nr; in decode_numa_list()
291 if (node > highest_node) in decode_numa_list()
292 highest_node = node; in decode_numa_list()
365 int node; in slab_numa() local
380 for(node = 0; node <= highest_node; node++) in slab_numa()
381 printf(" %4d", node); in slab_numa()
[all...]
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dcpqphp_pci.c1421 struct pci_resource *node; in cpqhp_return_board_resources() local
1428 node = func->io_head; in cpqhp_return_board_resources()
1430 while (node) { in cpqhp_return_board_resources()
1431 t_node = node->next; in cpqhp_return_board_resources()
1432 return_resource(&(resources->io_head), node); in cpqhp_return_board_resources()
1433 node = t_node; in cpqhp_return_board_resources()
1436 node = func->mem_head; in cpqhp_return_board_resources()
1438 while (node) { in cpqhp_return_board_resources()
1439 t_node = node->next; in cpqhp_return_board_resources()
1440 return_resource(&(resources->mem_head), node); in cpqhp_return_board_resources()
[all...]
/kernel/linux/linux-5.10/drivers/soc/rockchip/
H A Dpm_domains.c382 struct device_node *node) in rockchip_pm_add_one_domain()
391 error = of_property_read_u32(node, "reg", &id); in rockchip_pm_add_one_domain()
395 node, error); in rockchip_pm_add_one_domain()
401 node, id); in rockchip_pm_add_one_domain()
408 node, id); in rockchip_pm_add_one_domain()
419 pd->num_clks = of_clk_get_parent_count(node); in rockchip_pm_add_one_domain()
427 node, pd->num_clks); in rockchip_pm_add_one_domain()
432 pd->clks[i].clk = of_clk_get(node, i); in rockchip_pm_add_one_domain()
437 node, i, error); in rockchip_pm_add_one_domain()
446 pd->num_qos = of_count_phandle_with_args(node, "pm_qo in rockchip_pm_add_one_domain()
381 rockchip_pm_add_one_domain(struct rockchip_pmu *pmu, struct device_node *node) rockchip_pm_add_one_domain() argument
623 struct device_node *node; rockchip_pm_domain_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_core.c142 list_for_each_entry(pos, &thermal_tz_list, node) { in thermal_register_governor()
183 list_for_each_entry(pos, &thermal_tz_list, node) { in thermal_unregister_governor()
551 list_for_each_entry(cdev, &thermal_cdev_list, node) { in for_each_thermal_cooling_device()
568 list_for_each_entry(tz, &thermal_tz_list, node) { in for_each_thermal_zone()
583 list_for_each_entry(tz, &thermal_tz_list, node) { in thermal_zone_get_by_id()
645 list_for_each_entry(pos1, &thermal_tz_list, node) { in thermal_zone_bind_cooling_device()
649 list_for_each_entry(pos2, &thermal_cdev_list, node) { in thermal_zone_bind_cooling_device()
829 list_for_each_entry(pos, &thermal_tz_list, node) { in bind_cdev()
840 * @np: a pointer to a device tree node.
849 * node, s
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c1423 struct pci_resource *node; in cpqhp_return_board_resources() local
1430 node = func->io_head; in cpqhp_return_board_resources()
1432 while (node) { in cpqhp_return_board_resources()
1433 t_node = node->next; in cpqhp_return_board_resources()
1434 return_resource(&(resources->io_head), node); in cpqhp_return_board_resources()
1435 node = t_node; in cpqhp_return_board_resources()
1438 node = func->mem_head; in cpqhp_return_board_resources()
1440 while (node) { in cpqhp_return_board_resources()
1441 t_node = node->next; in cpqhp_return_board_resources()
1442 return_resource(&(resources->mem_head), node); in cpqhp_return_board_resources()
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c296 int node; in decode_numa_list() local
306 node = strtoul(t, &t, 10); in decode_numa_list()
310 numa[node] = nr; in decode_numa_list()
311 if (node > highest_node) in decode_numa_list()
312 highest_node = node; in decode_numa_list()
385 int node; in slab_numa() local
400 for(node = 0; node <= highest_node; node++) in slab_numa()
401 printf(" %4d", node); in slab_numa()
[all...]
/kernel/linux/linux-5.10/include/linux/clk/
H A Dclk-conf.h15 int of_clk_set_defaults(struct device_node *node, bool clk_supplier);
17 static inline int of_clk_set_defaults(struct device_node *node, in of_clk_set_defaults() argument
/kernel/linux/linux-6.6/include/linux/clk/
H A Dclk-conf.h15 int of_clk_set_defaults(struct device_node *node, bool clk_supplier);
17 static inline int of_clk_set_defaults(struct device_node *node, in of_clk_set_defaults() argument
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_unsol.h13 efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq);
15 efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq);
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent-tree.c42 struct btrfs_delayed_ref_node *node, u64 parent,
54 struct btrfs_delayed_ref_node *node,
107 * the head node for delayed ref is used to store the sum of all the
109 * node may also store the extent flags to set. This way you can check
1389 * @node: The delayed ref node used to get the bytenr/length for
1419 struct btrfs_delayed_ref_node *node, in __btrfs_inc_extent_ref()
1428 u64 bytenr = node->bytenr; in __btrfs_inc_extent_ref()
1429 u64 num_bytes = node->num_bytes; in __btrfs_inc_extent_ref()
1480 struct btrfs_delayed_ref_node *node, in run_delayed_data_ref()
1418 __btrfs_inc_extent_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, struct btrfs_delayed_extent_op *extent_op) __btrfs_inc_extent_ref() argument
1479 run_delayed_data_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op, int insert_reserved) run_delayed_data_ref() argument
1628 run_delayed_tree_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op, int insert_reserved) run_delayed_tree_ref() argument
1668 run_one_delayed_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op, int insert_reserved) run_one_delayed_ref() argument
2134 struct rb_node *node; btrfs_run_delayed_refs() local
2219 struct rb_node *node; check_delayed_ref() local
2953 __btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, u64 parent, u64 root_objectid, u64 owner_objectid, u64 owner_offset, int refs_to_drop, struct btrfs_delayed_extent_op *extent_op) __btrfs_free_extent() argument
4426 alloc_reserved_tree_block(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op) alloc_reserved_tree_block() argument
5604 btrfs_drop_subtree(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *node, struct extent_buffer *parent) btrfs_drop_subtree() argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent-tree.c50 struct btrfs_delayed_ref_node *node, u64 parent,
62 struct btrfs_delayed_ref_node *node,
95 * the head node for delayed ref is used to store the sum of all the
97 * node may also store the extent flags to set. This way you can check
1450 * @node: The delayed ref node used to get the bytenr/length for
1480 struct btrfs_delayed_ref_node *node, in __btrfs_inc_extent_ref()
1489 u64 bytenr = node->bytenr; in __btrfs_inc_extent_ref()
1490 u64 num_bytes = node->num_bytes; in __btrfs_inc_extent_ref()
1538 struct btrfs_delayed_ref_node *node, in run_delayed_data_ref()
1479 __btrfs_inc_extent_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, struct btrfs_delayed_extent_op *extent_op) __btrfs_inc_extent_ref() argument
1537 run_delayed_data_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op, bool insert_reserved) run_delayed_data_ref() argument
1692 run_delayed_tree_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op, bool insert_reserved) run_delayed_tree_ref() argument
1732 run_one_delayed_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op, bool insert_reserved) run_one_delayed_ref() argument
2145 struct rb_node *node; btrfs_run_delayed_refs() local
2229 struct rb_node *node; check_delayed_ref() local
2947 __btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, u64 parent, u64 root_objectid, u64 owner_objectid, u64 owner_offset, int refs_to_drop, struct btrfs_delayed_extent_op *extent_op) __btrfs_free_extent() argument
4697 alloc_reserved_tree_block(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op) alloc_reserved_tree_block() argument
5898 btrfs_drop_subtree(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *node, struct extent_buffer *parent) btrfs_drop_subtree() argument
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Dflattree.c235 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
240 struct node *child; in flatten_tree()
723 /* root node is a special case */ in nodename_from_path()
730 static struct node *unflatten_tree(struct inbuf *dtbuf, in unflatten_tree()
734 struct node *node; in unflatten_tree() local
738 node = build_node(NULL, NULL, NULL); in unflatten_tree()
743 node->name = nodename_from_path(parent_flatname, flatname); in unflatten_tree()
745 node->name = flatname; in unflatten_tree()
749 struct node *chil in unflatten_tree()
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Dextent_cache.c15 #include "node.h"
33 struct rb_node *node = root->rb_root.rb_node; in __lookup_rb_tree_slow() local
36 while (node) { in __lookup_rb_tree_slow()
37 re = rb_entry(node, struct rb_entry, rb_node); in __lookup_rb_tree_slow()
40 node = node->rb_left; in __lookup_rb_tree_slow()
42 node = node->rb_right; in __lookup_rb_tree_slow()
179 /* lookup prev node for merging backward later */ in f2fs_lookup_rb_tree_ret()
184 /* lookup next node fo in f2fs_lookup_rb_tree_ret()
335 struct rb_node *node, *next; __free_extent_tree() local
610 struct rb_node *node = rb_next(&en->rb_node); f2fs_update_extent_tree_range() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c101 * device tree node
102 * @np: device tree node
158 of_mipi_dsi_device_add(struct mipi_dsi_host *host, struct device_node *node) in of_mipi_dsi_device_add() argument
164 if (of_alias_from_compatible(node, info.type, sizeof(info.type)) < 0) { in of_mipi_dsi_device_add()
165 drm_err(host, "modalias failure on %pOF\n", node); in of_mipi_dsi_device_add()
169 ret = of_property_read_u32(node, "reg", &reg); in of_mipi_dsi_device_add()
171 drm_err(host, "device node %pOF has no valid reg property: %d\n", in of_mipi_dsi_device_add()
172 node, ret); in of_mipi_dsi_device_add()
177 info.node = of_node_get(node); in of_mipi_dsi_device_add()
183 of_mipi_dsi_device_add(struct mipi_dsi_host *host, struct device_node *node) of_mipi_dsi_device_add() argument
308 of_find_mipi_dsi_host_by_node(struct device_node *node) of_find_mipi_dsi_host_by_node() argument
329 struct device_node *node; mipi_dsi_host_register() local
[all...]
/kernel/linux/linux-6.6/scripts/dtc/
H A Dflattree.c236 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
241 struct node *child; in flatten_tree()
724 /* root node is a special case */ in nodename_from_path()
731 static struct node *unflatten_tree(struct inbuf *dtbuf, in unflatten_tree()
735 struct node *node; in unflatten_tree() local
739 node = build_node(NULL, NULL, NULL); in unflatten_tree()
744 node->name = nodename_from_path(parent_flatname, flatname); in unflatten_tree()
746 node->name = flatname; in unflatten_tree()
750 struct node *chil in unflatten_tree()
[all...]
/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-bcm63xx.c18 static void __init bcm63138_armpll_init(struct device_node *node) in bcm63138_armpll_init() argument
20 iproc_armpll_setup(node); in bcm63138_armpll_init()
/kernel/linux/linux-5.10/include/linux/irqchip/
H A Dversatile-fpga.h10 struct device_node *node);
11 int fpga_irq_of_init(struct device_node *node,
/kernel/linux/linux-6.6/drivers/clk/bcm/
H A Dclk-bcm63xx.c8 static void __init bcm63138_armpll_init(struct device_node *node) in bcm63138_armpll_init() argument
10 iproc_armpll_setup(node); in bcm63138_armpll_init()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmr.c534 struct rb_node *node; in someone_adding() local
538 for (node = rb_first(&cache->rb_root); node; node = rb_next(node)) { in someone_adding()
539 ent = rb_entry(node, struct mlx5_cache_ent, node); in someone_adding()
691 /* Figure out where to put new node */ in mlx5_cache_ent_insert()
693 cur = rb_entry(*new, struct mlx5_cache_ent, node); in mlx5_cache_ent_insert()
706 /* Add new node an in mlx5_cache_ent_insert()
717 struct rb_node *node = dev->cache.rb_root.rb_node; mkey_cache_ent_from_rb_key() local
971 struct rb_node *node; mlx5_mkey_cache_init() local
1023 struct rb_node *node; mlx5_mkey_cache_cleanup() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/mediatek/
H A Dclk-mt2712-bdp.c65 struct device_node *node = pdev->dev.of_node; in clk_mt2712_bdp_probe() local
69 mtk_clk_register_gates(node, bdp_clks, ARRAY_SIZE(bdp_clks), in clk_mt2712_bdp_probe()
72 r = of_clk_add_provider(node, of_clk_src_onecell_get, clk_data); in clk_mt2712_bdp_probe()
H A Dclk-mt2712-vdec.c57 struct device_node *node = pdev->dev.of_node; in clk_mt2712_vdec_probe() local
61 mtk_clk_register_gates(node, vdec_clks, ARRAY_SIZE(vdec_clks), in clk_mt2712_vdec_probe()
64 r = of_clk_add_provider(node, of_clk_src_onecell_get, clk_data); in clk_mt2712_vdec_probe()
H A Dclk-mt2701-vdec.c59 struct device_node *node = pdev->dev.of_node; in clk_mt2701_vdec_probe() local
63 mtk_clk_register_gates(node, vdec_clks, ARRAY_SIZE(vdec_clks), in clk_mt2701_vdec_probe()
66 r = of_clk_add_provider(node, of_clk_src_onecell_get, clk_data); in clk_mt2701_vdec_probe()
/kernel/linux/linux-5.10/arch/sparc/prom/
H A Dmemory.c35 phandle node; in prom_meminit_v2() local
38 node = prom_searchsiblings(prom_getchild(prom_root_node), "memory"); in prom_meminit_v2()
39 size = prom_getproperty(node, "available", (char *) reg, sizeof(reg)); in prom_meminit_v2()

Completed in 33 milliseconds

1...<<81828384858687888990>>...278