/kernel/linux/linux-5.10/arch/mips/fw/cfe/ |
D | cfe_api.c | 77 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_start() 78 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START; in cfe_cpu_start() 79 xiocb.plist.xiocb_cpuctl.gp_val = gp; in cfe_cpu_start() 80 xiocb.plist.xiocb_cpuctl.sp_val = sp; in cfe_cpu_start() 81 xiocb.plist.xiocb_cpuctl.a1_val = a1; in cfe_cpu_start() 82 xiocb.plist.xiocb_cpuctl.start_addr = (long) fn; in cfe_cpu_start() 98 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_stop() 99 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP; in cfe_cpu_stop() 115 xiocb.plist.xiocb_envbuf.enum_idx = idx; in cfe_enumenv() 116 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumenv() [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 127 struct list_head *plist, *phead; in kfree_all_stainfo() local 133 plist = get_next(phead); in kfree_all_stainfo() 135 while (phead != plist) { in kfree_all_stainfo() 136 psta = LIST_CONTAINOR(plist, struct sta_info, list); in kfree_all_stainfo() 137 plist = get_next(plist); in kfree_all_stainfo() 151 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 162 plist = get_next(phead); in _rtw_free_sta_priv() 164 while (phead != plist) { in _rtw_free_sta_priv() 166 psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); in _rtw_free_sta_priv() 167 plist = get_next(plist); in _rtw_free_sta_priv() [all …]
|
D | rtw_ap.c | 204 struct list_head *phead, *plist; in expire_timeout_chk() local 215 plist = get_next(phead); in expire_timeout_chk() 219 if (phead != plist) { in expire_timeout_chk() 225 while (phead != plist) { in expire_timeout_chk() 226 psta = LIST_CONTAINOR(plist, struct sta_info, auth_list); in expire_timeout_chk() 228 plist = get_next(plist); in expire_timeout_chk() 261 plist = get_next(phead); in expire_timeout_chk() 265 if (phead != plist) { in expire_timeout_chk() 270 while (phead != plist) { in expire_timeout_chk() 271 psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); in expire_timeout_chk() [all …]
|
D | rtw_mlme.c | 150 struct list_head *plist = NULL; in rtw_alloc_network() local 158 plist = get_next(&(free_queue->queue)); in rtw_alloc_network() 160 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in rtw_alloc_network() 165 ("rtw_alloc_network: ptr =%p\n", plist)); in rtw_alloc_network() 245 struct list_head *phead, *plist; in _rtw_find_network() local 257 plist = get_next(phead); in _rtw_find_network() 259 while (plist != phead) { in _rtw_find_network() 260 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in _rtw_find_network() 265 plist = get_next(plist); in _rtw_find_network() 268 if (plist == phead) in _rtw_find_network() [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() 225 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 230 plist = get_next(phead); in rtw_free_recvframe_queue() 232 while (phead != plist) { in rtw_free_recvframe_queue() 233 precvframe = (union recv_frame *)plist; in rtw_free_recvframe_queue() 235 plist = get_next(plist); in rtw_free_recvframe_queue() 286 struct list_head *plist, *phead; in rtw_dequeue_recvbuf() local 295 plist = get_next(phead); in rtw_dequeue_recvbuf() [all …]
|
D | rtw_xmit.c | 1552 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1562 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() 1564 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf_ext() 1619 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local 1629 plist = get_next(phead); in rtw_alloc_xmitbuf() 1631 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf() 1733 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1744 plist = get_next(phead); in rtw_alloc_xmitframe() 1746 pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); in rtw_alloc_xmitframe() 1762 struct list_head *plist, *phead; in rtw_alloc_xmitframe_ext() local [all …]
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 133 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 145 plist = phead->next; in _rtw_free_sta_priv() 147 while (phead != plist) { in _rtw_free_sta_priv() 150 psta = container_of(plist, struct sta_info, hash_list); in _rtw_free_sta_priv() 151 plist = plist->next; in _rtw_free_sta_priv() 308 struct list_head *phead, *plist; in rtw_free_stainfo() local 322 plist = phead->next; in rtw_free_stainfo() 325 prframe = container_of(plist, struct recv_frame, list); in rtw_free_stainfo() 327 plist = plist->next; in rtw_free_stainfo() 385 struct list_head *plist, *phead; in rtw_free_all_stainfo() local [all …]
|
D | rtw_ap.c | 167 struct list_head *phead, *plist; in expire_timeout_chk() local 178 plist = phead->next; in expire_timeout_chk() 181 while (phead != plist) { in expire_timeout_chk() 182 psta = container_of(plist, struct sta_info, auth_list); in expire_timeout_chk() 183 plist = plist->next; in expire_timeout_chk() 211 plist = phead->next; in expire_timeout_chk() 214 while (phead != plist) { in expire_timeout_chk() 215 psta = container_of(plist, struct sta_info, asoc_list); in expire_timeout_chk() 216 plist = plist->next; in expire_timeout_chk() 1022 struct list_head *plist, *phead; in rtw_acl_add_sta() local [all …]
|
D | rtw_mlme.c | 182 struct list_head *phead, *plist; in rtw_find_network() local 191 plist = phead->next; in rtw_find_network() 193 while (plist != phead) { in rtw_find_network() 194 pnetwork = container_of(plist, struct wlan_network, list); in rtw_find_network() 197 plist = plist->next; in rtw_find_network() 199 if (plist == phead) in rtw_find_network() 207 struct list_head *phead, *plist; in rtw_free_network_queue() local 215 plist = phead->next; in rtw_free_network_queue() 217 while (phead != plist) { in rtw_free_network_queue() 218 pnetwork = container_of(plist, struct wlan_network, list); in rtw_free_network_queue() [all …]
|
D | rtw_recv.c | 168 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 173 plist = phead->next; in rtw_free_recvframe_queue() 175 while (phead != plist) { in rtw_free_recvframe_queue() 176 hdr = list_entry(plist, struct recv_frame, list); in rtw_free_recvframe_queue() 178 plist = plist->next; in rtw_free_recvframe_queue() 1311 struct list_head *plist, *phead; in recvframe_defrag() local 1322 plist = phead->next; in recvframe_defrag() 1323 prframe = list_entry(plist, struct recv_frame, list); in recvframe_defrag() 1337 plist = get_list_head(defrag_q); in recvframe_defrag() 1339 plist = plist->next; in recvframe_defrag() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_scheduler.h | 16 #define priolist_for_each_request(it, plist, idx) \ argument 17 for (idx = 0; idx < ARRAY_SIZE((plist)->requests); idx++) \ 18 list_for_each_entry(it, &(plist)->requests[idx], sched.link) 20 #define priolist_for_each_request_consume(it, n, plist, idx) \ argument 22 (plist)->used ? (idx = __ffs((plist)->used)), 1 : 0; \ 23 (plist)->used &= ~BIT(idx)) \ 25 &(plist)->requests[idx], \
|
/kernel/linux/linux-5.10/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 | 174 struct list_head *plist, *phead; in recvframe_defrag() local 183 plist = phead->next; in recvframe_defrag() 184 prframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag() 197 plist = &defrag_q->queue; in recvframe_defrag() 198 plist = plist->next; in recvframe_defrag() 199 while (!end_of_queue_search(phead, plist)) { in recvframe_defrag() 200 pnextrframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag() 224 plist = plist->next; in recvframe_defrag() 467 struct list_head *phead, *plist; in enqueue_reorder_recvframe() local 475 plist = phead->next; in enqueue_reorder_recvframe() [all …]
|
D | rtl871x_mlme.c | 136 struct list_head *phead, *plist; in r8712_find_network() local 143 plist = phead->next; in r8712_find_network() 144 while (plist != phead) { in r8712_find_network() 145 pnetwork = container_of(plist, struct wlan_network, list); in r8712_find_network() 146 plist = plist->next; in r8712_find_network() 157 struct list_head *phead, *plist; in r8712_free_network_queue() local 164 plist = phead->next; in r8712_free_network_queue() 165 while (!end_of_queue_search(phead, plist)) { in r8712_free_network_queue() 166 pnetwork = container_of(plist, struct wlan_network, list); in r8712_free_network_queue() 167 plist = plist->next; in r8712_free_network_queue() [all …]
|
D | osdep_service.h | 49 struct list_head *plist) in end_of_queue_search() argument 51 return (head == plist); in end_of_queue_search()
|
D | rtl871x_ioctl_set.c | 42 struct list_head *plist, *phead; in do_join() local 49 plist = phead->next; in do_join() 52 pmlmepriv->pscanned = plist; in do_join()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
D | xmit_linux.c | 114 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 121 plist = phead->next; in rtw_mlcst2unicst() 124 while (phead != plist) { in rtw_mlcst2unicst() 125 psta = container_of(plist, struct sta_info, asoc_list); in rtw_mlcst2unicst() 127 plist = plist->next; in rtw_mlcst2unicst()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
D | xmit_linux.c | 131 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 146 plist = get_next(phead); in rtw_mlcst2unicst() 149 while (phead != plist) { in rtw_mlcst2unicst() 151 psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); in rtw_mlcst2unicst() 152 plist = get_next(plist); in rtw_mlcst2unicst()
|
/kernel/linux/linux-5.10/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() 416 umem->page_chunk[i].plist = in siw_umem_get() 418 if (!umem->page_chunk[i].plist) { in siw_umem_get() 424 struct page **plist = &umem->page_chunk[i].plist[got]; in siw_umem_get() local 428 plist, NULL); in siw_umem_get()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/ |
D | amd.c | 607 list_for_each_entry(p, µcode_cache, plist) in cache_find_patch() 617 list_for_each_entry(p, µcode_cache, plist) { in update_cache() 626 list_replace(&p->plist, &new_patch->plist); in update_cache() 633 list_add_tail(&new_patch->plist, µcode_cache); in update_cache() 640 list_for_each_entry_safe(p, tmp, µcode_cache, plist) { in free_cache() 641 __list_del(p->plist.prev, p->plist.next); in free_cache() 802 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
|
D | intel.c | 129 list_for_each_entry_safe(iter, tmp, µcode_cache, plist) { in save_microcode_patch() 144 list_replace(&iter->plist, &p->plist); in save_microcode_patch() 160 list_add_tail(&p->plist, µcode_cache); in save_microcode_patch() 396 list_for_each_entry(p, µcode_cache, plist) { in show_saved_mc() 680 list_for_each_entry_safe(iter, tmp, µcode_cache, plist) { in find_patch()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/net/sched/ |
D | cls_bpf.c | 32 struct list_head plist; member 90 list_for_each_entry_rcu(prog, &head->plist, link) { in cls_bpf_classify() 250 INIT_LIST_HEAD_RCU(&head->plist); in cls_bpf_init() 308 *last = list_empty(&head->plist); in cls_bpf_delete() 318 list_for_each_entry_safe(prog, tmp, &head->plist, link) in cls_bpf_destroy() 330 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_get() 525 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change() 653 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk() 674 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_reoffload()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
D | consolemap.c | 540 struct unipair *unilist, *plist; in con_set_unimap() local 626 for (plist = unilist; ct; ct--, plist++) { in con_set_unimap() 627 err1 = con_insert_unipair(p, plist->unicode, plist->fontpos); in con_set_unimap()
|