| /linux-6.15/drivers/media/usb/cx231xx/ |
| H A D | cx231xx-417.c | 1382 struct cx231xx_buffer *buf, *node; in return_all_buffers() local 1386 list_for_each_entry_safe(buf, node, &vidq->active, list) { in return_all_buffers()
|
| /linux-6.15/drivers/gpu/drm/msm/dp/ |
| H A D | dp_display.c | 1268 struct device_node *node = pdev->dev.of_node; in msm_dp_display_get_connector_type() local 1269 struct device_node *aux_bus = of_get_child_by_name(node, "aux-bus"); in msm_dp_display_get_connector_type()
|
| /linux-6.15/arch/loongarch/ |
| H A D | Kconfig | 502 than one NUMA node; on single node systems it is generally better
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_sysfs.c | 472 evt = list_entry(this, struct scsi_event, node); in scsi_device_dev_release() 473 list_del(&evt->node); in scsi_device_dev_release()
|
| /linux-6.15/scripts/mod/ |
| H A D | file2alias.c | 90 list_for_each_entry(als, &mod->aliases, node) { in module_alias_printf() 97 list_add_tail(&new->node, &mod->aliases); in module_alias_printf()
|
| /linux-6.15/drivers/gpu/drm/panel/ |
| H A D | panel-novatek-nt36523.c | 984 .node = NULL, 1002 .node = NULL,
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 544 int node; in refill_fl() local 552 node = dev_to_node(adap->pdev_dev); in refill_fl() 561 pg = alloc_pages_node(node, gfp | __GFP_COMP, s->fl_pg_order); in refill_fl() 592 pg = alloc_pages_node(node, gfp, 0); in refill_fl() 659 size_t stat_size, int node) in alloc_ring() argument 668 s = kcalloc_node(sw_size, nelem, GFP_KERNEL, node); in alloc_ring()
|
| /linux-6.15/kernel/trace/ |
| H A D | ring_buffer.c | 548 struct hlist_node node; member 2469 ret = cpuhp_state_add_instance(CPUHP_TRACE_RB_PREPARE, &buffer->node); in alloc_buffer() 2564 cpuhp_state_remove_instance(CPUHP_TRACE_RB_PREPARE, &buffer->node); in ring_buffer_free() 7340 int trace_rb_cpu_prepare(unsigned int cpu, struct hlist_node *node) in trace_rb_cpu_prepare() argument 7347 buffer = container_of(node, struct trace_buffer, node); in trace_rb_cpu_prepare()
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 87 * Fixed issue with receiving PLOGI handling when node is on NPR 334 * rport fixes: when receiving PRLI's, set node/rport role values 347 Moved rport delete to freenode - so rport tracks node. 354 removing from mapped list. Pnode get nulled when the node is 589 referenced from the node. 967 * Removed LPFC_DEV_RPTLUN node failure bit because we don't issue 1246 * Move ndlp node from unmap list to map list if ADISC completed 1524 state machine functions if the node is freed from the
|
| /linux-6.15/sound/soc/ |
| H A D | soc-core.c | 3219 struct device_node *node = card->dev->of_node; in snd_soc_of_parse_aux_devs() local 3223 num = of_count_phandle_with_args(node, propname, NULL); in snd_soc_of_parse_aux_devs() 3239 aux->dlc.of_node = of_parse_phandle(node, propname, i); in snd_soc_of_parse_aux_devs()
|
| /linux-6.15/Documentation/spi/ |
| H A D | spi-summary.rst | 168 /sys/devices/.../CTLR ... physical node for a given SPI controller 181 /sys/class/spi_master/spiB ... symlink to a logical node which could hold 194 /sys/class/spi_slave/spiB ... symlink to a logical node which could hold
|
| /linux-6.15/drivers/virtio/ |
| H A D | virtio_mem.c | 838 int node = NUMA_NO_NODE; in virtio_mem_translate_node_id() local 842 node = pxm_to_node(node_id); in virtio_mem_translate_node_id() 844 return node; in virtio_mem_translate_node_id()
|
| /linux-6.15/include/linux/ |
| H A D | pci.h | 655 struct list_head node; /* Node in list of buses */ member 1782 struct device_node *node, in pci_irqd_intx_xlate() argument 2066 struct device_node *node, in pci_irqd_intx_xlate() argument
|
| /linux-6.15/net/netlink/ |
| H A D | af_netlink.c | 509 &nlk_sk(sk)->node, in __netlink_insert() 599 if (!rhashtable_remove_fast(&table->hash, &nlk_sk(sk)->node, in netlink_remove() 2864 .head_offset = offsetof(struct netlink_sock, node),
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy_device.c | 3152 struct device_node *node = phydev->mdio.dev.of_node; in of_phy_leds() local 3159 if (!node) in of_phy_leds() 3162 leds = of_get_child_by_name(node, "leds"); in of_phy_leds()
|
| /linux-6.15/drivers/dma/qcom/ |
| H A D | gpi.c | 1000 list_del(&vd->node); in gpi_process_imed_data_event() 1079 list_del(&vd->node); in gpi_process_xfer_compl_event() 1882 struct virt_dma_desc, node); in gpi_issue_pending()
|
| /linux-6.15/Documentation/RCU/ |
| H A D | RTFP.txt | 189 hash table with atomic node move [JoshTriplett2010RPHash], an update on 258 node was to be deleted, and waits until all such processes have 259 -terminated- before allowing this node to be reused. This is 291 node was to be deleted, and waits until all such processes have 292 -terminated- before allowing this node to be reused. This is 970 http://www.linuxjournal.com/node/7124 1662 \url{http://www.ioremap.net/node/41}
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_input.c | 5606 struct rb_node *node, *prev; in tcp_prune_ofo_queue() local 5614 node = &tp->ooo_last_skb->rbnode; in tcp_prune_ofo_queue() 5617 struct sk_buff *skb = rb_to_skb(node); in tcp_prune_ofo_queue() 5623 prev = rb_prev(node); in tcp_prune_ofo_queue() 5624 rb_erase(node, &tp->out_of_order_queue); in tcp_prune_ofo_queue() 5634 node = prev; in tcp_prune_ofo_queue() 5635 } while (node); in tcp_prune_ofo_queue()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | devices.txt | 1083 0 = /dev/scramdisk/master Master node for ioctls 1091 node which then activates them via one of the 1864 128 = /dev/isex0 Control node for first ISE board 1865 129 = /dev/isex1 Control node for second ISE board 2623 0 = /dev/vx/config Configuration access node 2624 1 = /dev/vx/trace Volume i/o trace access node 2625 2 = /dev/vx/iod Volume i/o daemon access node 2626 3 = /dev/vx/info Volume information access node 2627 4 = /dev/vx/task Volume tasks access node
|
| /linux-6.15/arch/arm64/boot/dts/ti/ |
| H A D | k3-j721e-som-p0.dtsi | 436 * appropriate node based on board detection
|
| /linux-6.15/drivers/gpu/drm/bridge/ |
| H A D | chipone-icn6211.c | 553 .node = NULL, in chipone_dsi_host_attach()
|
| /linux-6.15/drivers/target/iscsi/ |
| H A D | iscsi_target_stat.c | 773 CONFIGFS_ATTR_RO(iscsi_stat_sess_, node);
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-dv-timings.rst | 55 Calling ``VIDIOC_SUBDEV_S_DV_TIMINGS`` on a subdev device node that has been
|
| H A D | vidioc-enum-fmt.rst | 46 1) ``V4L2_CAP_IO_MC`` is not set (also known as a 'video-node-centric' driver)
|
| /linux-6.15/Documentation/admin-guide/blockdev/ |
| H A D | floppy.rst | 177 changed whenever the device node is reopened. Needed on some
|