Home
last modified time | relevance | path

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

/linux-4.1.27/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 …]
Dcfe_api_int.h145 } plist; member
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c151 struct list_head *plist, *phead; in rtw_mfree_all_stainfo() local
158 plist = phead->next; in rtw_mfree_all_stainfo()
160 while (phead != plist) { in rtw_mfree_all_stainfo()
161 psta = container_of(plist, struct sta_info , list); in rtw_mfree_all_stainfo()
162 plist = plist->next; in rtw_mfree_all_stainfo()
176 struct list_head *phead, *plist; in _rtw_free_sta_priv() local
186 plist = phead->next; in _rtw_free_sta_priv()
188 while (phead != plist) { in _rtw_free_sta_priv()
190 psta = container_of(plist, struct sta_info , hash_list); in _rtw_free_sta_priv()
191 plist = plist->next; in _rtw_free_sta_priv()
[all …]
Drtw_ap.c275 struct list_head *phead, *plist; in expire_timeout_chk() local
286 plist = phead->next; in expire_timeout_chk()
289 while (phead != plist) { in expire_timeout_chk()
290 psta = container_of(plist, struct sta_info, auth_list); in expire_timeout_chk()
291 plist = plist->next; in expire_timeout_chk()
320 plist = phead->next; in expire_timeout_chk()
323 while (phead != plist) { in expire_timeout_chk()
324 psta = container_of(plist, struct sta_info, asoc_list); in expire_timeout_chk()
325 plist = plist->next; in expire_timeout_chk()
1121 struct list_head *plist, *phead; in rtw_acl_add_sta() local
[all …]
Drtw_mlme.c134 struct list_head *plist = NULL; in _rtw_alloc_network() local
142 plist = free_queue->queue.next; in _rtw_alloc_network()
144 pnetwork = container_of(plist , struct wlan_network, list); in _rtw_alloc_network()
148 RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("_rtw_alloc_network: ptr=%p\n", plist)); in _rtw_alloc_network()
210 struct list_head *phead, *plist; in rtw_find_network() local
219 plist = phead->next; in rtw_find_network()
221 while (plist != phead) { in rtw_find_network()
222 pnetwork = container_of(plist, struct wlan_network , list); in rtw_find_network()
225 plist = plist->next; in rtw_find_network()
227 if (plist == phead) in rtw_find_network()
[all …]
Drtw_recv.c132 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local
141 plist = phead->next; in _rtw_alloc_recvframe()
143 hdr = container_of(plist, struct recv_frame, list); in _rtw_alloc_recvframe()
253 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local
258 plist = phead->next; in rtw_free_recvframe_queue()
260 while (phead != plist) { in rtw_free_recvframe_queue()
261 hdr = container_of(plist, struct recv_frame, list); in rtw_free_recvframe_queue()
263 plist = plist->next; in rtw_free_recvframe_queue()
1439 struct list_head *plist, *phead; in recvframe_defrag() local
1451 plist = phead->next; in recvframe_defrag()
[all …]
Drtw_xmit.c1216 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local
1227 plist = phead->next; in rtw_alloc_xmitbuf_ext()
1229 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf_ext()
1278 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local
1291 plist = phead->next; in rtw_alloc_xmitbuf()
1293 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf()
1363 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local
1375 plist = phead->next; in rtw_alloc_xmitframe()
1377 pxframe = container_of(plist, struct xmit_frame, list); in rtw_alloc_xmitframe()
1447 struct list_head *plist, *phead; in rtw_free_xmitframe_queue() local
[all …]
Drtw_ioctl_set.c39 struct list_head *plist, *phead; in rtw_do_join() local
48 plist = phead->next; in rtw_do_join()
50 …_rtl871x_ioctl_set_c_, _drv_info_, ("\n rtw_do_join: phead = %p; plist = %p\n\n\n", phead, plist)); in rtw_do_join()
56 pmlmepriv->pscanned = plist; in rtw_do_join()
Drtw_debug.c843 struct list_head *plist, *phead; in proc_get_all_sta_info() local
854 plist = phead->next; in proc_get_all_sta_info()
856 while (phead != plist) { in proc_get_all_sta_info()
857 psta = container_of(plist, struct sta_info, hash_list); in proc_get_all_sta_info()
859 plist = plist->next; in proc_get_all_sta_info()
Drtw_mlme_ext.c3409 struct list_head *plist, *phead; in issue_action_BSSCoexistPacket() local
3488 plist = phead->next; in issue_action_BSSCoexistPacket()
3490 while (phead != plist) { in issue_action_BSSCoexistPacket()
3495 pnetwork = container_of(plist, struct wlan_network, list); in issue_action_BSSCoexistPacket()
3497 plist = plist->next; in issue_action_BSSCoexistPacket()
/linux-4.1.27/include/acpi/
Dacoutput.h213 #define ACPI_INFO(plist) acpi_info plist argument
214 #define ACPI_WARNING(plist) acpi_warning plist argument
215 #define ACPI_EXCEPTION(plist) acpi_exception plist argument
216 #define ACPI_ERROR(plist) acpi_error plist argument
217 #define ACPI_BIOS_WARNING(plist) acpi_bios_warning plist argument
218 #define ACPI_BIOS_ERROR(plist) acpi_bios_error plist argument
225 #define ACPI_INFO(plist) argument
226 #define ACPI_WARNING(plist) argument
227 #define ACPI_EXCEPTION(plist) argument
228 #define ACPI_ERROR(plist) argument
[all …]
/linux-4.1.27/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)) == false) in mfree_all_stainfo()
87 plist = plist->next; in mfree_all_stainfo()
213 struct list_head *plist, *phead; in r8712_free_all_stainfo() local
224 plist = phead->next; in r8712_free_all_stainfo()
225 while ((end_of_queue_search(phead, plist)) == false) { in r8712_free_all_stainfo()
226 psta = LIST_CONTAINOR(plist, in r8712_free_all_stainfo()
228 plist = plist->next; in r8712_free_all_stainfo()
240 struct list_head *plist, *phead; in r8712_get_stainfo() local
[all …]
Drtl8712_recv.c196 struct list_head *plist, *phead; in recvframe_defrag() local
205 plist = phead->next; in recvframe_defrag()
206 prframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag()
218 plist = &defrag_q->queue; in recvframe_defrag()
219 plist = plist->next; in recvframe_defrag()
220 while (end_of_queue_search(phead, plist) == false) { in recvframe_defrag()
221 pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag()
242 plist = plist->next; in recvframe_defrag()
483 struct list_head *phead, *plist; in enqueue_reorder_recvframe() local
491 plist = phead->next; in enqueue_reorder_recvframe()
[all …]
Drtl871x_mlme.c90 struct list_head *plist = NULL; in _r8712_alloc_network() local
95 plist = free_queue->queue.next; in _r8712_alloc_network()
96 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in _r8712_alloc_network()
150 struct list_head *phead, *plist; in _r8712_find_network() local
157 plist = phead->next; in _r8712_find_network()
158 while (plist != phead) { in _r8712_find_network()
159 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in _r8712_find_network()
160 plist = plist->next; in _r8712_find_network()
171 struct list_head *phead, *plist; in _free_network_queue() local
178 plist = phead->next; in _free_network_queue()
[all …]
Dosdep_service.h75 struct list_head *plist) in end_of_queue_search() argument
77 return (head == plist); in end_of_queue_search()
Drtl871x_recv.c110 struct list_head *plist, *phead; in r8712_alloc_recvframe() local
119 plist = phead->next; in r8712_alloc_recvframe()
120 precvframe = LIST_CONTAINOR(plist, union recv_frame, u); in r8712_alloc_recvframe()
145 struct list_head *plist, *phead; in r8712_free_recvframe_queue() local
149 plist = phead->next; in r8712_free_recvframe_queue()
150 while (end_of_queue_search(phead, plist) == false) { in r8712_free_recvframe_queue()
151 precvframe = LIST_CONTAINOR(plist, union recv_frame, u); in r8712_free_recvframe_queue()
152 plist = plist->next; in r8712_free_recvframe_queue()
Drtl871x_xmit.c742 struct list_head *plist, *phead; in r8712_alloc_xmitbuf() local
750 plist = phead->next; in r8712_alloc_xmitbuf()
751 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in r8712_alloc_xmitbuf()
796 struct list_head *plist, *phead; in r8712_alloc_xmitframe() local
804 plist = phead->next; in r8712_alloc_xmitframe()
805 pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); in r8712_alloc_xmitframe()
852 struct list_head *plist, *phead; in r8712_free_xmitframe_queue() local
857 plist = phead->next; in r8712_free_xmitframe_queue()
858 while (end_of_queue_search(phead, plist) == false) { in r8712_free_xmitframe_queue()
859 pxmitframe = LIST_CONTAINOR(plist, struct xmit_frame, list); in r8712_free_xmitframe_queue()
[all …]
Drtl871x_ioctl_set.c60 struct list_head *plist, *phead; in do_join() local
66 plist = phead->next; in do_join()
69 pmlmepriv->pscanned = plist; in do_join()
Drtl871x_ioctl_linux.c1217 struct list_head *plist, *phead; in r8711_wx_get_scan() local
1232 plist = phead->next; in r8711_wx_get_scan()
1234 if (end_of_queue_search(phead, plist) == true) in r8711_wx_get_scan()
1240 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in r8711_wx_get_scan()
1242 plist = plist->next; in r8711_wx_get_scan()
1980 struct list_head *plist, *phead; in r871x_get_ap_info() local
2001 plist = phead->next; in r871x_get_ap_info()
2003 if (end_of_queue_search(phead, plist) == true) in r871x_get_ap_info()
2005 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in r871x_get_ap_info()
2029 plist = plist->next; in r871x_get_ap_info()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_sta_mgt.c86 struct list_head *phead, *plist, *ptmp; in _rtw_free_sta_priv23a() local
97 list_for_each_safe(plist, ptmp, phead) { in _rtw_free_sta_priv23a()
100 psta = container_of(plist, struct sta_info, in _rtw_free_sta_priv23a()
265 struct list_head *phead, *plist; in rtw_free_stainfo23a() local
278 plist = phead->next; in rtw_free_stainfo23a()
281 prframe = container_of(plist, struct recv_frame, list); in rtw_free_stainfo23a()
282 plist = plist->next; in rtw_free_stainfo23a()
328 struct list_head *plist, *phead, *ptmp; in rtw_free_all_stainfo23a() local
342 list_for_each_safe(plist, ptmp, phead) { in rtw_free_all_stainfo23a()
343 psta = container_of(plist, struct sta_info, hash_list); in rtw_free_all_stainfo23a()
[all …]
Drtw_ap.c179 struct list_head *phead, *plist, *ptmp; in expire_timeout_chk23a() local
192 list_for_each_safe(plist, ptmp, phead) { in expire_timeout_chk23a()
193 psta = container_of(plist, struct sta_info, auth_list); in expire_timeout_chk23a()
222 list_for_each_safe(plist, ptmp, phead) { in expire_timeout_chk23a()
223 psta = container_of(plist, struct sta_info, asoc_list); in expire_timeout_chk23a()
1043 struct list_head *plist, *phead; in rtw_acl_add_sta23a() local
1060 list_for_each(plist, phead) { in rtw_acl_add_sta23a()
1061 paclnode = container_of(plist, struct rtw_wlan_acl_node, list); in rtw_acl_add_sta23a()
1105 struct list_head *plist, *phead, *ptmp; in rtw_acl_remove_sta23a() local
1117 list_for_each_safe(plist, ptmp, phead) { in rtw_acl_remove_sta23a()
[all …]
Drtw_recv.c92 struct list_head *plist, *ptmp; in _rtw_free_recv_priv23a() local
96 list_for_each_safe(plist, ptmp, &precvpriv->free_recv_queue.queue) { in _rtw_free_recv_priv23a()
97 precvframe = container_of(plist, struct recv_frame, list); in _rtw_free_recv_priv23a()
108 struct list_head *plist, *phead; in rtw_alloc_recvframe23a() local
119 plist = phead->next; in rtw_alloc_recvframe23a()
121 pframe = container_of(plist, struct recv_frame, list); in rtw_alloc_recvframe23a()
199 struct list_head *plist, *phead, *ptmp; in rtw_free_recvframe23a_queue() local
204 plist = phead->next; in rtw_free_recvframe23a_queue()
206 list_for_each_safe(plist, ptmp, phead) { in rtw_free_recvframe23a_queue()
207 hdr = container_of(plist, struct recv_frame, list); in rtw_free_recvframe23a_queue()
[all …]
Drtw_xmit.c201 struct list_head *plist, *ptmp; in _rtw_free_xmit_priv23a() local
203 list_for_each_safe(plist, ptmp, &pxmitpriv->free_xmit_queue.queue) { in _rtw_free_xmit_priv23a()
204 pxframe = container_of(plist, struct xmit_frame, list); in _rtw_free_xmit_priv23a()
210 list_for_each_safe(plist, ptmp, &pxmitpriv->xmitbuf_list) { in _rtw_free_xmit_priv23a()
211 pxmitbuf = container_of(plist, struct xmit_buf, list2); in _rtw_free_xmit_priv23a()
218 list_for_each_safe(plist, ptmp, in _rtw_free_xmit_priv23a()
220 pxframe = container_of(plist, struct xmit_frame, list); in _rtw_free_xmit_priv23a()
227 list_for_each_safe(plist, ptmp, &pxmitpriv->xmitextbuf_list) { in _rtw_free_xmit_priv23a()
228 pxmitbuf = container_of(plist, struct xmit_buf, list2); in _rtw_free_xmit_priv23a()
1448 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local
[all …]
Drtw_mlme.c140 struct list_head *phead, *plist; in rtw_find_network23a() local
151 plist = phead->next; in rtw_find_network23a()
153 while (plist != phead) { in rtw_find_network23a()
154 pnetwork = container_of(plist, struct wlan_network, list); in rtw_find_network23a()
159 plist = plist->next; in rtw_find_network23a()
162 if (plist == phead) in rtw_find_network23a()
174 struct list_head *phead, *plist, *ptmp; in rtw_free_network_queue23a() local
183 list_for_each_safe(plist, ptmp, phead) { in rtw_free_network_queue23a()
184 pnetwork = container_of(plist, struct wlan_network, list); in rtw_free_network_queue23a()
332 struct list_head *plist, *phead; in rtw_get_oldest_wlan_network23a() local
[all …]
Drtw_mlme_ext.c6098 struct list_head *plist, *phead, *ptmp; in tx_beacon_hdl23a() local
6115 list_for_each_safe(plist, ptmp, phead) { in tx_beacon_hdl23a()
6116 pxmitframe = container_of(plist, in tx_beacon_hdl23a()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1047 void cl_page_list_init(struct cl_page_list *plist) in cl_page_list_init() argument
1049 plist->pl_nr = 0; in cl_page_list_init()
1050 INIT_LIST_HEAD(&plist->pl_pages); in cl_page_list_init()
1051 plist->pl_owner = current; in cl_page_list_init()
1058 void cl_page_list_add(struct cl_page_list *plist, struct cl_page *page) in cl_page_list_add() argument
1063 LINVRNT(plist->pl_owner == current); in cl_page_list_add()
1069 list_add_tail(&page->cp_batch, &plist->pl_pages); in cl_page_list_add()
1070 ++plist->pl_nr; in cl_page_list_add()
1071 lu_ref_add_at(&page->cp_reference, &page->cp_queue_ref, "queue", plist); in cl_page_list_add()
1080 struct cl_page_list *plist, struct cl_page *page) in cl_page_list_del() argument
[all …]
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Damd.c42 struct list_head plist; member
77 list_for_each_entry(p, &pcache, plist) in cache_find_patch()
87 list_for_each_entry(p, &pcache, plist) { in update_cache()
93 list_replace(&p->plist, &new_patch->plist); in update_cache()
100 list_add_tail(&new_patch->plist, &pcache); in update_cache()
107 list_for_each_entry_safe(p, tmp, &pcache, plist) { in free_cache()
108 __list_del(p->plist.prev, p->plist.next); in free_cache()
330 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dxmit_linux.c170 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()
Dioctl_linux.c1217 struct list_head *plist, *phead; in rtw_wx_get_scan() local
1250 plist = phead->next; in rtw_wx_get_scan()
1252 while (phead != plist) { in rtw_wx_get_scan()
1258 pnetwork = container_of(plist, struct wlan_network, list); in rtw_wx_get_scan()
1264 plist = plist->next; in rtw_wx_get_scan()
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dusb_ops_linux.c213 struct list_head *plist; in rtl8723au_write_port_cancel() local
220 list_for_each(plist, &padapter->xmitpriv.xmitbuf_list) { in rtl8723au_write_port_cancel()
221 pxmitbuf = container_of(plist, struct xmit_buf, list2); in rtl8723au_write_port_cancel()
227 list_for_each(plist, &padapter->xmitpriv.xmitextbuf_list) { in rtl8723au_write_port_cancel()
228 pxmitbuf = container_of(plist, struct xmit_buf, list2); in rtl8723au_write_port_cancel()
Dioctl_cfg80211.c1273 struct list_head *plist, *phead, *ptmp; in rtw_cfg80211_surveydone_event_callback() local
1282 list_for_each_safe(plist, ptmp, phead) { in rtw_cfg80211_surveydone_event_callback()
1283 pnetwork = container_of(plist, struct wlan_network, list); in rtw_cfg80211_surveydone_event_callback()
1953 struct list_head *phead, *plist, *ptmp; in cfg80211_rtw_connect() local
2002 list_for_each_safe(plist, ptmp, phead) { in cfg80211_rtw_connect()
2003 pnetwork = container_of(plist, struct wlan_network, list); in cfg80211_rtw_connect()
2853 struct list_head *phead, *plist, *ptmp; in cfg80211_rtw_del_station() local
2888 list_for_each_safe(plist, ptmp, phead) { in cfg80211_rtw_del_station()
2889 psta = container_of(plist, struct sta_info, asoc_list); in cfg80211_rtw_del_station()
/linux-4.1.27/net/sched/
Dcls_bpf.c32 struct list_head plist; member
74 list_for_each_entry_rcu(prog, &head->plist, link) { in cls_bpf_classify()
108 INIT_LIST_HEAD_RCU(&head->plist); in cls_bpf_init()
151 if (!force && !list_empty(&head->plist)) in cls_bpf_destroy()
154 list_for_each_entry_safe(prog, tmp, &head->plist, link) { in cls_bpf_destroy()
174 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_get()
371 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change()
459 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk()
/linux-4.1.27/drivers/acpi/acpica/
Dacmacros.h372 #define ACPI_WARN_PREDEFINED(plist) acpi_ut_predefined_warning plist argument
373 #define ACPI_INFO_PREDEFINED(plist) acpi_ut_predefined_info plist argument
374 #define ACPI_BIOS_ERROR_PREDEFINED(plist) acpi_ut_predefined_bios_error plist argument
382 #define ACPI_WARN_PREDEFINED(plist) argument
383 #define ACPI_INFO_PREDEFINED(plist) argument
384 #define ACPI_BIOS_ERROR_PREDEFINED(plist) argument
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_page_alloc.c728 struct list_head plist; in ttm_get_pages() local
762 INIT_LIST_HEAD(&plist); in ttm_get_pages()
763 npages = ttm_page_pool_get_pages(pool, &plist, flags, cstate, npages); in ttm_get_pages()
765 list_for_each_entry(p, &plist, lru) { in ttm_get_pages()
771 list_for_each_entry(p, &plist, lru) { in ttm_get_pages()
784 INIT_LIST_HEAD(&plist); in ttm_get_pages()
785 r = ttm_alloc_new_pages(&plist, gfp_flags, flags, cstate, npages); in ttm_get_pages()
786 list_for_each_entry(p, &plist, lru) { in ttm_get_pages()
/linux-4.1.27/drivers/powercap/
Dintel_rapl.c186 struct list_head plist; member
253 list_for_each_entry(rp, &rapl_packages, plist) { in find_package_by_id()
280 list_for_each_entry_safe(p, tmp, &rapl_packages, plist) { in rapl_cleanup_data()
282 list_del(&p->plist); in rapl_cleanup_data()
1083 list_for_each_entry(rp, &rapl_packages, plist) { in rapl_update_domain_data()
1107 list_for_each_entry(rp, &rapl_packages, plist) { in rapl_unregister_powercap()
1221 list_for_each_entry(rp, &rapl_packages, plist) in rapl_register_powercap()
1228 list_for_each_entry_continue_reverse(rp, &rapl_packages, plist) { in rapl_register_powercap()
1325 list_for_each_entry(rp, &rapl_packages, plist) in is_package_new()
1364 INIT_LIST_HEAD(&new_package->plist); in rapl_detect_topology()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h3124 static inline struct cl_page *cl_page_list_last(struct cl_page_list *plist) in cl_page_list_last() argument
3126 LASSERT(plist->pl_nr > 0); in cl_page_list_last()
3127 return list_entry(plist->pl_pages.prev, struct cl_page, cp_batch); in cl_page_list_last()
3142 void cl_page_list_init (struct cl_page_list *plist);
3143 void cl_page_list_add (struct cl_page_list *plist, struct cl_page *page);
3149 struct cl_page_list *plist, struct cl_page *page);
3151 struct cl_io *io, struct cl_page_list *plist);
3153 struct cl_io *io, struct cl_page_list *plist);
3155 struct cl_io *io, struct cl_page_list *plist);
3157 struct cl_io *io, struct cl_page_list *plist);
[all …]
/linux-4.1.27/sound/core/
Dcontrol.c747 struct list_head *plist; in snd_ctl_elem_list() local
767 plist = card->controls.next; in snd_ctl_elem_list()
768 while (plist != &card->controls) { in snd_ctl_elem_list()
771 kctl = snd_kcontrol(plist); in snd_ctl_elem_list()
775 plist = plist->next; in snd_ctl_elem_list()
779 while (space > 0 && plist != &card->controls) { in snd_ctl_elem_list()
780 kctl = snd_kcontrol(plist); in snd_ctl_elem_list()
787 plist = plist->next; in snd_ctl_elem_list()
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
Dft1000_usb.h141 void ft1000_free_buffer(struct dpram_blk *pdpram_blk, struct list_head *plist);
Dft1000_debug.c123 void ft1000_free_buffer(struct dpram_blk *pdpram_blk, struct list_head *plist) in ft1000_free_buffer() argument
129 list_add_tail(&pdpram_blk->list, plist); in ft1000_free_buffer()
/linux-4.1.27/Documentation/locking/
Drt-mutex-design.txt100 the task is blocked on. It also has the plist node structures to
187 on both mutexes and processes, I'll explain the plist. This is similar to
189 The implementation of plist is out of scope for this document, but it is
192 There are a few differences between plist and list, the most important one
193 being that plist is a priority sorted linked list. This means that the
194 priorities of the plist are sorted, such that it takes O(1) to retrieve the
208 has a plist to store these waiters by priority. This list is protected by
227 This list is stored in the task structure of a process as a plist called
427 should be at, but the plist nodes of the task's waiter have not been updated
451 The next check sees if the task's waiter plist node has the priority equal to
[all …]
Drt-mutex.txt37 priority enqueueing is handled by "plists", see include/linux/plist.h
/linux-4.1.27/net/dccp/
Dfeat.c1211 u8 *plist, plen, type = dccp_feat_type(feat); in dccp_feat_confirm_recv() local
1263 plist = val; in dccp_feat_confirm_recv()
1266 plist = val + 1; in dccp_feat_confirm_recv()
1271 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) { in dccp_feat_confirm_recv()
/linux-4.1.27/Documentation/
Ddontdiff40 *.plist
/linux-4.1.27/drivers/block/
Dnvme-scsi.c2894 struct scsi_unmap_parm_list *plist; in nvme_trans_unmap() local
2905 plist = kmalloc(list_len, GFP_KERNEL); in nvme_trans_unmap()
2906 if (!plist) in nvme_trans_unmap()
2909 res = nvme_trans_copy_from_user(hdr, plist, list_len); in nvme_trans_unmap()
2913 ndesc = be16_to_cpu(plist->unmap_blk_desc_data_len) >> 4; in nvme_trans_unmap()
2925 range[i].nlb = cpu_to_le32(be32_to_cpu(plist->desc[i].nlb)); in nvme_trans_unmap()
2926 range[i].slba = cpu_to_le64(be64_to_cpu(plist->desc[i].slba)); in nvme_trans_unmap()
2943 kfree(plist); in nvme_trans_unmap()
/linux-4.1.27/fs/reiserfs/
Dbitmap.c540 struct list_head *plist = &SB_JOURNAL(th->t_super)->j_prealloc_list; in reiserfs_discard_all_prealloc() local
543 while (!list_empty(plist)) { in reiserfs_discard_all_prealloc()
545 ei = list_entry(plist->next, struct reiserfs_inode_info, in reiserfs_discard_all_prealloc()
/linux-4.1.27/lib/
DMakefile15 is_single_threaded.o plist.o decompress.o kobject_uevent.o \
DKconfig.debug1153 linked-list (plist) walking routines. This checks the entire
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c2514 struct list_head *plist; in osc_cancel_async_page() local
2525 plist = &obj->oo_urgent_exts; in osc_cancel_async_page()
2528 plist = &obj->oo_reading_exts; in osc_cancel_async_page()
2531 list_for_each_entry(ext, plist, oe_link) { in osc_cancel_async_page()
/linux-4.1.27/net/tipc/
Dmsg.h48 struct plist;
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c1731 struct list_head *plist; in hwi_free_async_msg() local
1733 plist = &pasync_ctx->async_entry[cri].wait_queue.list; in hwi_free_async_msg()
1734 list_for_each_entry_safe(pasync_handle, tmp_handle, plist, link) { in hwi_free_async_msg()
1886 struct list_head *plist; in hwi_fwd_async_msg() local
1894 plist = &pasync_ctx->async_entry[cri].wait_queue.list; in hwi_fwd_async_msg()
1896 list_for_each_entry(pasync_handle, plist, link) { in hwi_fwd_async_msg()