/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 148 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 158 plist = phead->next; in _rtw_free_sta_priv() 160 while (phead != plist) { in _rtw_free_sta_priv() 162 psta = container_of(plist, struct sta_info, in _rtw_free_sta_priv() 164 plist = plist->next; in _rtw_free_sta_priv() 323 struct list_head *phead, *plist; in rtw_free_stainfo() local 338 plist = phead->next; in rtw_free_stainfo() 341 prhdr = container_of(plist, struct recv_frame, list); in rtw_free_stainfo() 344 plist = plist->next; in rtw_free_stainfo() 403 struct list_head *plist, *phead; in rtw_free_all_stainfo() local [all …]
|
D | rtw_ap.c | 292 struct list_head *phead, *plist; in expire_timeout_chk() local 303 plist = phead->next; in expire_timeout_chk() 306 while (phead != plist) { in expire_timeout_chk() 307 psta = container_of(plist, struct sta_info, auth_list); in expire_timeout_chk() 308 plist = plist->next; in expire_timeout_chk() 337 plist = phead->next; in expire_timeout_chk() 340 while (phead != plist) { in expire_timeout_chk() 341 psta = container_of(plist, struct sta_info, asoc_list); in expire_timeout_chk() 342 plist = plist->next; in expire_timeout_chk() 1149 struct list_head *plist, *phead; in rtw_acl_add_sta() local [all …]
|
D | rtw_mlme.c | 135 struct list_head *plist = NULL; in _rtw_alloc_network() local 143 plist = free_queue->queue.next; in _rtw_alloc_network() 145 pnetwork = container_of(plist, struct wlan_network, list); in _rtw_alloc_network() 149 RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("_rtw_alloc_network: ptr=%p\n", plist)); in _rtw_alloc_network() 211 struct list_head *phead, *plist; in rtw_find_network() local 220 plist = phead->next; in rtw_find_network() 222 while (plist != phead) { in rtw_find_network() 223 pnetwork = container_of(plist, struct wlan_network, list); in rtw_find_network() 226 plist = plist->next; in rtw_find_network() 228 if (plist == phead) in rtw_find_network() [all …]
|
D | rtw_recv.c | 130 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local 139 plist = phead->next; in _rtw_alloc_recvframe() 141 hdr = container_of(plist, struct recv_frame, list); in _rtw_alloc_recvframe() 239 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 244 plist = phead->next; in rtw_free_recvframe_queue() 246 while (phead != plist) { in rtw_free_recvframe_queue() 247 hdr = container_of(plist, struct recv_frame, list); in rtw_free_recvframe_queue() 249 plist = plist->next; in rtw_free_recvframe_queue() 1426 struct list_head *plist, *phead; in recvframe_defrag() local 1437 plist = phead->next; in recvframe_defrag() [all …]
|
D | rtw_xmit.c | 1220 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1231 plist = phead->next; in rtw_alloc_xmitbuf_ext() 1233 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf_ext() 1282 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local 1295 plist = phead->next; in rtw_alloc_xmitbuf() 1297 pxmitbuf = container_of(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf() 1367 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1379 plist = phead->next; in rtw_alloc_xmitframe() 1381 pxframe = container_of(plist, struct xmit_frame, list); in rtw_alloc_xmitframe() 1451 struct list_head *plist, *phead; in rtw_free_xmitframe_queue() local [all …]
|
D | rtw_ioctl_set.c | 39 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()
|
/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 81 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() 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)) { 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 …]
|
D | rtl8712_recv.c | 197 struct list_head *plist, *phead; in recvframe_defrag() local 206 plist = phead->next; in recvframe_defrag() 207 prframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag() 219 plist = &defrag_q->queue; in recvframe_defrag() 220 plist = plist->next; in recvframe_defrag() 221 while (!end_of_queue_search(phead, plist)) { in recvframe_defrag() 222 pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag() 243 plist = plist->next; in recvframe_defrag() 485 struct list_head *phead, *plist; in enqueue_reorder_recvframe() local 493 plist = phead->next; in enqueue_reorder_recvframe() [all …]
|
D | rtl871x_mlme.c | 90 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 …]
|
D | rtl871x_recv.c | 110 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)) { 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()
|
D | osdep_service.h | 71 struct list_head *plist) in end_of_queue_search() argument 73 return (head == plist); in end_of_queue_search()
|
D | rtl871x_xmit.c | 746 struct list_head *plist, *phead; in r8712_alloc_xmitbuf() local 754 plist = phead->next; in r8712_alloc_xmitbuf() 755 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in r8712_alloc_xmitbuf() 800 struct list_head *plist, *phead; in r8712_alloc_xmitframe() local 808 plist = phead->next; in r8712_alloc_xmitframe() 809 pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); in r8712_alloc_xmitframe() 856 struct list_head *plist, *phead; in r8712_free_xmitframe_queue() local 861 plist = phead->next; in r8712_free_xmitframe_queue() 862 while (!end_of_queue_search(phead, plist)) { in r8712_free_xmitframe_queue() 863 pxmitframe = LIST_CONTAINOR(plist, struct xmit_frame, list); in r8712_free_xmitframe_queue() [all …]
|
D | rtl871x_ioctl_set.c | 60 struct list_head *plist, *phead; in do_join() local 66 plist = phead->next; in do_join() 69 pmlmepriv->pscanned = plist; in do_join()
|
D | rtl871x_ioctl_linux.c | 1198 struct list_head *plist, *phead; in r8711_wx_get_scan() local 1214 plist = phead->next; in r8711_wx_get_scan() 1216 if (end_of_queue_search(phead, plist)) in r8711_wx_get_scan() 1222 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in r8711_wx_get_scan() 1224 plist = plist->next; in r8711_wx_get_scan() 1964 struct list_head *plist, *phead; in r871x_get_ap_info() local 1987 plist = phead->next; in r871x_get_ap_info() 1989 if (end_of_queue_search(phead, plist)) in r871x_get_ap_info() 1991 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in r871x_get_ap_info() 2015 plist = plist->next; in r871x_get_ap_info()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_sta_mgt.c | 86 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 …]
|
D | rtw_ap.c | 176 struct list_head *phead, *plist, *ptmp; in expire_timeout_chk23a() local 189 list_for_each_safe(plist, ptmp, phead) { in expire_timeout_chk23a() 190 psta = container_of(plist, struct sta_info, auth_list); in expire_timeout_chk23a() 219 list_for_each_safe(plist, ptmp, phead) { in expire_timeout_chk23a() 220 psta = container_of(plist, struct sta_info, asoc_list); in expire_timeout_chk23a() 1062 struct list_head *plist, *phead; in rtw_acl_add_sta23a() local 1079 list_for_each(plist, phead) { in rtw_acl_add_sta23a() 1080 paclnode = container_of(plist, struct rtw_wlan_acl_node, list); in rtw_acl_add_sta23a() 1124 struct list_head *plist, *phead, *ptmp; in rtw_acl_remove_sta23a() local 1136 list_for_each_safe(plist, ptmp, phead) { in rtw_acl_remove_sta23a() [all …]
|
D | rtw_recv.c | 92 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 …]
|
D | rtw_xmit.c | 201 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 …]
|
D | rtw_mlme.c | 140 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 …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 1046 void cl_page_list_init(struct cl_page_list *plist) in cl_page_list_init() argument 1048 plist->pl_nr = 0; in cl_page_list_init() 1049 INIT_LIST_HEAD(&plist->pl_pages); in cl_page_list_init() 1050 plist->pl_owner = current; in cl_page_list_init() 1057 void cl_page_list_add(struct cl_page_list *plist, struct cl_page *page) in cl_page_list_add() argument 1062 LINVRNT(plist->pl_owner == current); in cl_page_list_add() 1068 list_add_tail(&page->cp_batch, &plist->pl_pages); in cl_page_list_add() 1069 ++plist->pl_nr; in cl_page_list_add() 1070 lu_ref_add_at(&page->cp_reference, &page->cp_queue_ref, "queue", plist); in cl_page_list_add() 1079 struct cl_page_list *plist, struct cl_page *page) in cl_page_list_del() argument [all …]
|
/drivers/staging/rtl8188eu/os_dep/ |
D | xmit_linux.c | 170 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()
|
/drivers/staging/rtl8723au/os_dep/ |
D | usb_ops_linux.c | 213 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()
|
/drivers/acpi/acpica/ |
D | acmacros.h | 381 #define ACPI_WARN_PREDEFINED(plist) acpi_ut_predefined_warning plist argument 382 #define ACPI_INFO_PREDEFINED(plist) acpi_ut_predefined_info plist argument 383 #define ACPI_BIOS_ERROR_PREDEFINED(plist) acpi_ut_predefined_bios_error plist argument 391 #define ACPI_WARN_PREDEFINED(plist) argument 392 #define ACPI_INFO_PREDEFINED(plist) argument 393 #define ACPI_BIOS_ERROR_PREDEFINED(plist) argument
|
/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc.c | 728 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()
|
/drivers/powercap/ |
D | intel_rapl.c | 186 struct list_head plist; member 255 list_for_each_entry(rp, &rapl_packages, plist) { in find_package_by_id() 282 list_for_each_entry_safe(p, tmp, &rapl_packages, plist) { in rapl_cleanup_data() 284 list_del(&p->plist); in rapl_cleanup_data() 1119 list_for_each_entry(rp, &rapl_packages, plist) { in rapl_update_domain_data() 1143 list_for_each_entry(rp, &rapl_packages, plist) { in rapl_unregister_powercap() 1259 list_for_each_entry(rp, &rapl_packages, plist) in rapl_register_powercap() 1266 list_for_each_entry_continue_reverse(rp, &rapl_packages, plist) { in rapl_register_powercap() 1366 list_for_each_entry(rp, &rapl_packages, plist) in is_package_new() 1405 INIT_LIST_HEAD(&new_package->plist); in rapl_detect_topology() [all …]
|