Searched defs:plist (Results 1 - 25 of 34) sorted by relevance

12

/drivers/staging/rtl8723au/os_dep/
H A Dusb_ops_linux.c239 struct list_head *plist; local
246 list_for_each(plist, &padapter->xmitpriv.xmitbuf_list) {
247 pxmitbuf = container_of(plist, struct xmit_buf, list2);
253 list_for_each(plist, &padapter->xmitpriv.xmitextbuf_list) {
254 pxmitbuf = container_of(plist, struct xmit_buf, list2);
/drivers/staging/rtl8188eu/os_dep/
H A Dxmit_linux.c176 struct list_head *phead, *plist; local
183 plist = phead->next;
186 while (phead != plist) {
187 psta = container_of(plist, struct sta_info, asoc_list);
189 plist = plist->next;
H A Dioctl_linux.c1216 struct list_head *plist, *phead; local
1249 plist = phead->next;
1251 while (phead != plist) {
1257 pnetwork = container_of(plist, struct wlan_network, list);
1263 plist = plist->next;
/drivers/staging/rtl8712/
H A Dosdep_service.h96 struct list_head *plist)
98 if (head == plist)
95 end_of_queue_search(struct list_head *head, struct list_head *plist) argument
H A Drtl871x_ioctl_set.c60 struct list_head *plist, *phead; local
66 plist = phead->next;
69 pmlmepriv->pscanned = plist;
H A Drtl871x_sta_mgt.c81 struct list_head *plist, *phead; local
86 plist = phead->next;
87 while ((end_of_queue_search(phead, plist)) == false) {
88 psta = LIST_CONTAINOR(plist, struct sta_info, list);
89 plist = plist->next;
218 struct list_head *plist, *phead; local
229 plist = phead->next;
230 while ((end_of_queue_search(phead, plist)) == false) {
231 psta = LIST_CONTAINOR(plist,
245 struct list_head *plist, *phead; local
[all...]
H A Drtl871x_recv.c110 struct list_head *plist, *phead; local
119 plist = phead->next;
120 precvframe = LIST_CONTAINOR(plist, union recv_frame, u);
145 struct list_head *plist, *phead; local
149 plist = phead->next;
150 while (end_of_queue_search(phead, plist) == false) {
151 precvframe = LIST_CONTAINOR(plist, union recv_frame, u);
152 plist = plist->next;
H A Drtl871x_xmit.c745 struct list_head *plist, *phead; local
753 plist = phead->next;
754 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list);
799 struct list_head *plist, *phead; local
807 plist = phead->next;
808 pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list);
858 struct list_head *plist, *phead; local
863 plist = phead->next;
864 while (end_of_queue_search(phead, plist) == false) {
865 pxmitframe = LIST_CONTAINOR(plist, struc
[all...]
H A Drtl8712_recv.c202 struct list_head *plist, *phead; local
211 plist = phead->next;
212 prframe = LIST_CONTAINOR(plist, union recv_frame, u);
224 plist = &defrag_q->queue;
225 plist = plist->next;
227 while (end_of_queue_search(phead, plist) == false) {
228 pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u);
249 plist = plist
494 struct list_head *phead, *plist; local
522 struct list_head *phead, *plist; local
[all...]
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_debug.c120 void ft1000_free_buffer(struct dpram_blk *pdpram_blk, struct list_head *plist) argument
126 list_add_tail(&pdpram_blk->list, plist);
/drivers/staging/rtl8188eu/core/
H A Drtw_ioctl_set.c39 struct list_head *plist, *phead; local
48 plist = phead->next;
50 RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("\n rtw_do_join: phead = %p; plist = %p\n\n\n", phead, plist));
56 pmlmepriv->pscanned = plist;
H A Drtw_sta_mgt.c151 struct list_head *plist, *phead; local
158 plist = phead->next;
160 while (phead != plist) {
161 psta = container_of(plist, struct sta_info , list);
162 plist = plist->next;
176 struct list_head *phead, *plist; local
186 plist = phead->next;
188 while (phead != plist) {
190 psta = container_of(plist, struc
348 struct list_head *phead, *plist; local
428 struct list_head *plist, *phead; local
459 struct list_head *plist, *phead; local
532 struct list_head *plist, *phead; local
[all...]
H A Drtw_debug.c843 struct list_head *plist, *phead; local
854 plist = phead->next;
856 while (phead != plist) {
857 psta = container_of(plist, struct sta_info, hash_list);
859 plist = plist->next;
H A Drtw_ap.c277 struct list_head *phead, *plist; local
288 plist = phead->next;
291 while (phead != plist) {
292 psta = container_of(plist, struct sta_info, auth_list);
293 plist = plist->next;
322 plist = phead->next;
325 while (phead != plist) {
326 psta = container_of(plist, struct sta_info, asoc_list);
327 plist
1123 struct list_head *plist, *phead; local
1188 struct list_head *plist, *phead; local
1490 struct list_head *phead, *plist; local
1755 struct list_head *phead, *plist; local
1790 struct list_head *phead, *plist; local
1916 struct list_head *phead, *plist; local
[all...]
H A Drtw_recv.c130 struct list_head *plist, *phead; local
139 plist = phead->next;
141 hdr = container_of(plist, struct recv_frame, list);
251 struct list_head *plist, *phead; local
256 plist = phead->next;
258 while (phead != plist) {
259 hdr = container_of(plist, struct recv_frame, list);
261 plist = plist->next;
1438 struct list_head *plist, *phea local
1769 struct list_head *phead, *plist; local
1796 struct list_head *phead, *plist; local
[all...]
H A Drtw_xmit.c1218 struct list_head *plist, *phead; local
1229 plist = phead->next;
1231 pxmitbuf = container_of(plist, struct xmit_buf, list);
1280 struct list_head *plist, *phead; local
1293 plist = phead->next;
1295 pxmitbuf = container_of(plist, struct xmit_buf, list);
1365 struct list_head *plist, *phead; local
1377 plist = phead->next;
1379 pxframe = container_of(plist, struct xmit_frame, list);
1449 struct list_head *plist, *phea local
1876 struct list_head *plist, *phead; local
[all...]
H A Drtw_mlme.c134 struct list_head *plist = NULL; local
142 plist = free_queue->queue.next;
144 pnetwork = container_of(plist , struct wlan_network, list);
148 RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("_rtw_alloc_network: ptr=%p\n", plist));
210 struct list_head *phead, *plist; local
219 plist = phead->next;
221 while (plist != phead) {
222 pnetwork = container_of(plist, struct wlan_network , list);
225 plist = plist
236 struct list_head *phead, *plist; local
361 struct list_head *plist, *phead; local
443 struct list_head *plist, *phead; local
738 struct list_head *plist, *phead, *ptemp; local
[all...]
/drivers/staging/rtl8723au/core/
H A Drtw_sta_mgt.c86 struct list_head *phead, *plist, *ptmp; local
97 list_for_each_safe(plist, ptmp, phead) {
100 psta = container_of(plist, struct sta_info,
267 struct list_head *phead, *plist; local
280 plist = phead->next;
283 prframe = container_of(plist, struct recv_frame, list);
284 plist = plist->next;
330 struct list_head *plist, *phead, *ptmp; local
344 list_for_each_safe(plist, ptm
357 struct list_head *plist, *phead; local
423 struct list_head *plist, *phead; local
[all...]
H A Drtw_ap.c181 struct list_head *phead, *plist, *ptmp; local
194 list_for_each_safe(plist, ptmp, phead) {
195 psta = container_of(plist, struct sta_info, auth_list);
224 list_for_each_safe(plist, ptmp, phead) {
225 psta = container_of(plist, struct sta_info, asoc_list);
1058 struct list_head *plist, *phead; local
1075 list_for_each(plist, phead) {
1076 paclnode = container_of(plist, struct rtw_wlan_acl_node, list);
1120 struct list_head *plist, *phead, *ptmp; local
1133 list_for_each_safe(plist, ptm
1394 struct list_head *phead, *plist, *ptmp; local
1700 struct list_head *phead, *plist; local
1732 struct list_head *phead, *plist, *ptmp; local
1825 struct list_head *phead, *plist, *ptmp; local
1920 struct list_head *phead, *plist, *ptmp; local
[all...]
H A Drtw_recv.c92 struct list_head *plist, *ptmp; local
96 list_for_each_safe(plist, ptmp, &precvpriv->free_recv_queue.queue) {
97 precvframe = container_of(plist, struct recv_frame, list);
108 struct list_head *plist, *phead; local
119 plist = phead->next;
121 pframe = container_of(plist, struct recv_frame, list);
199 struct list_head *plist, *phead, *ptmp; local
204 plist = phead->next;
206 list_for_each_safe(plist, ptmp, phead) {
207 hdr = container_of(plist, struc
255 struct list_head *plist, *phead; local
1625 struct list_head *plist, *phead, *ptmp; local
1898 struct list_head *phead, *plist, *ptmp; local
1951 struct list_head *phead, *plist; local
[all...]
H A Drtw_xmit.c212 struct list_head *plist, *ptmp; local
214 list_for_each_safe(plist, ptmp, &pxmitpriv->free_xmit_queue.queue) {
215 pxframe = container_of(plist, struct xmit_frame, list);
221 list_for_each_safe(plist, ptmp, &pxmitpriv->xmitbuf_list) {
222 pxmitbuf = container_of(plist, struct xmit_buf, list2);
229 list_for_each_safe(plist, ptmp,
231 pxframe = container_of(plist, struct xmit_frame, list);
238 list_for_each_safe(plist, ptmp, &pxmitpriv->xmitextbuf_list) {
239 pxmitbuf = container_of(plist, struct xmit_buf, list2);
1493 struct list_head *plist, *phea local
1527 struct list_head *plist, *phead; local
1602 struct list_head *plist, *phead, *ptmp; local
2101 struct list_head *plist, *phead, *ptmp; local
2173 struct list_head *plist, *phead, *ptmp; local
2294 struct list_head *plist, *phead, *ptmp; local
[all...]
/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c724 struct list_head plist; local
758 INIT_LIST_HEAD(&plist);
759 npages = ttm_page_pool_get_pages(pool, &plist, flags, cstate, npages);
761 list_for_each_entry(p, &plist, lru) {
767 list_for_each_entry(p, &plist, lru) {
780 INIT_LIST_HEAD(&plist);
781 r = ttm_alloc_new_pages(&plist, gfp_flags, flags, cstate, npages);
782 list_for_each_entry(p, &plist, lru) {
/drivers/staging/lustre/lustre/obdclass/
H A Dcl_io.c1047 void cl_page_list_init(struct cl_page_list *plist) argument
1049 plist->pl_nr = 0;
1050 INIT_LIST_HEAD(&plist->pl_pages);
1051 plist->pl_owner = current;
1058 void cl_page_list_add(struct cl_page_list *plist, struct cl_page *page) argument
1063 LINVRNT(plist->pl_owner == current);
1069 list_add_tail(&page->cp_batch, &plist->pl_pages);
1070 ++plist->pl_nr;
1071 lu_ref_add_at(&page->cp_reference, &page->cp_queue_ref, "queue", plist);
1080 struct cl_page_list *plist, struc
1079 cl_page_list_del(const struct lu_env *env, struct cl_page_list *plist, struct cl_page *page) argument
1135 cl_page_list_disown(const struct lu_env *env, struct cl_io *io, struct cl_page_list *plist) argument
1170 cl_page_list_fini(const struct lu_env *env, struct cl_page_list *plist) argument
1186 cl_page_list_own(const struct lu_env *env, struct cl_io *io, struct cl_page_list *plist) argument
1212 cl_page_list_assume(const struct lu_env *env, struct cl_io *io, struct cl_page_list *plist) argument
1227 cl_page_list_discard(const struct lu_env *env, struct cl_io *io, struct cl_page_list *plist) argument
1241 cl_page_list_unmap(const struct lu_env *env, struct cl_io *io, struct cl_page_list *plist) argument
[all...]
/drivers/powercap/
H A Dintel_rapl.c189 struct list_head plist; member in struct:rapl_package
242 list_for_each_entry(rp, &rapl_packages, plist) {
269 list_for_each_entry_safe(p, tmp, &rapl_packages, plist) {
271 list_del(&p->plist);
970 list_for_each_entry(rp, &rapl_packages, plist) {
994 list_for_each_entry(rp, &rapl_packages, plist) {
1108 list_for_each_entry(rp, &rapl_packages, plist)
1115 list_for_each_entry_continue_reverse(rp, &rapl_packages, plist) {
1212 list_for_each_entry(rp, &rapl_packages, plist)
1251 INIT_LIST_HEAD(&new_package->plist);
[all...]
/drivers/staging/lustre/lustre/osc/
H A Dosc_cache.c2452 struct list_head *plist; local
2463 plist = &obj->oo_urgent_exts;
2466 plist = &obj->oo_reading_exts;
2469 list_for_each_entry(ext, plist, oe_link) {

Completed in 609 milliseconds

12