Home
last modified time | relevance | path

Searched refs:plist (Results 1 – 25 of 56) sorted by relevance

123

/Linux-v6.1/arch/mips/fw/cfe/
Dcfe_api.c82 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 …]
/Linux-v6.1/include/acpi/
Dacoutput.h202 #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-v6.1/drivers/staging/r8188eu/core/
Drtw_sta_mgt.c111 struct list_head *phead, *plist; in _rtw_free_sta_priv() local
121 plist = phead->next; in _rtw_free_sta_priv()
123 while (phead != plist) { in _rtw_free_sta_priv()
125 psta = container_of(plist, struct sta_info, hash_list); in _rtw_free_sta_priv()
126 plist = plist->next; in _rtw_free_sta_priv()
295 struct list_head *phead, *plist; in rtw_free_stainfo() local
309 plist = phead->next; in rtw_free_stainfo()
312 prframe = container_of(plist, struct recv_frame, list); in rtw_free_stainfo()
314 plist = plist->next; in rtw_free_stainfo()
368 struct list_head *plist, *phead; in rtw_free_all_stainfo() local
[all …]
Drtw_ap.c158 struct list_head *phead, *plist; in expire_timeout_chk() local
169 plist = phead->next; in expire_timeout_chk()
172 while (phead != plist) { in expire_timeout_chk()
173 psta = container_of(plist, struct sta_info, auth_list); in expire_timeout_chk()
174 plist = plist->next; in expire_timeout_chk()
199 plist = phead->next; in expire_timeout_chk()
202 while (phead != plist) { in expire_timeout_chk()
203 psta = container_of(plist, struct sta_info, asoc_list); in expire_timeout_chk()
204 plist = plist->next; in expire_timeout_chk()
734 struct list_head *phead, *plist; in associated_clients_update() local
[all …]
Drtw_recv.c190 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local
199 plist = phead->next; in _rtw_alloc_recvframe()
201 hdr = container_of(plist, struct recv_frame, list); in _rtw_alloc_recvframe()
296 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local
301 plist = phead->next; in rtw_free_recvframe_queue()
303 while (phead != plist) { in rtw_free_recvframe_queue()
304 hdr = container_of(plist, struct recv_frame, list); in rtw_free_recvframe_queue()
306 plist = plist->next; in rtw_free_recvframe_queue()
1234 struct list_head *plist, *phead; in recvframe_defrag() local
1245 plist = phead->next; in recvframe_defrag()
[all …]
Drtw_mlme.c99 struct list_head *phead, *plist; in _rtw_find_network() local
108 plist = phead->next; in _rtw_find_network()
110 while (plist != phead) { in _rtw_find_network()
111 pnetwork = container_of(plist, struct wlan_network, list); in _rtw_find_network()
114 plist = plist->next; in _rtw_find_network()
116 if (plist == phead) in _rtw_find_network()
125 struct list_head *phead, *plist; in _rtw_free_network_queue() local
133 plist = phead->next; in _rtw_free_network_queue()
135 while (phead != plist) { in _rtw_free_network_queue()
136 pnetwork = container_of(plist, struct wlan_network, list); in _rtw_free_network_queue()
[all …]
Drtw_xmit.c1200 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local
1211 plist = phead->next; in rtw_alloc_xmitbuf_ext()
1213 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf_ext()
1256 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local
1267 plist = phead->next; in rtw_alloc_xmitbuf()
1269 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf()
1331 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local
1341 plist = phead->next; in rtw_alloc_xmitframe()
1343 pxframe = container_of(plist, struct xmit_frame, list); in rtw_alloc_xmitframe()
1405 struct list_head *plist, *phead; in rtw_free_xmitframe_queue() local
[all …]
/Linux-v6.1/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c69 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 …]
Drtl8712_recv.c174 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 …]
Dosdep_service.h48 struct list_head *plist) in end_of_queue_search() argument
50 return (head == plist); in end_of_queue_search()
Drtl871x_mlme.c135 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 …]
Drtl871x_ioctl_set.c41 struct list_head *plist, *phead; in do_join() local
48 plist = phead->next; in do_join()
51 pmlmepriv->pscanned = plist; in do_join()
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c123 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 …]
Drtw_recv.c109 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 …]
Drtw_ap.c176 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
1246 list_for_each_safe(plist, tmp, phead) { in rtw_acl_remove_sta()
[all …]
Drtw_mlme.c144 struct list_head *plist = NULL; in rtw_alloc_network() local
152 plist = get_next(&(free_queue->queue)); in rtw_alloc_network()
154 pnetwork = container_of(plist, struct wlan_network, list); in rtw_alloc_network()
235 struct list_head *phead, *plist; in _rtw_find_network() local
247 list_for_each(plist, phead) { in _rtw_find_network()
248 pnetwork = list_entry(plist, struct wlan_network, list); in _rtw_find_network()
254 if (plist == phead) in _rtw_find_network()
265 struct list_head *phead, *plist, *tmp; in rtw_free_network_queue() local
273 list_for_each_safe(plist, tmp, phead) { in rtw_free_network_queue()
275 pnetwork = list_entry(plist, struct wlan_network, list); in rtw_free_network_queue()
[all …]
Drtw_xmit.c1448 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 …]
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_scheduler.h19 #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-v6.1/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c1170 struct list_head *plist, *phead; in rtw_wx_get_scan() local
1203 plist = phead->next; in rtw_wx_get_scan()
1205 while (phead != plist) { in rtw_wx_get_scan()
1211 pnetwork = container_of(plist, struct wlan_network, list); in rtw_wx_get_scan()
1217 plist = plist->next; in rtw_wx_get_scan()
1942 struct list_head *plist, *phead; in rtw_get_ap_info() local
1977 plist = phead->next; in rtw_get_ap_info()
1979 while (phead != plist) { in rtw_get_ap_info()
1980 pnetwork = container_of(plist, struct wlan_network, list); in rtw_get_ap_info()
2002 plist = plist->next; in rtw_get_ap_info()
[all …]
/Linux-v6.1/drivers/infiniband/sw/siw/
Dsiw_mem.c66 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-v6.1/arch/x86/kernel/cpu/microcode/
Damd.c611 list_for_each_entry(p, &microcode_cache, plist) in cache_find_patch()
621 list_for_each_entry(p, &microcode_cache, plist) { in update_cache()
630 list_replace(&p->plist, &new_patch->plist); in update_cache()
637 list_add_tail(&new_patch->plist, &microcode_cache); in update_cache()
644 list_for_each_entry_safe(p, tmp, &microcode_cache, plist) { in free_cache()
645 __list_del(p->plist.prev, p->plist.next); in free_cache()
806 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
Dintel.c115 list_for_each_entry_safe(iter, tmp, &microcode_cache, plist) { in save_microcode_patch()
130 list_replace(&iter->plist, &p->plist); in save_microcode_patch()
146 list_add_tail(&p->plist, &microcode_cache); in save_microcode_patch()
351 list_for_each_entry(p, &microcode_cache, plist) { in show_saved_mc()
648 list_for_each_entry_safe(iter, tmp, &microcode_cache, plist) { in find_patch()
/Linux-v6.1/drivers/acpi/acpica/
Dacmacros.h426 #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-v6.1/net/sched/
Dcls_bpf.c32 struct list_head plist; member
88 list_for_each_entry_rcu(prog, &head->plist, link) { in cls_bpf_classify()
249 INIT_LIST_HEAD_RCU(&head->plist); in cls_bpf_init()
307 *last = list_empty(&head->plist); in cls_bpf_delete()
317 list_for_each_entry_safe(prog, tmp, &head->plist, link) in cls_bpf_destroy()
329 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_get()
524 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change()
647 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk()
662 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_reoffload()
/Linux-v6.1/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c127 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()

123