Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/mips/fw/cfe/
Dcfe_api.c90 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_start()
91 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START; in cfe_cpu_start()
92 xiocb.plist.xiocb_cpuctl.gp_val = gp; in cfe_cpu_start()
93 xiocb.plist.xiocb_cpuctl.sp_val = sp; in cfe_cpu_start()
94 xiocb.plist.xiocb_cpuctl.a1_val = a1; in cfe_cpu_start()
95 xiocb.plist.xiocb_cpuctl.start_addr = (long) fn; in cfe_cpu_start()
111 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_stop()
112 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP; in cfe_cpu_stop()
128 xiocb.plist.xiocb_envbuf.enum_idx = idx; in cfe_enumenv()
129 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumenv()
[all …]
/Linux-v4.19/include/acpi/
Dacoutput.h197 #define ACPI_INFO(plist) acpi_info plist argument
198 #define ACPI_WARNING(plist) acpi_warning plist argument
199 #define ACPI_EXCEPTION(plist) acpi_exception plist argument
200 #define ACPI_ERROR(plist) acpi_error plist argument
201 #define ACPI_BIOS_WARNING(plist) acpi_bios_warning plist argument
202 #define ACPI_BIOS_ERROR(plist) acpi_bios_error plist argument
209 #define ACPI_INFO(plist) argument
210 #define ACPI_WARNING(plist) argument
211 #define ACPI_EXCEPTION(plist) argument
212 #define ACPI_ERROR(plist) argument
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c128 struct list_head *plist, *phead; in kfree_all_stainfo() local
134 plist = get_next(phead); in kfree_all_stainfo()
136 while (phead != plist) { in kfree_all_stainfo()
137 psta = LIST_CONTAINOR(plist, struct sta_info, list); in kfree_all_stainfo()
138 plist = get_next(plist); in kfree_all_stainfo()
152 struct list_head *phead, *plist; in _rtw_free_sta_priv() local
163 plist = get_next(phead); in _rtw_free_sta_priv()
165 while (phead != plist) { in _rtw_free_sta_priv()
167 psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); in _rtw_free_sta_priv()
168 plist = get_next(plist); in _rtw_free_sta_priv()
[all …]
Drtw_ap.c218 struct list_head *phead, *plist; in expire_timeout_chk() local
230 plist = get_next(phead); in expire_timeout_chk()
234 if (phead != plist) { in expire_timeout_chk()
239 while (phead != plist) { in expire_timeout_chk()
241 psta = LIST_CONTAINOR(plist, struct sta_info, auth_list); in expire_timeout_chk()
243 plist = get_next(plist); in expire_timeout_chk()
280 plist = get_next(phead); in expire_timeout_chk()
284 if (phead != plist) { in expire_timeout_chk()
289 while (phead != plist) { in expire_timeout_chk()
291 psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); in expire_timeout_chk()
[all …]
Drtw_mlme.c150 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()
164 RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("_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 …]
Drtw_recv.c110 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local
119 plist = get_next(phead); in _rtw_alloc_recvframe()
121 precvframe = (union recv_frame *)plist; in _rtw_alloc_recvframe()
227 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local
232 plist = get_next(phead); in rtw_free_recvframe_queue()
234 while (phead != plist) { in rtw_free_recvframe_queue()
235 precvframe = (union recv_frame *)plist; in rtw_free_recvframe_queue()
237 plist = get_next(plist); in rtw_free_recvframe_queue()
288 struct list_head *plist, *phead; in rtw_dequeue_recvbuf() local
297 plist = get_next(phead); in rtw_dequeue_recvbuf()
[all …]
Drtw_xmit.c1676 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local
1687 plist = get_next(phead); in rtw_alloc_xmitbuf_ext()
1689 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf_ext()
1746 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local
1759 plist = get_next(phead); in rtw_alloc_xmitbuf()
1761 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf()
1867 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local
1878 plist = get_next(phead); in rtw_alloc_xmitframe()
1880 pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); in rtw_alloc_xmitframe()
1896 struct list_head *plist, *phead; in rtw_alloc_xmitframe_ext() local
[all …]
Drtw_debug.c438 struct list_head *plist, *phead; in proc_get_survey_info() local
445 plist = phead ? get_next(phead) : NULL; in proc_get_survey_info()
446 if ((!phead) || (!plist)) { in proc_get_survey_info()
453 if (phead == plist) in proc_get_survey_info()
456 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in proc_get_survey_info()
482 plist = get_next(plist); in proc_get_survey_info()
1271 struct list_head *plist, *phead; in proc_get_all_sta_info() local
1280 plist = get_next(phead); in proc_get_all_sta_info()
1282 while (phead != plist) { in proc_get_all_sta_info()
1283 psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); in proc_get_all_sta_info()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c132 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()
147 psta = container_of(plist, struct sta_info, in _rtw_free_sta_priv()
149 plist = plist->next; in _rtw_free_sta_priv()
301 struct list_head *phead, *plist; in rtw_free_stainfo() local
315 plist = phead->next; in rtw_free_stainfo()
318 prframe = container_of(plist, struct recv_frame, list); in rtw_free_stainfo()
320 plist = plist->next; in rtw_free_stainfo()
378 struct list_head *plist, *phead; in rtw_free_all_stainfo() local
[all …]
Drtw_ap.c167 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()
1015 struct list_head *plist, *phead; in rtw_acl_add_sta() local
[all …]
Drtw_mlme.c181 struct list_head *phead, *plist; in rtw_find_network() local
190 plist = phead->next; in rtw_find_network()
192 while (plist != phead) { in rtw_find_network()
193 pnetwork = container_of(plist, struct wlan_network, list); in rtw_find_network()
196 plist = plist->next; in rtw_find_network()
198 if (plist == phead) in rtw_find_network()
206 struct list_head *phead, *plist; in rtw_free_network_queue() local
214 plist = phead->next; in rtw_free_network_queue()
216 while (phead != plist) { in rtw_free_network_queue()
217 pnetwork = container_of(plist, struct wlan_network, list); in rtw_free_network_queue()
[all …]
Drtw_recv.c176 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local
181 plist = phead->next; in rtw_free_recvframe_queue()
183 while (phead != plist) { in rtw_free_recvframe_queue()
184 hdr = list_entry(plist, struct recv_frame, list); in rtw_free_recvframe_queue()
186 plist = plist->next; in rtw_free_recvframe_queue()
1325 struct list_head *plist, *phead; in recvframe_defrag() local
1336 plist = phead->next; in recvframe_defrag()
1337 pfhdr = list_entry(plist, struct recv_frame, list); in recvframe_defrag()
1352 plist = get_list_head(defrag_q); in recvframe_defrag()
1354 plist = plist->next; in recvframe_defrag()
[all …]
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c81 struct list_head *plist, *phead; in mfree_all_stainfo() local
85 plist = phead->next; in mfree_all_stainfo()
86 while (!end_of_queue_search(phead, plist)) in mfree_all_stainfo()
87 plist = plist->next; in mfree_all_stainfo()
207 struct list_head *plist, *phead; in r8712_free_all_stainfo() local
218 plist = phead->next; in r8712_free_all_stainfo()
219 while (!end_of_queue_search(phead, plist)) { in r8712_free_all_stainfo()
220 psta = container_of(plist, in r8712_free_all_stainfo()
222 plist = plist->next; in r8712_free_all_stainfo()
234 struct list_head *plist, *phead; in r8712_get_stainfo() local
[all …]
Drtl8712_recv.c198 struct list_head *plist, *phead; in recvframe_defrag() local
207 plist = phead->next; in recvframe_defrag()
208 prframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag()
221 plist = &defrag_q->queue; in recvframe_defrag()
222 plist = plist->next; in recvframe_defrag()
223 while (!end_of_queue_search(phead, plist)) { in recvframe_defrag()
224 pnextrframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag()
248 plist = plist->next; in recvframe_defrag()
494 struct list_head *phead, *plist; in enqueue_reorder_recvframe() local
502 plist = phead->next; in enqueue_reorder_recvframe()
[all …]
Dosdep_service.h61 struct list_head *plist) in end_of_queue_search() argument
63 return (head == plist); in end_of_queue_search()
Drtl871x_mlme.c148 struct list_head *phead, *plist; in _r8712_find_network() local
155 plist = phead->next; in _r8712_find_network()
156 while (plist != phead) { in _r8712_find_network()
157 pnetwork = container_of(plist, struct wlan_network, list); in _r8712_find_network()
158 plist = plist->next; in _r8712_find_network()
169 struct list_head *phead, *plist; in _free_network_queue() local
176 plist = phead->next; in _free_network_queue()
177 while (!end_of_queue_search(phead, plist)) { in _free_network_queue()
178 pnetwork = container_of(plist, struct wlan_network, list); in _free_network_queue()
179 plist = plist->next; in _free_network_queue()
[all …]
Drtl871x_ioctl_set.c54 struct list_head *plist, *phead; in do_join() local
61 plist = phead->next; in do_join()
64 pmlmepriv->pscanned = plist; in do_join()
Drtl871x_recv.c136 struct list_head *plist, *phead; in r8712_free_recvframe_queue() local
140 plist = phead->next; in r8712_free_recvframe_queue()
141 while (!end_of_queue_search(phead, plist)) { in r8712_free_recvframe_queue()
142 precvframe = container_of(plist, union recv_frame, u.list); in r8712_free_recvframe_queue()
143 plist = plist->next; in r8712_free_recvframe_queue()
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dxmit_linux.c114 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()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c131 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()
/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Damd.c391 list_for_each_entry(p, &microcode_cache, plist) in cache_find_patch()
401 list_for_each_entry(p, &microcode_cache, plist) { in update_cache()
410 list_replace(&p->plist, &new_patch->plist); in update_cache()
417 list_add_tail(&new_patch->plist, &microcode_cache); in update_cache()
424 list_for_each_entry_safe(p, tmp, &microcode_cache, plist) { in free_cache()
425 __list_del(p->plist.prev, p->plist.next); in free_cache()
643 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
Dintel.c179 list_for_each_entry_safe(iter, tmp, &microcode_cache, plist) { in save_microcode_patch()
194 list_replace(&iter->plist, &p->plist); in save_microcode_patch()
210 list_add_tail(&p->plist, &microcode_cache); in save_microcode_patch()
442 list_for_each_entry(p, &microcode_cache, plist) { in show_saved_mc()
732 list_for_each_entry_safe(iter, tmp, &microcode_cache, plist) { in find_patch()
/Linux-v4.19/net/sched/
Dcls_bpf.c35 struct list_head plist; member
93 list_for_each_entry_rcu(prog, &head->plist, link) { in cls_bpf_classify()
248 INIT_LIST_HEAD_RCU(&head->plist); in cls_bpf_init()
306 *last = list_empty(&head->plist); in cls_bpf_delete()
316 list_for_each_entry_safe(prog, tmp, &head->plist, link) in cls_bpf_destroy()
328 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_get()
521 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change()
643 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-v4.19/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-v4.19/drivers/tty/vt/
Dconsolemap.c540 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()

123