/linux/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 82 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_start() 83 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START; 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() 87 xiocb.plist.xiocb_cpuctl.start_addr = (long) fn; in cfe_cpu_start() 103 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_stop() 104 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP; in cfe_cpu_stop() 120 xiocb.plist.xiocb_envbuf.enum_idx = idx; in cfe_enumenv() 121 xiocb.plist in cfe_enumenv() [all...] |
H A D | cfe_api_int.h | 132 } plist; member
|
/linux/include/acpi/ |
H A D | acoutput.h | 200 * the plist contains a set of parens to allow variable-length lists. 203 #define ACPI_INFO(plist) acpi_info plist argument 204 #define ACPI_WARNING(plist) acpi_warning plist argument 205 #define ACPI_WARNING_ONCE(plist) ACPI_ONCE(acpi_warning, plist) argument 206 #define ACPI_EXCEPTION(plist) acpi_exception plist argument 207 #define ACPI_ERROR(plist) acpi_erro argument 208 ACPI_ERROR_ONCE(plist) global() argument 209 ACPI_BIOS_WARNING(plist) global() argument 210 ACPI_BIOS_EXCEPTION(plist) global() argument 211 ACPI_BIOS_ERROR(plist) global() argument 218 ACPI_INFO(plist) global() argument 219 ACPI_WARNING(plist) global() argument 220 ACPI_WARNING_ONCE(plist) global() argument 221 ACPI_EXCEPTION(plist) global() argument 222 ACPI_ERROR(plist) global() argument 223 ACPI_ERROR_ONCE(plist) global() argument 224 ACPI_BIOS_WARNING(plist) global() argument 225 ACPI_BIOS_EXCEPTION(plist) global() argument 226 ACPI_BIOS_ERROR(plist) global() argument 295 ACPI_DEBUG_PRINT(plist) global() argument 296 ACPI_DEBUG_PRINT_RAW(plist) global() argument 318 ACPI_DEBUG_PRINT(plist) global() argument 319 ACPI_DEBUG_PRINT_RAW(plist) global() argument [all...] |
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 122 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() 156 psta = list_entry(plist, struct sta_info, in _rtw_free_sta_priv() 350 struct list_head *phead, *plist; in rtw_free_stainfo() local 364 plist in rtw_free_stainfo() 430 struct list_head *plist, *phead, *tmp; rtw_free_all_stainfo() local 463 struct list_head *plist, *phead; rtw_get_stainfo() local 526 struct list_head *plist, *phead; rtw_access_ctrl() local [all...] |
H A D | rtw_recv.c | 108 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local 117 plist = get_next(phead); in _rtw_alloc_recvframe() 119 precvframe = (union recv_frame *)plist; in _rtw_alloc_recvframe() 215 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 220 plist = get_next(phead); in rtw_free_recvframe_queue() 222 while (phead != plist) { in rtw_free_recvframe_queue() 223 precvframe = (union recv_frame *)plist; in rtw_free_recvframe_queue() 225 plist = get_next(plist); in rtw_free_recvframe_queue() 274 struct list_head *plist, *phea in rtw_dequeue_recvbuf() local 1019 struct list_head *plist, *phead; recvframe_defrag() local 1678 struct list_head *phead, *plist; enqueue_reorder_recvframe() local 1730 struct list_head *phead, *plist; recv_indicatepkts_in_order() local [all...] |
H A D | rtw_ap.c | 175 struct list_head *phead, *plist, *tmp; in expire_timeout_chk() local 187 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk() 188 psta = list_entry(plist, struct sta_info, auth_list); in expire_timeout_chk() 212 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk() 213 psta = list_entry(plist, struct sta_info, asoc_list); in expire_timeout_chk() 1173 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1187 list_for_each(plist, phead) { in rtw_acl_add_sta() 1188 paclnode = list_entry(plist, struct rtw_wlan_acl_node, list); in rtw_acl_add_sta() 1230 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local 1239 list_for_each_safe(plist, tm in rtw_acl_remove_sta() 1679 struct list_head *phead, *plist; associated_clients_update() local 1926 struct list_head *phead, *plist, *tmp; rtw_sta_flush() local 2005 struct list_head *phead, *plist; rtw_ap_restore_network() local 2118 struct list_head *phead, *plist, *tmp; stop_ap_mode() local [all...] |
H A D | rtw_ioctl_set.c | 39 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/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.h | 19 #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/drivers/irqchip/ |
H A D | irq-loongarch-avec.c | 83 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/drivers/infiniband/sw/siw/ |
H A D | siw_mem.c | 50 kfree(umem->page_chunk[i].plist); in siw_umem_release() 378 struct page **plist = in siw_umem_get() local 381 if (!plist) { in siw_umem_get() 385 umem->page_chunk[i].plist = plist; in siw_umem_get() 387 *plist = sg_page_iter_page(&sg_iter); in siw_umem_get() 390 plist++; in siw_umem_get()
|
H A D | siw_mem.h | 65 return umem->page_chunk[chunk_idx].plist[page_in_chunk]; in siw_get_upage()
|
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 46 struct list_head plist; member 754 list_for_each_entry(p, µcode_cache, plist) in cache_find_patch() 784 list_for_each_entry(p, µcode_cache, plist) { in update_cache() 796 list_replace(&p->plist, &new_patch->plist); in update_cache() 803 list_add_tail(&new_patch->plist, µcode_cache); in update_cache() 810 list_for_each_entry_safe(p, tmp, µcode_cache, plist) { in free_cache() 811 __list_del(p->plist.prev, p->plist.next); in free_cache() 1007 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch() [all...] |
/linux/drivers/acpi/acpica/ |
H A D | acmacros.h | 421 * the plist contains a set of parens to allow variable-length lists. 426 #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 [all...] |
/linux/net/sched/ |
H A D | cls_bpf.c | 33 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/drivers/staging/rtl8723bs/os_dep/ |
H A D | xmit_linux.c | 126 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 D | ioctl_cfg80211.c | 1126 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() 2338 struct list_head *phead, *plist, *tmp; in cfg80211_rtw_del_station() local 2367 list_for_each_safe(plist, tmp, phead) { in cfg80211_rtw_del_station() 2368 psta = list_entry(plist, struct sta_info, asoc_list); in cfg80211_rtw_del_station() 2402 struct list_head *phead, *plist; in rtw_sta_info_get_by_idx() local 2407 plist = get_next(phead); in rtw_sta_info_get_by_idx() 2410 while (phead != plist) { in rtw_sta_info_get_by_idx() 2412 psta = container_of(plist, struc in rtw_sta_info_get_by_idx() [all...] |
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723bs_xmit.c | 550 struct list_head *plist, *phead; in rtl8723bs_free_xmit_priv() local 568 plist = get_next(phead); in rtl8723bs_free_xmit_priv() 569 list_del_init(plist); in rtl8723bs_free_xmit_priv() 571 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtl8723bs_free_xmit_priv()
|
/linux/drivers/tty/vt/ |
H A D | consolemap.c | 642 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/tools/perf/util/ |
H A D | probe-file.h | 48 struct strlist *plist);
|
H A D | probe-file.c | 324 struct strlist *plist) in probe_file__get_events() argument 331 if (!plist) in probe_file__get_events() 342 ret = strlist__add(plist, ent->s); in probe_file__get_events()
|
/linux/Documentation/admin-guide/mm/ |
H A D | swap_numa.rst | 73 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/drivers/powercap/ |
H A D | intel_rapl_common.c | 1806 list_for_each_entry(pos, &rapl_packages, plist) { in rapl_pmu_event_init() 1892 list_for_each_entry(rp, &rapl_packages, plist) { in cpumask_show() 2100 list_for_each_entry(pos, &rapl_packages, plist) { in rapl_package_remove_pmu() 2139 list_del(&rp->plist); in rapl_remove_package_cpuslocked() 2184 list_for_each_entry(rp, &rapl_packages, plist) { in rapl_find_package_domain_cpuslocked() 2243 INIT_LIST_HEAD(&rp->plist); in rapl_add_package_cpuslocked() 2244 list_add(&rp->plist, &rapl_packages); in rapl_add_package_cpuslocked() 2269 list_for_each_entry(rp, &rapl_packages, plist) { in power_limit_state_save() 2290 list_for_each_entry(rp, &rapl_packages, plist) { in power_limit_state_restore()
|
/linux/include/linux/ |
H A D | intel_rapl.h | 193 struct list_head plist; member
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 213 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()
|
/linux/lib/ |
H A D | rhashtable.c | 510 struct rhlist_head *plist; in rhashtable_lookup_one() local 525 plist = container_of(head, struct rhlist_head, rhead); in rhashtable_lookup_one() 527 RCU_INIT_POINTER(list->next, plist); in rhashtable_lookup_one()
|