| /linux-6.15/drivers/block/ |
| H A D | rbd.c | 207 struct list_head node; member 447 struct list_head node; member 715 INIT_LIST_HEAD(&rbdc->node); in rbd_client_create() 727 list_add_tail(&rbdc->node, &rbd_client_list); in rbd_client_create() 764 list_for_each_entry(iter, &rbd_client_list, node) { in rbd_client_find() 878 list_del(&rbdc->node); in rbd_client_release() 5351 INIT_LIST_HEAD(&rbd_dev->node); in __rbd_dev_create() 7162 list_add_tail(&rbd_dev->node, &rbd_dev_list); in do_rbd_add() 7260 list_for_each_entry(rbd_dev, &rbd_dev_list, node) { in do_rbd_remove() 7292 list_del_init(&rbd_dev->node); in do_rbd_remove()
|
| /linux-6.15/fs/ext4/ |
| H A D | mballoc.c | 4231 ext4_mb_pa_rb_next_iter(ext4_lblk_t new_start, ext4_lblk_t cur_start, struct rb_node *node) in ext4_mb_pa_rb_next_iter() argument 4234 return node->rb_left; in ext4_mb_pa_rb_next_iter() 4236 return node->rb_right; in ext4_mb_pa_rb_next_iter() 6316 struct rb_node **n = &db->bb_free_root.rb_node, *node; in ext4_mb_free_metadata() local 6356 node = rb_prev(new_node); in ext4_mb_free_metadata() 6357 if (node) { in ext4_mb_free_metadata() 6358 entry = rb_entry(node, struct ext4_free_data, efd_node); in ext4_mb_free_metadata() 6363 node = rb_next(new_node); in ext4_mb_free_metadata() 6364 if (node) { in ext4_mb_free_metadata() 6365 entry = rb_entry(node, struct ext4_free_data, efd_node); in ext4_mb_free_metadata()
|
| /linux-6.15/fs/btrfs/ |
| H A D | tree-log.c | 2720 level = btrfs_header_level(log->node); in walk_log_tree() 2722 path->nodes[level] = log->node; in walk_log_tree() 2723 atomic_inc(&log->node->refs); in walk_log_tree() 3004 btrfs_set_root_node(&log->root_item, log->node); in btrfs_sync_log() 3019 if (!log_root_tree->node) { in btrfs_sync_log() 3124 log_root_start = log_root_tree->node->start; in btrfs_sync_log() 3125 log_root_level = btrfs_header_level(log_root_tree->node); in btrfs_sync_log() 3221 if (log->node) { in free_log_tree() 7263 ret = btrfs_pin_extent_for_log_replay(trans, log->node); in btrfs_recover_log_trees()
|
| H A D | extent_io.c | 4477 void btrfs_readahead_node_child(struct extent_buffer *node, int slot) in btrfs_readahead_node_child() argument 4479 btrfs_readahead_tree_block(node->fs_info, in btrfs_readahead_node_child() 4480 btrfs_node_blockptr(node, slot), in btrfs_readahead_node_child() 4481 btrfs_header_owner(node), in btrfs_readahead_node_child() 4482 btrfs_node_ptr_generation(node, slot), in btrfs_readahead_node_child() 4483 btrfs_header_level(node) - 1); in btrfs_readahead_node_child()
|
| H A D | volumes.h | 216 struct rb_node node; member
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | sor.c | 1492 struct drm_info_node *node = s->private; in tegra_sor_show_crc() local 1493 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_crc() 1495 struct drm_device *drm = node->minor->dev; in tegra_sor_show_crc() 1654 struct drm_info_node *node = s->private; in tegra_sor_show_regs() local 1655 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_regs() 1657 struct drm_device *drm = node->minor->dev; in tegra_sor_show_regs()
|
| /linux-6.15/drivers/target/ |
| H A D | target_core_user.c | 112 struct list_head node; member 1627 INIT_LIST_HEAD(&udev->node); in tcmu_alloc_device() 2291 list_add(&udev->node, &root_udev); in tcmu_configure_device() 2328 list_del(&udev->node); in tcmu_destroy_device() 3197 list_for_each_entry(udev, &root_udev, node) { in find_free_blocks()
|
| /linux-6.15/drivers/firmware/ |
| H A D | ti_sci.c | 120 struct list_head node; member 3262 list_for_each_entry(info, &ti_sci_list, node) { in ti_sci_get_handle() 3383 list_for_each_entry(info, &ti_sci_list, node) { in ti_sci_get_by_phandle() 3802 INIT_LIST_HEAD(&info->node); in ti_sci_probe() 3891 list_add_tail(&info->node, &ti_sci_list); in ti_sci_probe()
|
| /linux-6.15/include/linux/sched/ |
| H A D | signal.h | 73 struct hlist_node node; member
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-innocomm-wb15.dtsi | 289 /delete-node/ &sec_jr1; /* Job ring in use by OP-TEE */
|
| /linux-6.15/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_vkms.c | 262 *vblank_time = READ_ONCE(du->vkms.timer.node.expires); in vmw_vkms_get_vblank_timestamp()
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A D | hypercalls.rst | 32 property inside the device tree's /hypervisor node.
|
| /linux-6.15/drivers/firewire/ |
| H A D | Kconfig | 42 This builds the KUnit tests for device attribute for node and
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-block-bcache | 135 one node tree will have a depth of 0).
|
| /linux-6.15/drivers/video/fbdev/geode/ |
| H A D | lxfb_core.c | 432 info->node = -1; in lxfb_init_fbinfo()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | tips.txt | 53 To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node`
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | si4713.rst | 145 ioctl the device node. Here is an code of example:
|
| /linux-6.15/drivers/of/ |
| H A D | irq.c | 745 d = irq_find_matching_host(it.node, token); in of_msi_get_domain()
|
| /linux-6.15/tools/perf/util/ |
| H A D | parse-events.l | 259 …instruction|LLC|L2|dTLB|d-tlb|Data-TLB|iTLB|i-tlb|Instruction-TLB|branch|branches|bpu|btb|bpc|node)
|
| /linux-6.15/net/ipv6/netfilter/ |
| H A D | nf_conntrack_reasm.c | 547 .head_offset = offsetof(struct inet_frag_queue, node),
|
| /linux-6.15/include/linux/ |
| H A D | hisi_acc_qm.h | 567 u8 alg_type, int node, struct hisi_qp **qps);
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | samsung,s5m8767.yaml | 26 Child node describing clock provider.
|
| /linux-6.15/Documentation/mm/ |
| H A D | balance.rst | 81 alleviate memory pressure on any zone in the page's node that has fallen below
|
| /linux-6.15/drivers/gpu/drm/panel/ |
| H A D | panel-novatek-nt35950.c | 584 .node = NULL,
|
| /linux-6.15/Documentation/devicetree/bindings/mmc/ |
| H A D | marvell,xenon-sdhci.yaml | 17 Each SDHC should have an independent device tree node.
|