/kernel/linux/linux-5.10/arch/mips/fw/cfe/ |
H A 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 in cfe_enumenv() [all...] |
/kernel/linux/linux-6.6/arch/mips/fw/cfe/ |
H A 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 in cfe_enumenv() [all...] |
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acoutput.h | 199 * the plist contains a set of parens to allow variable-length lists. 202 #define ACPI_INFO(plist) acpi_info plist 203 #define ACPI_WARNING(plist) acpi_warning plist 204 #define ACPI_EXCEPTION(plist) acpi_exception plist 205 #define ACPI_ERROR(plist) acpi_error plist 206 #define ACPI_BIOS_WARNING(plist) acpi_bios_warnin [all...] |
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acoutput.h | 199 * the plist contains a set of parens to allow variable-length lists. 202 #define ACPI_INFO(plist) acpi_info plist 203 #define ACPI_WARNING(plist) acpi_warning plist 204 #define ACPI_EXCEPTION(plist) acpi_exception plist 205 #define ACPI_ERROR(plist) acpi_error plist 206 #define ACPI_BIOS_WARNING(plist) acpi_bios_warnin [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A 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, struc in _rtw_free_sta_priv() 400 struct list_head *phead, *plist; rtw_free_stainfo() local 482 struct list_head *plist, *phead; rtw_free_all_stainfo() local 514 struct list_head *plist, *phead; rtw_get_stainfo() local 588 struct list_head *plist, *phead; rtw_access_ctrl() local [all...] |
H A 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() 1330 struct list_head *plist, *phead; rtw_acl_add_sta() local 1400 struct list_head *plist, *phead; rtw_acl_remove_sta() local 1916 struct list_head *phead, *plist; associated_clients_update() local 2191 struct list_head *phead, *plist; rtw_sta_flush() local 2277 struct list_head *phead, *plist; rtw_ap_restore_network() local 2392 struct list_head *phead, *plist; stop_ap_mode() local [all...] |
H A 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() 279 struct list_head *phead, *plist; rtw_free_network_queue() local 435 struct list_head *phead, *plist; _rtw_find_same_network() local 458 struct list_head *plist, *phead; rtw_get_oldest_wlan_network() local 576 struct list_head *plist, *phead; rtw_update_scanned_network() local 931 struct list_head *plist, *phead, *ptemp; free_scanqueue() local [all...] |
H A 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, *phea in rtw_dequeue_recvbuf() local 1706 struct list_head *plist, *phead; recvframe_defrag() local 2040 struct list_head *phead, *plist; enqueue_reorder_recvframe() local 2100 struct list_head *phead, *plist; recv_indicatepkts_in_order() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A 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 in rtw_free_stainfo() 385 struct list_head *plist, *phead; rtw_free_all_stainfo() local 415 struct list_head *plist, *phead; rtw_get_stainfo() local 483 struct list_head *plist, *phead; rtw_access_ctrl() local [all...] |
H A 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 in expire_timeout_chk() 1022 struct list_head *plist, *phead; rtw_acl_add_sta() local 1087 struct list_head *plist, *phead; rtw_acl_remove_sta() local 1340 struct list_head *phead, *plist; associated_clients_update() local 1604 struct list_head *phead, *plist; rtw_sta_flush() local 1725 struct list_head *phead, *plist; stop_ap_mode() local [all...] |
H A 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() 319 struct list_head *plist, *phead; rtw_get_oldest_wlan_network() local 394 struct list_head *plist, *phead; rtw_update_scanned_network() local 689 struct list_head *plist, *phead, *ptemp; free_scanqueue() local [all...] |
H A 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 in recvframe_defrag() 1621 struct list_head *phead, *plist; enqueue_reorder_recvframe() local 1648 struct list_head *phead, *plist; recv_indicatepkts_in_order() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.h | 16 #define priolist_for_each_request(it, plist, idx) \ 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) \ 22 (plist)->used ? (idx = __ffs((plist)->used)), 1 : 0; \ 23 (plist)->used &= ~BIT(idx)) \ 25 &(plist)->requests[idx], \
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H 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() 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 in rtw_free_stainfo() 432 struct list_head *plist, *phead, *tmp; rtw_free_all_stainfo() local 465 struct list_head *plist, *phead; rtw_get_stainfo() local 528 struct list_head *plist, *phead; rtw_access_ctrl() local [all...] |
H A 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, *phea in rtw_dequeue_recvbuf() local 1020 struct list_head *plist, *phead; recvframe_defrag() local 1679 struct list_head *phead, *plist; enqueue_reorder_recvframe() local 1731 struct list_head *phead, *plist; recv_indicatepkts_in_order() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H 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() 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 in r8712_free_all_stainfo() 221 struct list_head *plist, *phead; r8712_get_stainfo() local [all...] |
H A 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 in recvframe_defrag() 467 struct list_head *phead, *plist; enqueue_reorder_recvframe() local 497 struct list_head *phead, *plist; r8712_recv_indicatepkts_in_order() local [all...] |
H A D | osdep_service.h | 49 struct list_head *plist) in end_of_queue_search() 51 return (head == plist); in end_of_queue_search() 48 end_of_queue_search(struct list_head *head, struct list_head *plist) end_of_queue_search() argument
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H 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() 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 in r8712_free_all_stainfo() 221 struct list_head *plist, *phead; r8712_get_stainfo() local [all...] |
H A 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 in recvframe_defrag() 468 struct list_head *phead, *plist; enqueue_reorder_recvframe() local 498 struct list_head *phead, *plist; r8712_recv_indicatepkts_in_order() local [all...] |
H A D | osdep_service.h | 48 struct list_head *plist) in end_of_queue_search() 50 return (head == plist); in end_of_queue_search() 47 end_of_queue_search(struct list_head *head, struct list_head *plist) end_of_queue_search() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.h | 19 #define priolist_for_each_request(it, plist) \ 20 list_for_each_entry(it, &(plist)->requests, sched.link) 22 #define priolist_for_each_request_consume(it, n, plist) \ 23 list_for_each_entry_safe(it, n, &(plist)->requests, sched.link)
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
H A 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/ |
H A 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-6.6/drivers/infiniband/sw/siw/ |
H 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); in siw_umem_get() 431 plist += rv; in siw_umem_get()
|