/linux-6.12.1/arch/mips/fw/cfe/ |
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.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumenv() [all …]
|
D | cfe_api_int.h | 132 } plist; member
|
/linux-6.12.1/include/acpi/ |
D | acoutput.h | 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_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 218 #define ACPI_INFO(plist) argument [all …]
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 69 struct list_head *plist, *phead; in mfree_all_stainfo() local 73 plist = phead->next; in mfree_all_stainfo() 74 while (!end_of_queue_search(phead, plist)) in mfree_all_stainfo() 75 plist = plist->next; in mfree_all_stainfo() 194 struct list_head *plist, *phead; in r8712_free_all_stainfo() local 205 plist = phead->next; in r8712_free_all_stainfo() 206 while (!end_of_queue_search(phead, plist)) { in r8712_free_all_stainfo() 207 psta = container_of(plist, in r8712_free_all_stainfo() 209 plist = plist->next; in r8712_free_all_stainfo() 221 struct list_head *plist, *phead; in r8712_get_stainfo() local [all …]
|
D | rtl8712_recv.c | 171 struct list_head *plist, *phead; in recvframe_defrag() local 180 plist = phead->next; in recvframe_defrag() 181 prframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag() 194 plist = &defrag_q->queue; in recvframe_defrag() 195 plist = plist->next; in recvframe_defrag() 196 while (!end_of_queue_search(phead, plist)) { in recvframe_defrag() 197 pnextrframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag() 221 plist = plist->next; in recvframe_defrag() 463 struct list_head *phead, *plist; in enqueue_reorder_recvframe() local 471 plist = phead->next; in enqueue_reorder_recvframe() [all …]
|
D | osdep_service.h | 48 struct list_head *plist) in end_of_queue_search() argument 50 return (head == plist); in end_of_queue_search()
|
D | rtl871x_mlme.c | 135 struct list_head *phead, *plist; in r8712_find_network() local 142 list_for_each(plist, phead) { in r8712_find_network() 143 pnetwork = list_entry(plist, struct wlan_network, list); in r8712_find_network() 147 if (plist == phead) in r8712_find_network() 156 struct list_head *phead, *plist; in r8712_free_network_queue() local 163 plist = phead->next; in r8712_free_network_queue() 164 while (!end_of_queue_search(phead, plist)) { in r8712_free_network_queue() 165 pnetwork = container_of(plist, struct wlan_network, list); in r8712_free_network_queue() 166 plist = plist->next; in r8712_free_network_queue() 259 struct list_head *plist, *phead; in r8712_get_oldest_wlan_network() local [all …]
|
D | rtl871x_recv.c | 122 struct list_head *plist, *phead; in r8712_free_recvframe_queue() local 126 plist = phead->next; in r8712_free_recvframe_queue() 127 while (!end_of_queue_search(phead, plist)) { in r8712_free_recvframe_queue() 128 precvframe = container_of(plist, union recv_frame, u.list); in r8712_free_recvframe_queue() 129 plist = plist->next; in r8712_free_recvframe_queue()
|
D | rtl871x_ioctl_set.c | 41 struct list_head *plist, *phead; in do_join() local 48 plist = phead->next; in do_join() 51 pmlmepriv->pscanned = plist; in do_join()
|
D | rtl871x_ioctl_linux.c | 1138 struct list_head *plist, *phead; in r8711_wx_get_scan() local 1153 plist = phead->next; in r8711_wx_get_scan() 1155 if (end_of_queue_search(phead, plist)) in r8711_wx_get_scan() 1161 pnetwork = container_of(plist, struct wlan_network, list); in r8711_wx_get_scan() 1163 plist = plist->next; in r8711_wx_get_scan() 1891 struct list_head *plist, *phead; in r871x_get_ap_info() local 1914 plist = phead->next; in r871x_get_ap_info() 1916 if (end_of_queue_search(phead, plist)) in r871x_get_ap_info() 1918 pnetwork = container_of(plist, struct wlan_network, list); in r871x_get_ap_info() 1942 plist = plist->next; in r871x_get_ap_info()
|
/linux-6.12.1/drivers/staging/rtl8723bs/core/ |
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 = get_next(phead); in rtw_free_stainfo() 367 prframe = (union recv_frame *)plist; in rtw_free_stainfo() [all …]
|
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, *phead; in rtw_dequeue_recvbuf() local 283 plist = get_next(phead); in rtw_dequeue_recvbuf() [all …]
|
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() 1178 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1192 list_for_each(plist, phead) { in rtw_acl_add_sta() 1193 paclnode = list_entry(plist, struct rtw_wlan_acl_node, list); in rtw_acl_add_sta() 1235 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local 1244 list_for_each_safe(plist, tmp, phead) { in rtw_acl_remove_sta() [all …]
|
D | rtw_mlme.c | 114 struct list_head *plist = NULL; in rtw_alloc_network() local 122 plist = get_next(&(free_queue->queue)); in rtw_alloc_network() 124 pnetwork = container_of(plist, struct wlan_network, list); in rtw_alloc_network() 194 struct list_head *phead, *plist; in _rtw_find_network() local 203 list_for_each(plist, phead) { in _rtw_find_network() 204 pnetwork = list_entry(plist, struct wlan_network, list); in _rtw_find_network() 210 if (plist == phead) in _rtw_find_network() 219 struct list_head *phead, *plist, *tmp; in rtw_free_network_queue() local 227 list_for_each_safe(plist, tmp, phead) { in rtw_free_network_queue() 229 pnetwork = list_entry(plist, struct wlan_network, list); in rtw_free_network_queue() [all …]
|
D | rtw_xmit.c | 1447 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1457 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() 1459 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf_ext() 1506 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local 1516 plist = get_next(phead); in rtw_alloc_xmitbuf() 1518 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf() 1605 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1615 plist = get_next(phead); in rtw_alloc_xmitframe() 1617 pxframe = container_of(plist, struct xmit_frame, list); in rtw_alloc_xmitframe() 1632 struct list_head *plist, *phead; in rtw_alloc_xmitframe_ext() local [all …]
|
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-6.12.1/drivers/gpu/drm/i915/ |
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-6.12.1/drivers/irqchip/ |
D | irq-loongarch-avec.c | 74 struct pending_list *plist = per_cpu_ptr(&pending_list, cpu); in pending_list_init() local 76 INIT_LIST_HEAD(&plist->head); in pending_list_init() 81 struct pending_list *plist; in avecintc_sync() local 84 plist = per_cpu_ptr(&pending_list, adata->prev_cpu); in avecintc_sync() 85 list_add_tail(&adata->entry, &plist->head); in avecintc_sync() 139 struct pending_list *plist = per_cpu_ptr(&pending_list, cpu); in avecintc_cpu_offline() local 146 if (!list_empty(&plist->head)) in avecintc_cpu_offline() 156 struct pending_list *plist = this_cpu_ptr(&pending_list); in complete_irq_moving() local 163 list_for_each_entry_safe(adata, tdata, &plist->head, entry) { in complete_irq_moving()
|
/linux-6.12.1/drivers/infiniband/sw/siw/ |
D | siw_mem.c | 74 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()
|
/linux-6.12.1/arch/x86/kernel/cpu/microcode/ |
D | amd.c | 41 struct list_head plist; member 649 list_for_each_entry(p, µcode_cache, plist) in cache_find_patch() 679 list_for_each_entry(p, µcode_cache, plist) { in update_cache() 691 list_replace(&p->plist, &new_patch->plist); in update_cache() 698 list_add_tail(&new_patch->plist, µcode_cache); in update_cache() 705 list_for_each_entry_safe(p, tmp, µcode_cache, plist) { in free_cache() 706 __list_del(p->plist.prev, p->plist.next); in free_cache() 909 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
|
/linux-6.12.1/net/sched/ |
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() 519 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change() 644 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk() 659 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_reoffload()
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | acmacros.h | 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
|
/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/ |
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()
|
/linux-6.12.1/drivers/tty/vt/ |
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-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 565 struct list_head *plist, *phead; in rtl8723bs_free_xmit_priv() local 585 plist = get_next(phead); in rtl8723bs_free_xmit_priv() 586 list_del_init(plist); in rtl8723bs_free_xmit_priv() 588 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtl8723bs_free_xmit_priv()
|