Home
last modified time | relevance | path

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

12345678910>>...97

/linux/arch/mips/fw/cfe/
A Dcfe_api.c77 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; 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()
115 xiocb.plist.xiocb_envbuf.enum_idx = idx; in cfe_enumenv()
136 xiocb.plist.xiocb_meminfo.mi_idx = idx; in cfe_enummem()
190 xiocb.plist.xiocb_buffer.buf_offset = 0; in cfe_getdevinfo()
212 xiocb.plist.xiocb_envbuf.enum_idx = 0; in cfe_getenv()
277 xiocb.plist.xiocb_time.ticks = 0; in cfe_getticks()
281 return xiocb.plist.xiocb_time.ticks; in cfe_getticks()
[all …]
/linux/include/acpi/
A 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
290 #define ACPI_DEBUG_PRINT(plist) acpi_debug_print plist argument
291 #define ACPI_DEBUG_PRINT_RAW(plist) acpi_debug_print_raw plist argument
313 #define ACPI_DEBUG_PRINT(plist) ACPI_ACTUAL_DEBUG plist argument
[all …]
/linux/drivers/staging/r8188eu/core/
A Drtw_sta_mgt.c132 plist = phead->next; in _rtw_free_sta_priv()
134 while (phead != plist) { in _rtw_free_sta_priv()
137 plist = plist->next; in _rtw_free_sta_priv()
297 plist = phead->next; in rtw_free_stainfo()
302 plist = plist->next; in rtw_free_stainfo()
369 plist = phead->next; in rtw_free_all_stainfo()
374 plist = plist->next; in rtw_free_all_stainfo()
405 plist = phead->next; in rtw_get_stainfo()
415 plist = plist->next; in rtw_get_stainfo()
468 plist = phead->next; in rtw_access_ctrl()
[all …]
A Drtw_ap.c169 plist = phead->next; in expire_timeout_chk()
172 while (phead != plist) { in expire_timeout_chk()
174 plist = plist->next; in expire_timeout_chk()
203 plist = phead->next; in expire_timeout_chk()
208 plist = plist->next; in expire_timeout_chk()
836 plist = phead->next; in associated_clients_update()
842 plist = plist->next; in associated_clients_update()
1108 plist = phead->next; in rtw_sta_flush()
1114 plist = plist->next; in rtw_sta_flush()
1229 plist = phead->next; in stop_ap_mode()
[all …]
A Drtw_recv.c122 plist = phead->next; in _rtw_alloc_recvframe()
226 plist = phead->next; in rtw_free_recvframe_queue()
231 plist = plist->next; in rtw_free_recvframe_queue()
1257 plist = phead->next; in recvframe_defrag()
1274 plist = phead->next; in recvframe_defrag()
1279 plist = plist->next; in recvframe_defrag()
1313 plist = plist->next; in recvframe_defrag()
1576 plist = phead->next; in enqueue_reorder_recvframe()
1583 plist = plist->next; in enqueue_reorder_recvframe()
1606 plist = phead->next; in recv_indicatepkts_in_order()
[all …]
A Drtw_mlme.c216 plist = phead->next; in _rtw_find_network()
222 plist = plist->next; in _rtw_find_network()
224 if (plist == phead) in _rtw_find_network()
241 plist = phead->next; in _rtw_free_network_queue()
246 plist = plist->next; in _rtw_free_network_queue()
398 plist = phead->next; in rtw_get_oldest_wlan_network()
401 if (phead == plist) in rtw_get_oldest_wlan_network()
411 plist = plist->next; in rtw_get_oldest_wlan_network()
488 plist = phead->next; in rtw_update_scanned_network()
498 plist = plist->next; in rtw_update_scanned_network()
[all …]
A Drtw_xmit.c1112 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local
1123 plist = phead->next; in rtw_alloc_xmitbuf_ext()
1170 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local
1183 plist = phead->next; in rtw_alloc_xmitbuf()
1263 plist = phead->next; in rtw_alloc_xmitframe()
1333 plist = phead->next; in rtw_free_xmitframe_queue()
1335 while (phead != plist) { in rtw_free_xmitframe_queue()
1338 plist = plist->next; in rtw_free_xmitframe_queue()
1881 plist = phead->next; in dequeue_xmitframes_to_sleeping_queue()
1883 while (phead != plist) { in dequeue_xmitframes_to_sleeping_queue()
[all …]
/linux/drivers/staging/rtl8712/
A 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()
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
230 plist = phead->next; in r8712_get_stainfo()
[all …]
A Drtl8712_recv.c174 struct list_head *plist, *phead; in recvframe_defrag() local
183 plist = phead->next; in recvframe_defrag()
197 plist = &defrag_q->queue; in recvframe_defrag()
198 plist = plist->next; 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()
484 plist = plist->next; in enqueue_reorder_recvframe()
497 struct list_head *phead, *plist; in r8712_recv_indicatepkts_in_order() local
505 plist = phead->next; in r8712_recv_indicatepkts_in_order()
[all …]
A Drtl871x_mlme.c135 struct list_head *phead, *plist; in r8712_find_network() local
142 list_for_each(plist, phead) { 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()
166 plist = plist->next; in r8712_free_network_queue()
259 struct list_head *plist, *phead; in r8712_get_oldest_wlan_network() local
264 plist = phead->next; in r8712_get_oldest_wlan_network()
275 plist = plist->next; in r8712_get_oldest_wlan_network()
343 plist = phead->next; in update_scanned_network()
[all …]
A Dosdep_service.h48 struct list_head *plist) in end_of_queue_search() argument
50 return (head == plist); in end_of_queue_search()
/linux/drivers/staging/rtl8723bs/core/
A 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()
368 plist = get_next(phead); in rtw_free_stainfo()
373 plist = get_next(plist); in rtw_free_stainfo()
467 struct list_head *plist, *phead; in rtw_get_stainfo() local
486 list_for_each(plist, phead) { in rtw_get_stainfo()
[all …]
A Drtw_recv.c118 plist = get_next(phead); in _rtw_alloc_recvframe()
231 plist = get_next(phead); in rtw_free_recvframe_queue()
233 while (phead != plist) { in rtw_free_recvframe_queue()
236 plist = get_next(plist); in rtw_free_recvframe_queue()
293 plist = get_next(phead); in rtw_dequeue_recvbuf()
1034 plist = get_next(phead); in recvframe_defrag()
1052 plist = get_next(plist); in recvframe_defrag()
1054 while (phead != plist) { in recvframe_defrag()
1087 plist = get_next(plist); in recvframe_defrag()
1694 plist = get_next(plist); in enqueue_reorder_recvframe()
[all …]
A 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()
213 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk()
1177 struct list_head *plist, *phead; in rtw_acl_add_sta() local
1191 list_for_each(plist, phead) { in rtw_acl_add_sta()
1234 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local
1684 struct list_head *phead, *plist; in associated_clients_update() local
1692 list_for_each(plist, phead) { in associated_clients_update()
1931 struct list_head *phead, *plist, *tmp; in rtw_sta_flush() local
2010 struct list_head *phead, *plist; in rtw_ap_restore_network() local
[all …]
A Drtw_mlme.c144 struct list_head *plist = NULL; in rtw_alloc_network() local
247 list_for_each(plist, phead) { in _rtw_find_network()
254 if (plist == phead) in _rtw_find_network()
417 list_for_each(plist, phead) { in _rtw_find_same_network()
424 if (plist == phead) in _rtw_find_same_network()
439 list_for_each(plist, phead) { in rtw_get_oldest_wlan_network()
857 plist = get_next(phead); in free_scanqueue()
859 while (plist != phead) { in free_scanqueue()
860 ptemp = get_next(plist); in free_scanqueue()
861 list_del_init(plist); in free_scanqueue()
[all …]
A Drtw_xmit.c1451 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local
1461 plist = get_next(phead); in rtw_alloc_xmitbuf_ext()
1510 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local
1520 plist = get_next(phead); in rtw_alloc_xmitbuf()
1609 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local
1619 plist = get_next(phead); in rtw_alloc_xmitframe()
1645 plist = get_next(phead); in rtw_alloc_xmitframe_ext()
2419 plist = get_next(phead); in dequeue_pending_xmitbuf()
2444 plist = phead; in dequeue_pending_xmitbuf_under_survey()
2446 plist = get_next(plist); in dequeue_pending_xmitbuf_under_survey()
[all …]
/linux/lib/
A D.plist.o.cmd1plist.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aa…
3 source_lib/plist.o := lib/plist.c
5 deps_lib/plist.o := \
196 include/linux/plist.h \
207 lib/plist.o: $(deps_lib/plist.o)
209 $(deps_lib/plist.o):
/linux/drivers/gpu/drm/i915/
A Di915_scheduler.h18 #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/drivers/staging/r8188eu/os_dep/
A Dxmit_linux.c166 struct list_head *phead, *plist; in rtw_mlcst2unicst() local
173 plist = phead->next; in rtw_mlcst2unicst()
176 while (phead != plist) { in rtw_mlcst2unicst()
177 psta = container_of(plist, struct sta_info, asoc_list); in rtw_mlcst2unicst()
179 plist = plist->next; in rtw_mlcst2unicst()
A Dioctl_linux.c1275 plist = plist->next; in rtw_wx_get_scan()
2225 plist = plist->next; in rtw_get_ap_info()
2719 plist = plist->next; in rtw_p2p_get_wps_configmethod()
2799 plist = plist->next; in rtw_p2p_get_go_device_address()
2876 plist = plist->next; in rtw_p2p_get_device_type()
2944 plist = plist->next; in rtw_p2p_get_device_name()
3015 plist = plist->next; in rtw_p2p_get_invitation_procedure()
3080 plist = plist->next; in rtw_p2p_connect()
3191 plist = plist->next; in rtw_p2p_invite_req()
3347 plist = plist->next; in rtw_p2p_prov_disc()
[all …]
/linux/drivers/infiniband/sw/siw/
A 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/drivers/acpi/acpica/
A 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/arch/x86/kernel/cpu/microcode/
A Damd.c601 list_for_each_entry(p, &microcode_cache, plist) in cache_find_patch()
611 list_for_each_entry(p, &microcode_cache, plist) { in update_cache()
620 list_replace(&p->plist, &new_patch->plist); in update_cache()
627 list_add_tail(&new_patch->plist, &microcode_cache); in update_cache()
634 list_for_each_entry_safe(p, tmp, &microcode_cache, plist) { in free_cache()
635 __list_del(p->plist.prev, p->plist.next); in free_cache()
795 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
/linux/net/sched/
A Dcls_bpf.c32 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/drivers/staging/rtl8723bs/os_dep/
A 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()

Completed in 93 milliseconds

12345678910>>...97