| /linux-6.15/fs/ext2/ |
| H A D | balloc.c | 339 struct rb_node *node = &rsv->rsv_node; in ext2_rsv_window_add() local 361 rb_link_node(node, parent, p); in ext2_rsv_window_add() 362 rb_insert_color(node, root); in ext2_rsv_window_add()
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | concepts.rst | 121 processor. Each bank is referred to as a `node` and for each node Linux 122 constructs an independent memory management subsystem. A node has its
|
| /linux-6.15/include/linux/ |
| H A D | mmzone.h | 867 int node; member 1571 return zone->node; in zone_to_nid() 1576 zone->node = nid; in zone_set_nid()
|
| /linux-6.15/drivers/net/ethernet/nxp/ |
| H A D | lpc_eth.c | 792 struct device_node *node; in lpc_mii_init() local 820 node = of_get_child_by_name(pldat->pdev->dev.of_node, "mdio"); in lpc_mii_init() 821 err = of_mdiobus_register(pldat->mii_bus, node); in lpc_mii_init() 822 of_node_put(node); in lpc_mii_init()
|
| /linux-6.15/drivers/ntb/test/ |
| H A D | ntb_perf.c | 862 int node; in perf_dma_filter() local 864 node = dev_to_node(&perf->ntb->dev); in perf_dma_filter() 866 return node == NUMA_NO_NODE || node == dev_to_node(chan->device->dev); in perf_dma_filter()
|
| /linux-6.15/drivers/crypto/hisilicon/zip/ |
| H A D | zip_main.c | 432 int zip_create_qps(struct hisi_qp **qps, int qp_num, int node) in zip_create_qps() argument 434 if (node == NUMA_NO_NODE) in zip_create_qps() 435 node = cpu_to_node(raw_smp_processor_id()); in zip_create_qps() 437 return hisi_qm_alloc_qps_node(&zip_devices, qp_num, 0, node, qps); in zip_create_qps()
|
| /linux-6.15/drivers/media/platform/renesas/ |
| H A D | sh_vou.c | 290 struct sh_vou_buffer *buf, *node; in sh_vou_start_streaming() local 297 list_for_each_entry_safe(buf, node, &vou_dev->buf_list, list) { in sh_vou_start_streaming() 338 struct sh_vou_buffer *buf, *node; in sh_vou_stop_streaming() local 349 list_for_each_entry_safe(buf, node, &vou_dev->buf_list, list) { in sh_vou_stop_streaming()
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | denali.c | 1207 list_for_each_entry(dchip2, &denali->chips, node) { in denali_chip_init() 1261 list_add_tail(&dchip->node, &denali->chips); in denali_chip_init() 1367 list_for_each_entry_safe(dchip, tmp, &denali->chips, node) { in denali_remove() 1372 list_del(&dchip->node); in denali_remove()
|
| H A D | arasan-nand-controller.c | 172 struct list_head node; member 1341 list_add_tail(&anand->node, &nfc->chips); in anfc_chip_init() 1352 list_for_each_entry_safe(anand, tmp, &nfc->chips, node) { in anfc_chips_cleanup() 1357 list_del(&anand->node); in anfc_chips_cleanup()
|
| H A D | mtk_nand.c | 125 struct list_head node; member 1427 list_add_tail(&chip->node, &nfc->chips); in mtk_nfc_nand_chip_init() 1440 struct mtk_nfc_nand_chip, node); in mtk_nfc_nand_chips_cleanup() 1445 list_del(&mtk_chip->node); in mtk_nfc_nand_chips_cleanup() 1629 list_for_each_entry(chip, &nfc->chips, node) { in mtk_nfc_resume()
|
| /linux-6.15/drivers/scsi/isci/ |
| H A D | remote_device.c | 1039 list_del_init(&idev->node); in isci_remote_device_deconstruct() 1514 if (WARN_ONCE(!list_empty(&idev->node), "found non-idle remote device\n")) in isci_remote_device_alloc() 1617 INIT_LIST_HEAD(&isci_device->node); in isci_remote_device_found() 1622 list_add_tail(&isci_device->node, &isci_port->remote_dev_list); in isci_remote_device_found()
|
| /linux-6.15/Documentation/admin-guide/sysctl/ |
| H A D | net.rst | 470 The fields indicate the DDP type, the local address (in network:node format) 509 possible. One such is that a name withdrawal sent out by one node and received 510 by another node may arrive after a second, overlapping name publication already 511 has been accepted from a third node, although the conflicting updates
|
| /linux-6.15/sound/soc/qcom/qdsp6/ |
| H A D | q6afe.c | 552 struct list_head node; member 847 list_del(&port->node); in q6afe_port_free() 860 list_for_each_entry(p, &afe->port_list, node) in q6afe_find_port() 1634 list_add_tail(&port->node, &afe->port_list); in q6afe_port_get_from_id()
|
| /linux-6.15/mm/ |
| H A D | compaction.c | 3054 int compaction_register_node(struct node *node) in compaction_register_node() argument 3056 return device_create_file(&node->dev, &dev_attr_compact); in compaction_register_node() 3059 void compaction_unregister_node(struct node *node) in compaction_unregister_node() argument 3061 device_remove_file(&node->dev, &dev_attr_compact); in compaction_unregister_node()
|
| H A D | memcontrol.c | 3540 static bool alloc_mem_cgroup_per_node_info(struct mem_cgroup *memcg, int node) in alloc_mem_cgroup_per_node_info() argument 3544 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, node); in alloc_mem_cgroup_per_node_info() 3549 GFP_KERNEL_ACCOUNT, node); in alloc_mem_cgroup_per_node_info() 3561 memcg->nodeinfo[node] = pn; in alloc_mem_cgroup_per_node_info() 3570 int node; in __mem_cgroup_free() local 3574 for_each_node(node) in __mem_cgroup_free() 3575 free_mem_cgroup_per_node_info(memcg->nodeinfo[node]); in __mem_cgroup_free() 3593 int node, cpu; in mem_cgroup_alloc() local 3628 for_each_node(node) in mem_cgroup_alloc() 3629 if (!alloc_mem_cgroup_per_node_info(memcg, node)) in mem_cgroup_alloc()
|
| H A D | memory-failure.c | 1867 struct llist_node node; member 1899 llist_for_each_entry(p, raw_hwp_head->first, node) { in is_raw_hwpoison_page_in_hugepage() 1918 llist_for_each_entry_safe(p, next, head, node) { in __folio_free_raw_hwp() 1944 llist_for_each_entry(p, head->first, node) { in folio_set_hugetlb_hwpoison() 1952 llist_add(&raw_hwp->node, head); in folio_set_hugetlb_hwpoison()
|
| H A D | mm_init.c | 846 int zone, int node) in init_unavailable_range() argument 856 __init_single_page(pfn_to_page(pfn), pfn, zone, node); in init_unavailable_range() 863 node, zone_names[zone], pgcnt); in init_unavailable_range() 973 struct pglist_data *node = NODE_DATA(nid); in memmap_init() local 976 struct zone *zone = node->node_zones + j; in memmap_init()
|
| /linux-6.15/fs/btrfs/ |
| H A D | block-group.c | 276 struct rb_node *node; in btrfs_next_block_group() local 288 node = rb_next(&cache->cache_node); in btrfs_next_block_group() 290 if (node) { in btrfs_next_block_group() 291 cache = rb_entry(node, struct btrfs_block_group, cache_node); in btrfs_next_block_group() 2478 struct rb_node *node; in fill_dummy_bgs() local 2481 for (node = rb_first_cached(&fs_info->mapping_tree); node; node = rb_next(node)) { in fill_dummy_bgs() 2485 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in fill_dummy_bgs()
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_nix.c | 82 struct hlist_node node; member 3206 hlist_del(&mce->node); in nix_delete_mcast_mce_list() 3230 hlist_for_each_entry(mce, &mce_list->head, node) { in nix_update_ingress_mce_list_hw() 3282 hlist_for_each_entry(mce, &mce_list->head, node) { in nix_update_egress_mce_list_hw() 3333 hlist_del(&mce->node); in nix_del_mce_list_entry() 3376 hlist_add_head(&mce->node, &mce_list->head); in nix_add_mce_list_entry() 3391 hlist_del(&mce->node); in nix_add_mce_list_entry() 3406 hlist_for_each_entry(mce, &mce_list->head, node) { in nix_update_mce_list_entry() 3419 hlist_del(&mce->node); in nix_update_mce_list_entry() 3434 hlist_add_head(&mce->node, &mce_list->head); in nix_update_mce_list_entry() [all …]
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | mad.c | 85 struct trap_node *node, *q; in cleanup_traps() local 101 list_del(&node->list); in cleanup_traps() 102 if (node != trap) in cleanup_traps() 103 kfree(node); in cleanup_traps() 117 struct trap_node *node; in check_and_add_trap() local 141 list_for_each_entry(node, &trap_list->list, list) { in check_and_add_trap() 142 if (node == trap) { in check_and_add_trap() 143 node->retry++; in check_and_add_trap() 165 node = NULL; in check_and_add_trap() 179 node->in_use = 1; in check_and_add_trap() [all …]
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | dev-decoder.rst | 175 node [shape = doublecircle, label="Decoding"] Decoding; 177 node [shape = circle, label="Initialization"] Initialization; 178 node [shape = circle, label="Capture\nsetup"] CaptureSetup; 179 node [shape = circle, label="Dynamic\nResolution\nChange"] ResChange; 180 node [shape = circle, label="Stopped"] Stopped; 181 node [shape = circle, label="Drain"] Drain; 182 node [shape = circle, label="Seek"] Seek; 183 node [shape = circle, label="End of Stream"] EoS; 185 node [shape = point]; qi
|
| /linux-6.15/fs/f2fs/ |
| H A D | segment.c | 1019 struct rb_node *node = dcc->root.rb_root.rb_node; in __lookup_discard_cmd() local 1022 while (node) { in __lookup_discard_cmd() 1023 dc = rb_entry(node, struct discard_cmd, rb_node); in __lookup_discard_cmd() 1026 node = node->rb_left; in __lookup_discard_cmd() 1028 node = node->rb_right; in __lookup_discard_cmd() 1496 struct rb_node *node; in __update_discard_tree_range() local 1551 node = rb_next(&prev_dc->rb_node); in __update_discard_tree_range() 1608 struct rb_node *node; in __issue_discard_cmd_orderly() local 1625 node = rb_next(&dc->rb_node); in __issue_discard_cmd_orderly() 3387 struct rb_node *node; in __issue_discard_cmd_range() local [all …]
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | core.c | 1172 struct device_node *node; in ath11k_core_check_dt() local 1174 node = ab->dev->of_node; in ath11k_core_check_dt() 1175 if (!node) in ath11k_core_check_dt() 1178 of_property_read_string(node, "qcom,calibration-variant", in ath11k_core_check_dt() 1181 of_property_read_string(node, "qcom,ath11k-calibration-variant", in ath11k_core_check_dt()
|
| /linux-6.15/drivers/crypto/intel/iaa/ |
| H A D | iaa_crypto_main.c | 897 int node, cpu, iaa = -1; in rebalance_wq_table() local 918 for_each_node_with_cpus(node) { in rebalance_wq_table() 919 node_cpus = cpumask_of_node(node); in rebalance_wq_table() 1885 int node; in iaa_crypto_init_module() local 1888 for_each_node_with_cpus(node) in iaa_crypto_init_module()
|
| /linux-6.15/drivers/gpu/drm/bridge/ |
| H A D | samsung-dsim.c | 1862 struct device_node *node = dev->of_node; in samsung_dsim_parse_dt() local 1867 ret = samsung_dsim_of_read_u32(node, "samsung,pll-clock-frequency", in samsung_dsim_parse_dt() 1878 ret = samsung_dsim_of_read_u32(node, "samsung,burst-clock-frequency", in samsung_dsim_parse_dt() 1885 ret = samsung_dsim_of_read_u32(node, "samsung,esc-clock-frequency", in samsung_dsim_parse_dt() 1890 endpoint = of_graph_get_endpoint_by_regs(node, 1, -1); in samsung_dsim_parse_dt()
|