/kernel/linux/linux-6.6/drivers/base/ |
H A D | swnode.c | 78 list_for_each_entry(k, &swnode_kset->list, entry) { in software_node_to_swnode() 706 list_for_each_entry(k, &swnode_kset->list, entry) { in software_node_find_by_name()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vram_mgr.c | 54 amdgpu_vram_mgr_first_block(struct list_head *list) in amdgpu_vram_mgr_first_block() argument 56 return list_first_entry_or_null(list, struct drm_buddy_block, link); in amdgpu_vram_mgr_first_block() 339 * -EBUSY: the page is still hold and in pending list
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 389 * running queues list. 392 * in the run list. 550 * @list: Queue linked list. 581 struct list_head list; member 643 /* Queues list */ 846 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | altera-msgdma.c | 157 * @node: node to move from the free list to the tx list 158 * @tx_list: transmit list node 244 * msgdma_free_desc_list - Free descriptors list 246 * @list: List to parse and delete the descriptor 249 struct list_head *list) in msgdma_free_desc_list() 253 list_for_each_entry_safe(desc, next, list, node) in msgdma_free_desc_list() 381 * @sgl: Destination scatter list 382 * @sg_len: Number of entries in destination scatter list 871 /* Init DMA link list */ in msgdma_probe() 248 msgdma_free_desc_list(struct msgdma_device *mdev, struct list_head *list) msgdma_free_desc_list() argument [all...] |
/kernel/linux/linux-6.6/drivers/dma/sh/ |
H A D | shdma-base.c | 401 /* Remove from ld_queue list */ in __ld_cleanup() 455 LIST_HEAD(list); in shdma_free_chan_resources() 478 list_splice_init(&schan->ld_free, &list); in shdma_free_chan_resources() 513 /* Allocate the link descriptor from the free list */ in shdma_add_desc() 551 * shdma_prep_sg - prepare transfer descriptors from an SG list 555 * list manipulation. For slave DMA direction carries the usual meaning, and, 556 * logically, the SG list is RAM and the addr variable contains slave address, 558 * and the SG list contains only one element and points at the source buffer. 586 * back onto the free list in form of a chain in shdma_prep_sg() 622 /* Put them back on the free list, s in shdma_prep_sg() [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 23 # copyright notice, this list of conditions and the following 27 # copyright notice, this list of conditions and the following
|
H A D | sha512-avx-asm.S | 23 # copyright notice, this list of conditions and the following 27 # copyright notice, this list of conditions and the following
|
/kernel/linux/linux-6.6/drivers/dma/xilinx/ |
H A D | zynqmp_dma.c | 149 * struct zynqmp_dma_desc_ll - Hw linked list descriptor 169 * @node: Node in the channel descriptor list 294 * zynqmp_dma_config_sg_ll_desc - Configure the linked list descriptor 443 * zynqmp_dma_free_desc_list - Free descriptors list 445 * @list: List to parse and delete the descriptor 448 struct list_head *list) in zynqmp_dma_free_desc_list() 452 list_for_each_entry_safe(desc, next, list, node) in zynqmp_dma_free_desc_list() 447 zynqmp_dma_free_desc_list(struct zynqmp_dma_chan *chan, struct list_head *list) zynqmp_dma_free_desc_list() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | net_driver.h | 19 #include <linux/list.h> 483 * @rx_list: list of SKBs from current RX, awaiting processing 711 * @list: node of linked list on which this struct is stored 721 struct list_head list; member 854 * @rss_context: Main RSS context. Its @list member is the head of the list of 856 * @rss_lock: Protects custom RSS context software state in @rss_context.list 1252 * @filter_get_rx_ids: Get list of RX filters at a given priority 1275 * @udp_tnl_push_ports: Push the list o [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | debugfs_sta.c | 136 list_for_each_entry(peer, &stats->peers_extd, list) { in ath10k_sta_update_extd_stats_rx_duration() 155 list_for_each_entry(peer, &stats->peers, list) { in ath10k_sta_update_stats_rx_duration()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_msgs.c | 7 #include <linux/list.h> 755 list_for_each_entry(inst, &core->instances, list) in to_instance()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 309 list_for_each_entry_rcu(iter, &ar->tx_ampdu_list, list) { in carl9170_debugfs_ampdu_state_read() 449 list_for_each_entry_rcu(iter, &ar->vif_list, list) { in carl9170_debugfs_vif_dump_read()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | mac80211.c | 42 if (list_empty(&rtwtxq->list)) in rtw_ops_wake_tx_queue() 43 list_add_tail(&rtwtxq->list, &rtwdev->txqs); in rtw_ops_wake_tx_queue()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | nvme.h | 133 * Identification Descriptor list subcommand despite claiming 445 * there is a 1:1 relation to our namespace structures, that is ->list 449 struct list_head list; member 487 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pcie-designware-ep.c | 38 list_for_each_entry(ep_func, &ep->func_list, list) { in dw_pcie_ep_get_func_from_ep() 777 list_add_tail(&ep_func->list, &ep->func_list); in dw_pcie_ep_init()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-merge.c | 452 * If the driver previously mapped a shorter list, we could see a in blk_next_sg() 821 * If we are allowed to merge, then append bio list in attempt_merge() 1084 * blk_attempt_plug_merge - try to merge with %current's plugged list 1088 * from the passed in @q already in the plug list 1091 * request on %current's plugged list. Returns %true if merge was successful, 1122 * Only keep iterating plug list for merges if we have multiple in blk_attempt_plug_merge() 1132 * Iterate list of requests and see if we can merge this bio with any 1135 bool blk_bio_list_merge(struct request_queue *q, struct list_head *list, in blk_bio_list_merge() argument 1141 list_for_each_entry_reverse(rq, list, queuelist) { in blk_bio_list_merge()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | base.c | 354 list_add_tail(&ctr->head, &dom->list); in nvkm_perfctr_new() 797 INIT_LIST_HEAD(&dom->list); in nvkm_perfdom_new()
|
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | iommu.h | 18 #include <linux/list.h> 600 struct list_head devices; /* all devices' list */ 860 struct list_head list; member
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | ulpevent.c | 370 * specification [SCTP] and any extensions for a list of possible 1175 unsigned int sctp_queue_purge_ulpevents(struct sk_buff_head *list) in sctp_queue_purge_ulpevents() argument 1180 while ((skb = skb_dequeue(list)) != NULL) { in sctp_queue_purge_ulpevents()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | twl6040.c | 91 { .count = ARRAY_SIZE(lp_rates), .list = lp_rates, }, 92 { .count = ARRAY_SIZE(hp_rates), .list = hp_rates, },
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_sas.h | 11 * notice, this list of conditions, and the following disclaimer, 236 struct list_head list; member 476 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/ |
H A D | efc_node.c | 276 * recvd. Thus, node's ELS IO pending list won't be in efc_node_handle_implicit_logo() 861 efc_els_io_list_empty(struct efc_node *node, struct list_head *list) in efc_els_io_list_empty() argument 867 empty = list_empty(list); in efc_els_io_list_empty()
|
/kernel/linux/linux-6.6/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 529 list_for_each_entry(port, &adapter->port_list, list) in zfcp_scsi_adapter_unregister() 794 list_for_each_entry(port, &adapter->port_list, list) in zfcp_scsi_schedule_rports_block()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core.h | 379 struct list_head list; member 1000 list_add_tail(&entry->list, &card->qdio.in_buf_pool.entry_list); in qeth_put_buffer_pool_entry()
|
/kernel/linux/linux-6.6/mm/ |
H A D | internal.h | 277 * active/inactive lists vs unevictable list. 341 extern unsigned move_folios_to_lru(struct lruvec *lruvec, struct list_head *list); 585 extern void free_unref_page_list(struct list_head *list); 632 unsigned short fast_search_fail;/* failures to use free list searches */
|