/linux-6.6.21/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.6.21/include/acpi/ |
D | acoutput.h | 202 #define ACPI_INFO(plist) acpi_info plist argument 203 #define ACPI_WARNING(plist) acpi_warning plist argument 204 #define ACPI_EXCEPTION(plist) acpi_exception plist argument 205 #define ACPI_ERROR(plist) acpi_error plist argument 206 #define ACPI_BIOS_WARNING(plist) acpi_bios_warning plist argument 207 #define ACPI_BIOS_EXCEPTION(plist) acpi_bios_exception plist argument 208 #define ACPI_BIOS_ERROR(plist) acpi_bios_error plist argument 215 #define ACPI_INFO(plist) argument 216 #define ACPI_WARNING(plist) argument 217 #define ACPI_EXCEPTION(plist) argument [all …]
|
/linux-6.6.21/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 | 175 struct list_head *plist, *phead; in recvframe_defrag() local 184 plist = phead->next; in recvframe_defrag() 185 prframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag() 198 plist = &defrag_q->queue; in recvframe_defrag() 199 plist = plist->next; in recvframe_defrag() 200 while (!end_of_queue_search(phead, plist)) { in recvframe_defrag() 201 pnextrframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag() 225 plist = plist->next; in recvframe_defrag() 468 struct list_head *phead, *plist; in enqueue_reorder_recvframe() local 476 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_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_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()
|
/linux-6.6.21/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 123 struct list_head *plist, *phead; in kfree_all_stainfo() local 128 plist = get_next(phead); in kfree_all_stainfo() 130 while (phead != plist) { in kfree_all_stainfo() 131 plist = get_next(plist); in kfree_all_stainfo() 145 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 155 list_for_each(plist, phead) { in _rtw_free_sta_priv() 158 psta = list_entry(plist, struct sta_info, in _rtw_free_sta_priv() 352 struct list_head *phead, *plist; in rtw_free_stainfo() local 366 plist = get_next(phead); in rtw_free_stainfo() 369 prframe = (union recv_frame *)plist; in rtw_free_stainfo() [all …]
|
D | rtw_recv.c | 109 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local 118 plist = get_next(phead); in _rtw_alloc_recvframe() 120 precvframe = (union recv_frame *)plist; in _rtw_alloc_recvframe() 216 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 221 plist = get_next(phead); in rtw_free_recvframe_queue() 223 while (phead != plist) { in rtw_free_recvframe_queue() 224 precvframe = (union recv_frame *)plist; in rtw_free_recvframe_queue() 226 plist = get_next(plist); in rtw_free_recvframe_queue() 275 struct list_head *plist, *phead; in rtw_dequeue_recvbuf() local 284 plist = get_next(phead); in rtw_dequeue_recvbuf() [all …]
|
D | rtw_ap.c | 176 struct list_head *phead, *plist, *tmp; in expire_timeout_chk() local 188 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk() 189 psta = list_entry(plist, struct sta_info, auth_list); in expire_timeout_chk() 213 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk() 214 psta = list_entry(plist, struct sta_info, asoc_list); in expire_timeout_chk() 1179 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1193 list_for_each(plist, phead) { in rtw_acl_add_sta() 1194 paclnode = list_entry(plist, struct rtw_wlan_acl_node, list); in rtw_acl_add_sta() 1236 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local 1245 list_for_each_safe(plist, tmp, phead) { in rtw_acl_remove_sta() [all …]
|
D | rtw_mlme.c | 142 struct list_head *plist = NULL; in rtw_alloc_network() local 150 plist = get_next(&(free_queue->queue)); in rtw_alloc_network() 152 pnetwork = container_of(plist, struct wlan_network, list); in rtw_alloc_network() 227 struct list_head *phead, *plist; in _rtw_find_network() local 238 list_for_each(plist, phead) { in _rtw_find_network() 239 pnetwork = list_entry(plist, struct wlan_network, list); in _rtw_find_network() 245 if (plist == phead) in _rtw_find_network() 256 struct list_head *phead, *plist, *tmp; in rtw_free_network_queue() local 264 list_for_each_safe(plist, tmp, phead) { in rtw_free_network_queue() 266 pnetwork = list_entry(plist, struct wlan_network, list); in rtw_free_network_queue() [all …]
|
D | rtw_xmit.c | 1448 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1458 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() 1460 pxmitbuf = container_of(plist, struct xmit_buf, list); 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() 1519 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf() 1606 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1616 plist = get_next(phead); in rtw_alloc_xmitframe() 1618 pxframe = container_of(plist, struct xmit_frame, list); in rtw_alloc_xmitframe() 1633 struct list_head *plist, *phead; in rtw_alloc_xmitframe_ext() local [all …]
|
D | rtw_ioctl_set.c | 40 struct list_head *plist, *phead; in rtw_do_join() local 48 plist = get_next(phead); in rtw_do_join() 54 pmlmepriv->pscanned = plist; in rtw_do_join()
|
/linux-6.6.21/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.6.21/drivers/infiniband/sw/siw/ |
D | siw_mem.c | 66 unpin_user_pages_dirty_lock(chunk->plist, num_pages, dirty); in siw_free_plist() 79 kfree(umem->page_chunk[i].plist); in siw_umem_release() 415 struct page **plist = in siw_umem_get() local 418 if (!plist) { in siw_umem_get() 422 umem->page_chunk[i].plist = plist; in siw_umem_get() 425 plist); in siw_umem_get() 431 plist += rv; in siw_umem_get()
|
D | siw_mem.h | 65 return umem->page_chunk[chunk_idx].plist[page_in_chunk]; in siw_get_upage()
|
/linux-6.6.21/arch/x86/kernel/cpu/microcode/ |
D | amd.c | 589 list_for_each_entry(p, µcode_cache, plist) in cache_find_patch() 599 list_for_each_entry(p, µcode_cache, plist) { in update_cache() 608 list_replace(&p->plist, &new_patch->plist); in update_cache() 615 list_add_tail(&new_patch->plist, µcode_cache); in update_cache() 622 list_for_each_entry_safe(p, tmp, µcode_cache, plist) { in free_cache() 623 __list_del(p->plist.prev, p->plist.next); in free_cache() 808 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
|
D | intel.c | 282 list_for_each_entry_safe(iter, tmp, µcode_cache, plist) { in save_microcode_patch() 297 list_replace(&iter->plist, &p->plist); in save_microcode_patch() 313 list_add_tail(&p->plist, µcode_cache); in save_microcode_patch() 620 list_for_each_entry_safe(iter, tmp, µcode_cache, plist) { in find_patch()
|
/linux-6.6.21/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.6.21/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.6.21/drivers/staging/rtl8723bs/os_dep/ |
D | xmit_linux.c | 127 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 141 list_for_each(plist, phead) { in rtw_mlcst2unicst() 144 psta = list_entry(plist, struct sta_info, asoc_list); in rtw_mlcst2unicst()
|
/linux-6.6.21/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 566 struct list_head *plist, *phead; in rtl8723bs_free_xmit_priv() local 586 plist = get_next(phead); in rtl8723bs_free_xmit_priv() 587 list_del_init(plist); in rtl8723bs_free_xmit_priv() 589 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtl8723bs_free_xmit_priv()
|
/linux-6.6.21/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()
|