/linux-6.3-rc2/arch/mips/fw/cfe/ |
A D | cfe_api.c | 82 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 …]
|
A D | cfe_api_int.h | 132 } plist; member
|
/linux-6.3-rc2/include/acpi/ |
A 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 290 #define ACPI_DEBUG_PRINT(plist) acpi_debug_print plist argument 291 #define ACPI_DEBUG_PRINT_RAW(plist) acpi_debug_print_raw plist argument 313 #define ACPI_DEBUG_PRINT(plist) ACPI_ACTUAL_DEBUG plist argument [all …]
|
/linux-6.3-rc2/drivers/staging/rtl8712/ |
A 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() 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 230 plist = phead->next; in r8712_get_stainfo() [all …]
|
A D | rtl8712_recv.c | 175 struct list_head *plist, *phead; in recvframe_defrag() local 184 plist = phead->next; in recvframe_defrag() 198 plist = &defrag_q->queue; in recvframe_defrag() 199 plist = plist->next; 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() 485 plist = plist->next; in enqueue_reorder_recvframe() 498 struct list_head *phead, *plist; in r8712_recv_indicatepkts_in_order() local 506 plist = phead->next; in r8712_recv_indicatepkts_in_order() [all …]
|
A D | osdep_service.h | 48 struct list_head *plist) in end_of_queue_search() argument 50 return (head == plist); in end_of_queue_search()
|
A 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() 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() 166 plist = plist->next; in r8712_free_network_queue() 259 struct list_head *plist, *phead; in r8712_get_oldest_wlan_network() local 264 plist = phead->next; in r8712_get_oldest_wlan_network() 275 plist = plist->next; in r8712_get_oldest_wlan_network() 343 plist = phead->next; in update_scanned_network() [all …]
|
A 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()
|
A 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.3-rc2/drivers/staging/rtl8723bs/core/ |
A 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() 366 plist = get_next(phead); in rtw_free_stainfo() 371 plist = get_next(plist); in rtw_free_stainfo() 465 struct list_head *plist, *phead; in rtw_get_stainfo() local 484 list_for_each(plist, phead) { in rtw_get_stainfo() [all …]
|
A D | rtw_recv.c | 118 plist = get_next(phead); in _rtw_alloc_recvframe() 221 plist = get_next(phead); in rtw_free_recvframe_queue() 223 while (phead != plist) { in rtw_free_recvframe_queue() 226 plist = get_next(plist); in rtw_free_recvframe_queue() 284 plist = get_next(phead); in rtw_dequeue_recvbuf() 1031 plist = get_next(phead); in recvframe_defrag() 1049 plist = get_next(plist); in recvframe_defrag() 1051 while (phead != plist) { in recvframe_defrag() 1084 plist = get_next(plist); in recvframe_defrag() 1695 plist = get_next(plist); in enqueue_reorder_recvframe() [all …]
|
A 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() 213 list_for_each_safe(plist, tmp, phead) { 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() 1236 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local 1686 struct list_head *phead, *plist; in associated_clients_update() local 1694 list_for_each(plist, phead) { in associated_clients_update() 1933 struct list_head *phead, *plist, *tmp; in rtw_sta_flush() local 2012 struct list_head *phead, *plist; in rtw_ap_restore_network() local [all …]
|
A D | rtw_mlme.c | 144 struct list_head *plist = NULL; in rtw_alloc_network() local 247 list_for_each(plist, phead) { in _rtw_find_network() 254 if (plist == phead) in _rtw_find_network() 417 list_for_each(plist, phead) { in _rtw_find_same_network() 424 if (plist == phead) in _rtw_find_same_network() 439 list_for_each(plist, phead) { in rtw_get_oldest_wlan_network() 859 plist = get_next(phead); in free_scanqueue() 861 while (plist != phead) { in free_scanqueue() 862 ptemp = get_next(plist); in free_scanqueue() 863 list_del_init(plist); in free_scanqueue() [all …]
|
A 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() 1507 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local 1517 plist = get_next(phead); in rtw_alloc_xmitbuf() 1606 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1616 plist = get_next(phead); in rtw_alloc_xmitframe() 1642 plist = get_next(phead); in rtw_alloc_xmitframe_ext() 2418 plist = get_next(phead); in dequeue_pending_xmitbuf() 2443 plist = phead; in dequeue_pending_xmitbuf_under_survey() 2445 plist = get_next(plist); in dequeue_pending_xmitbuf_under_survey() [all …]
|
A 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.3-rc2/drivers/gpu/drm/i915/ |
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-6.3-rc2/drivers/infiniband/sw/siw/ |
A 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, NULL); in siw_umem_get() 431 plist += rv; in siw_umem_get()
|
A D | siw_mem.h | 65 return umem->page_chunk[chunk_idx].plist[page_in_chunk]; in siw_get_upage()
|
/linux-6.3-rc2/arch/x86/kernel/cpu/microcode/ |
A D | amd.c | 612 list_for_each_entry(p, µcode_cache, plist) in cache_find_patch() 622 list_for_each_entry(p, µcode_cache, plist) { in update_cache() 631 list_replace(&p->plist, &new_patch->plist); in update_cache() 638 list_add_tail(&new_patch->plist, µcode_cache); in update_cache() 645 list_for_each_entry_safe(p, tmp, µcode_cache, plist) { in free_cache() 646 __list_del(p->plist.prev, p->plist.next); in free_cache() 807 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
|
A D | intel.c | 87 list_for_each_entry_safe(iter, tmp, µcode_cache, plist) { in save_microcode_patch() 102 list_replace(&iter->plist, &p->plist); in save_microcode_patch() 118 list_add_tail(&p->plist, µcode_cache); in save_microcode_patch() 225 list_for_each_entry(p, µcode_cache, plist) { in show_saved_mc() 508 list_for_each_entry_safe(iter, tmp, µcode_cache, plist) { in find_patch()
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A 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.3-rc2/net/sched/ |
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() 526 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change() 649 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk() 664 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_reoffload()
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/os_dep/ |
A 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.3-rc2/drivers/staging/rtl8723bs/hal/ |
A 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.3-rc2/drivers/tty/vt/ |
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()
|