/Linux-v5.15/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 …]
|
/Linux-v5.15/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-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_sta_mgt.c | 132 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 142 plist = phead->next; in _rtw_free_sta_priv() 144 while (phead != plist) { in _rtw_free_sta_priv() 146 psta = container_of(plist, struct sta_info, hash_list); in _rtw_free_sta_priv() 147 plist = plist->next; in _rtw_free_sta_priv() 294 struct list_head *phead, *plist; in rtw_free_stainfo() local 308 plist = phead->next; in rtw_free_stainfo() 311 prframe = container_of(plist, struct recv_frame, list); in rtw_free_stainfo() 313 plist = plist->next; in rtw_free_stainfo() 371 struct list_head *plist, *phead; in rtw_free_all_stainfo() local [all …]
|
D | rtw_ap.c | 159 struct list_head *phead, *plist; in expire_timeout_chk() local 170 plist = phead->next; in expire_timeout_chk() 173 while (phead != plist) { in expire_timeout_chk() 174 psta = container_of(plist, struct sta_info, auth_list); in expire_timeout_chk() 175 plist = plist->next; in expire_timeout_chk() 204 plist = phead->next; in expire_timeout_chk() 207 while (phead != plist) { in expire_timeout_chk() 208 psta = container_of(plist, struct sta_info, asoc_list); in expire_timeout_chk() 209 plist = plist->next; in expire_timeout_chk() 1005 struct list_head *plist, *phead; in rtw_acl_add_sta() local [all …]
|
D | rtw_recv.c | 112 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local 121 plist = phead->next; in _rtw_alloc_recvframe() 123 hdr = container_of(plist, struct recv_frame, list); in _rtw_alloc_recvframe() 228 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 233 plist = phead->next; in rtw_free_recvframe_queue() 235 while (phead != plist) { in rtw_free_recvframe_queue() 236 hdr = container_of(plist, struct recv_frame, list); in rtw_free_recvframe_queue() 238 plist = plist->next; in rtw_free_recvframe_queue() 288 struct list_head *plist, *phead; in rtw_dequeue_recvbuf() local 298 plist = phead->next; in rtw_dequeue_recvbuf() [all …]
|
D | rtw_mlme.c | 173 struct list_head *plist = NULL; in _rtw_alloc_network() local 181 plist = (&free_queue->queue)->next; in _rtw_alloc_network() 183 pnetwork = container_of(plist, struct wlan_network, list); in _rtw_alloc_network() 248 struct list_head *phead, *plist; in _rtw_find_network() local 257 plist = phead->next; in _rtw_find_network() 259 while (plist != phead) { in _rtw_find_network() 260 pnetwork = container_of(plist, struct wlan_network, list); in _rtw_find_network() 263 plist = plist->next; in _rtw_find_network() 265 if (plist == phead) in _rtw_find_network() 274 struct list_head *phead, *plist; in _rtw_free_network_queue() local [all …]
|
D | rtw_xmit.c | 1132 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1143 plist = phead->next; in rtw_alloc_xmitbuf_ext() 1145 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf_ext() 1190 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local 1203 plist = phead->next; in rtw_alloc_xmitbuf() 1205 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf() 1273 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1283 plist = phead->next; in rtw_alloc_xmitframe() 1285 pxframe = container_of(plist, struct xmit_frame, list); in rtw_alloc_xmitframe() 1347 struct list_head *plist, *phead; in rtw_free_xmitframe_queue() local [all …]
|
/Linux-v5.15/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 | 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_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 …]
|
/Linux-v5.15/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 119 struct list_head *plist, *phead; in kfree_all_stainfo() local 124 plist = get_next(phead); in kfree_all_stainfo() 126 while (phead != plist) { in kfree_all_stainfo() 127 plist = get_next(plist); in kfree_all_stainfo() 141 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 151 list_for_each(plist, phead) { in _rtw_free_sta_priv() 154 psta = list_entry(plist, struct sta_info, in _rtw_free_sta_priv() 346 struct list_head *phead, *plist; in rtw_free_stainfo() local 360 plist = get_next(phead); in rtw_free_stainfo() 363 prframe = (union recv_frame *)plist; in rtw_free_stainfo() [all …]
|
D | rtw_recv.c | 105 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local 114 plist = get_next(phead); in _rtw_alloc_recvframe() 116 precvframe = (union recv_frame *)plist; in _rtw_alloc_recvframe() 222 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 227 plist = get_next(phead); in rtw_free_recvframe_queue() 229 while (phead != plist) { in rtw_free_recvframe_queue() 230 precvframe = (union recv_frame *)plist; in rtw_free_recvframe_queue() 232 plist = get_next(plist); in rtw_free_recvframe_queue() 280 struct list_head *plist, *phead; in rtw_dequeue_recvbuf() local 289 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() 1176 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1190 list_for_each(plist, phead) { in rtw_acl_add_sta() 1191 paclnode = list_entry(plist, struct rtw_wlan_acl_node, list); in rtw_acl_add_sta() 1233 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local 1243 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() 233 struct list_head *phead, *plist; in _rtw_find_network() local 245 list_for_each(plist, phead) { in _rtw_find_network() 246 pnetwork = list_entry(plist, struct wlan_network, list); in _rtw_find_network() 252 if (plist == phead) in _rtw_find_network() 263 struct list_head *phead, *plist, *tmp; in rtw_free_network_queue() local 271 list_for_each_safe(plist, tmp, phead) { in rtw_free_network_queue() 273 pnetwork = list_entry(plist, struct wlan_network, list); in rtw_free_network_queue() [all …]
|
D | rtw_xmit.c | 1440 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1450 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() 1452 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf_ext() 1499 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local 1509 plist = get_next(phead); in rtw_alloc_xmitbuf() 1511 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf() 1598 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1608 plist = get_next(phead); in rtw_alloc_xmitframe() 1610 pxframe = container_of(plist, struct xmit_frame, list); in rtw_alloc_xmitframe() 1625 struct list_head *plist, *phead; in rtw_alloc_xmitframe_ext() local [all …]
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_scheduler.h | 18 #define priolist_for_each_request(it, plist) \ argument 19 list_for_each_entry(it, &(plist)->requests, sched.link) 21 #define priolist_for_each_request_consume(it, n, plist) \ argument 22 list_for_each_entry_safe(it, n, &(plist)->requests, sched.link)
|
/Linux-v5.15/drivers/staging/r8188eu/os_dep/ |
D | xmit_linux.c | 170 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 177 plist = phead->next; in rtw_mlcst2unicst() 180 while (phead != plist) { in rtw_mlcst2unicst() 181 psta = container_of(plist, struct sta_info, asoc_list); in rtw_mlcst2unicst() 183 plist = plist->next; in rtw_mlcst2unicst()
|
D | ioctl_linux.c | 1294 struct list_head *plist, *phead; in rtw_wx_get_scan() local 1340 plist = phead->next; in rtw_wx_get_scan() 1342 while (phead != plist) { in rtw_wx_get_scan() 1348 pnetwork = container_of(plist, struct wlan_network, list); in rtw_wx_get_scan() 1354 plist = plist->next; in rtw_wx_get_scan() 2416 struct list_head *plist, *phead; in rtw_get_ap_info() local 2453 plist = phead->next; in rtw_get_ap_info() 2455 while (phead != plist) { in rtw_get_ap_info() 2456 pnetwork = container_of(plist, struct wlan_network, list); in rtw_get_ap_info() 2481 plist = plist->next; in rtw_get_ap_info() [all …]
|
/Linux-v5.15/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()
|
/Linux-v5.15/arch/x86/kernel/cpu/microcode/ |
D | amd.c | 595 list_for_each_entry(p, µcode_cache, plist) in cache_find_patch() 605 list_for_each_entry(p, µcode_cache, plist) { in update_cache() 614 list_replace(&p->plist, &new_patch->plist); in update_cache() 621 list_add_tail(&new_patch->plist, µcode_cache); in update_cache() 628 list_for_each_entry_safe(p, tmp, µcode_cache, plist) { in free_cache() 629 __list_del(p->plist.prev, p->plist.next); in free_cache() 789 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
|
/Linux-v5.15/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-v5.15/net/sched/ |
D | cls_bpf.c | 32 struct list_head plist; member 88 list_for_each_entry_rcu(prog, &head->plist, link) { in cls_bpf_classify() 247 INIT_LIST_HEAD_RCU(&head->plist); in cls_bpf_init() 305 *last = list_empty(&head->plist); in cls_bpf_delete() 315 list_for_each_entry_safe(prog, tmp, &head->plist, link) in cls_bpf_destroy() 327 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_get() 522 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change() 650 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk() 671 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_reoffload()
|
/Linux-v5.15/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-v5.15/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()
|