Home
last modified time | relevance | path

Searched refs:plist (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/arch/mips/fw/cfe/
H A Dcfe_api.c82 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_start()
84 xiocb.plist.xiocb_cpuctl.gp_val = gp; in cfe_cpu_start()
85 xiocb.plist.xiocb_cpuctl.sp_val = sp; in cfe_cpu_start()
86 xiocb.plist.xiocb_cpuctl.a1_val = a1; in cfe_cpu_start()
120 xiocb.plist.xiocb_envbuf.enum_idx = idx; in cfe_enumenv()
141 xiocb.plist.xiocb_meminfo.mi_idx = idx; in cfe_enummem()
195 xiocb.plist.xiocb_buffer.buf_offset = 0; in cfe_getdevinfo()
217 xiocb.plist.xiocb_envbuf.enum_idx = 0; in cfe_getenv()
282 xiocb.plist.xiocb_time.ticks = 0; in cfe_getticks()
286 return xiocb.plist.xiocb_time.ticks; in cfe_getticks()
[all …]
H A Dcfe_api_int.h132 } plist; member
/linux-6.15/include/acpi/
H A Dacoutput.h203 #define ACPI_INFO(plist) acpi_info plist argument
204 #define ACPI_WARNING(plist) acpi_warning plist argument
206 #define ACPI_EXCEPTION(plist) acpi_exception plist argument
207 #define ACPI_ERROR(plist) acpi_error plist argument
208 #define ACPI_ERROR_ONCE(plist) ACPI_ONCE(acpi_error, plist) argument
209 #define ACPI_BIOS_WARNING(plist) acpi_bios_warning plist argument
210 #define ACPI_BIOS_EXCEPTION(plist) acpi_bios_exception plist argument
211 #define ACPI_BIOS_ERROR(plist) acpi_bios_error plist argument
295 #define ACPI_DEBUG_PRINT(plist) acpi_debug_print plist argument
296 #define ACPI_DEBUG_PRINT_RAW(plist) acpi_debug_print_raw plist argument
[all …]
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c122 struct list_head *plist, *phead; in kfree_all_stainfo() local
127 plist = get_next(phead); in kfree_all_stainfo()
129 while (phead != plist) in kfree_all_stainfo()
130 plist = get_next(plist); in kfree_all_stainfo()
143 struct list_head *phead, *plist; in _rtw_free_sta_priv() local
153 list_for_each(plist, phead) { in _rtw_free_sta_priv()
364 plist = get_next(phead); in rtw_free_stainfo()
369 plist = get_next(plist); in rtw_free_stainfo()
463 struct list_head *plist, *phead; in rtw_get_stainfo() local
482 list_for_each(plist, phead) { in rtw_get_stainfo()
[all …]
H A Drtw_recv.c117 plist = get_next(phead); in _rtw_alloc_recvframe()
220 plist = get_next(phead); in rtw_free_recvframe_queue()
222 while (phead != plist) { in rtw_free_recvframe_queue()
225 plist = get_next(plist); in rtw_free_recvframe_queue()
283 plist = get_next(phead); in rtw_dequeue_recvbuf()
1030 plist = get_next(phead); in recvframe_defrag()
1048 plist = get_next(plist); in recvframe_defrag()
1050 while (phead != plist) { in recvframe_defrag()
1083 plist = get_next(plist); in recvframe_defrag()
1694 plist = get_next(plist); in enqueue_reorder_recvframe()
[all …]
H A Drtw_ap.c175 struct list_head *phead, *plist, *tmp; in expire_timeout_chk() local
187 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk()
212 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk()
1178 struct list_head *plist, *phead; in rtw_acl_add_sta() local
1192 list_for_each(plist, phead) { in rtw_acl_add_sta()
1235 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local
1684 struct list_head *phead, *plist; in associated_clients_update() local
1692 list_for_each(plist, phead) { in associated_clients_update()
1931 struct list_head *phead, *plist, *tmp; in rtw_sta_flush() local
2010 struct list_head *phead, *plist; in rtw_ap_restore_network() local
[all …]
H A Drtw_xmit.c1447 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local
1457 plist = get_next(phead); in rtw_alloc_xmitbuf_ext()
1507 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local
1517 plist = get_next(phead); in rtw_alloc_xmitbuf()
1607 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local
1617 plist = get_next(phead); in rtw_alloc_xmitframe()
1643 plist = get_next(phead); in rtw_alloc_xmitframe_ext()
2419 plist = get_next(phead); in dequeue_pending_xmitbuf()
2444 plist = phead; in dequeue_pending_xmitbuf_under_survey()
2446 plist = get_next(plist); in dequeue_pending_xmitbuf_under_survey()
[all …]
H A Drtw_mlme.c114 struct list_head *plist = NULL; in rtw_alloc_network() local
203 list_for_each(plist, phead) { in _rtw_find_network()
210 if (plist == phead) in _rtw_find_network()
360 list_for_each(plist, phead) { in _rtw_find_same_network()
367 if (plist == phead) in _rtw_find_same_network()
382 list_for_each(plist, phead) { in rtw_get_oldest_wlan_network()
788 plist = get_next(phead); in free_scanqueue()
790 while (plist != phead) { in free_scanqueue()
791 ptemp = get_next(plist); in free_scanqueue()
792 list_del_init(plist); in free_scanqueue()
[all …]
H A Drtw_ioctl_set.c39 struct list_head *plist, *phead; in rtw_do_join() local
47 plist = get_next(phead); in rtw_do_join()
53 pmlmepriv->pscanned = plist; in rtw_do_join()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_scheduler.h19 #define priolist_for_each_request(it, plist) \ argument
20 list_for_each_entry(it, &(plist)->requests, sched.link)
22 #define priolist_for_each_request_consume(it, n, plist) \ argument
23 list_for_each_entry_safe(it, n, &(plist)->requests, sched.link)
/linux-6.15/drivers/irqchip/
H A Dirq-loongarch-avec.c83 struct pending_list *plist = per_cpu_ptr(&pending_list, cpu); in pending_list_init() local
85 INIT_LIST_HEAD(&plist->head); in pending_list_init()
90 struct pending_list *plist; in avecintc_sync() local
93 plist = per_cpu_ptr(&pending_list, adata->prev_cpu); in avecintc_sync()
94 list_add_tail(&adata->entry, &plist->head); in avecintc_sync()
150 struct pending_list *plist = per_cpu_ptr(&pending_list, cpu); in avecintc_cpu_offline() local
157 if (!list_empty(&plist->head)) in avecintc_cpu_offline()
167 struct pending_list *plist = this_cpu_ptr(&pending_list); in complete_irq_moving() local
174 list_for_each_entry_safe(adata, tdata, &plist->head, entry) { in complete_irq_moving()
/linux-6.15/drivers/infiniband/sw/siw/
H A Dsiw_mem.c74 kfree(umem->page_chunk[i].plist); in siw_umem_release()
402 struct page **plist = in siw_umem_get() local
405 if (!plist) { in siw_umem_get()
409 umem->page_chunk[i].plist = plist; in siw_umem_get()
411 *plist = sg_page_iter_page(&sg_iter); in siw_umem_get()
414 plist++; in siw_umem_get()
H A Dsiw_mem.h66 return umem->page_chunk[chunk_idx].plist[page_in_chunk]; in siw_get_upage()
/linux-6.15/arch/x86/kernel/cpu/microcode/
H A Damd.c46 struct list_head plist; member
757 list_for_each_entry(p, &microcode_cache, plist) in cache_find_patch()
787 list_for_each_entry(p, &microcode_cache, plist) { in update_cache()
799 list_replace(&p->plist, &new_patch->plist); in update_cache()
806 list_add_tail(&new_patch->plist, &microcode_cache); in update_cache()
813 list_for_each_entry_safe(p, tmp, &microcode_cache, plist) { in free_cache()
814 __list_del(p->plist.prev, p->plist.next); in free_cache()
1010 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
/linux-6.15/drivers/acpi/acpica/
H A Dacmacros.h426 #define ACPI_WARN_PREDEFINED(plist) acpi_ut_predefined_warning plist argument
427 #define ACPI_INFO_PREDEFINED(plist) acpi_ut_predefined_info plist argument
428 #define ACPI_BIOS_ERROR_PREDEFINED(plist) acpi_ut_predefined_bios_error plist argument
437 #define ACPI_WARN_PREDEFINED(plist) argument
438 #define ACPI_INFO_PREDEFINED(plist) argument
439 #define ACPI_BIOS_ERROR_PREDEFINED(plist) argument
/linux-6.15/net/sched/
H A Dcls_bpf.c33 struct list_head plist; member
90 list_for_each_entry_rcu(prog, &head->plist, link) { in cls_bpf_classify()
251 INIT_LIST_HEAD_RCU(&head->plist); in cls_bpf_init()
309 *last = list_empty(&head->plist); in cls_bpf_delete()
319 list_for_each_entry_safe(prog, tmp, &head->plist, link) in cls_bpf_destroy()
331 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_get()
521 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change()
646 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk()
661 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_reoffload()
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c126 struct list_head *phead, *plist; in rtw_mlcst2unicst() local
140 list_for_each(plist, phead) { in rtw_mlcst2unicst()
143 psta = list_entry(plist, struct sta_info, asoc_list); in rtw_mlcst2unicst()
H A Dioctl_cfg80211.c1126 struct list_head *plist, *phead; in rtw_cfg80211_surveydone_event_callback() local
1134 list_for_each(plist, phead) in rtw_cfg80211_surveydone_event_callback()
1136 pnetwork = list_entry(plist, struct wlan_network, list); in rtw_cfg80211_surveydone_event_callback()
2336 struct list_head *phead, *plist, *tmp; in cfg80211_rtw_del_station() local
2365 list_for_each_safe(plist, tmp, phead) { in cfg80211_rtw_del_station()
2366 psta = list_entry(plist, struct sta_info, asoc_list); in cfg80211_rtw_del_station()
2400 struct list_head *phead, *plist; in rtw_sta_info_get_by_idx() local
2405 plist = get_next(phead); in rtw_sta_info_get_by_idx()
2408 while (phead != plist) { in rtw_sta_info_get_by_idx()
2410 psta = container_of(plist, struct sta_info, asoc_list); in rtw_sta_info_get_by_idx()
[all …]
/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c563 struct list_head *plist, *phead; in rtl8723bs_free_xmit_priv() local
583 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
584 list_del_init(plist); in rtl8723bs_free_xmit_priv()
586 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtl8723bs_free_xmit_priv()
/linux-6.15/drivers/tty/vt/
H A Dconsolemap.c642 struct unipair *unilist, *plist; in con_set_unimap() local
673 for (plist = unilist; ct; ct--, plist++) { in con_set_unimap()
674 err1 = con_insert_unipair(dict, plist->unicode, plist->fontpos); in con_set_unimap()
/linux-6.15/tools/perf/util/
H A Dprobe-file.h48 struct strlist *plist);
/linux-6.15/Documentation/admin-guide/mm/
H A Dswap_numa.rst73 due to plist being sorted from low to high. The new policy doesn't change
77 node, they will all be promoted to priority -1 on that node's plist and will
/linux-6.15/drivers/powercap/
H A Dintel_rapl_common.c1788 list_for_each_entry(pos, &rapl_packages, plist) { in rapl_pmu_event_init()
1874 list_for_each_entry(rp, &rapl_packages, plist) { in cpumask_show()
2082 list_for_each_entry(pos, &rapl_packages, plist) { in rapl_package_remove_pmu()
2121 list_del(&rp->plist); in rapl_remove_package_cpuslocked()
2166 list_for_each_entry(rp, &rapl_packages, plist) { in rapl_find_package_domain_cpuslocked()
2225 INIT_LIST_HEAD(&rp->plist); in rapl_add_package_cpuslocked()
2226 list_add(&rp->plist, &rapl_packages); in rapl_add_package_cpuslocked()
2251 list_for_each_entry(rp, &rapl_packages, plist) { in power_limit_state_save()
2272 list_for_each_entry(rp, &rapl_packages, plist) { in power_limit_state_restore()
/linux-6.15/include/linux/
H A Dintel_rapl.h193 struct list_head plist; member
/linux-6.15/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.c213 struct ib_sge *plist; in rdma_write_sg() local
224 plist = &id->tx_sg; in rdma_write_sg()
225 plist->addr = dma_addr + offset; in rdma_write_sg()
226 plist->length = le32_to_cpu(id->rd_msg->desc[0].len); in rdma_write_sg()
231 if (plist->length == 0) { in rdma_write_sg()
236 plist->lkey = srv_path->s.dev->ib_pd->local_dma_lkey; in rdma_write_sg()
237 offset += plist->length; in rdma_write_sg()
239 wr->wr.sg_list = plist; in rdma_write_sg()

12