/linux/drivers/staging/r8188eu/core/ |
A D | rtw_sta_mgt.c | 122 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 132 plist = phead->next; in _rtw_free_sta_priv() 134 while (phead != plist) { in _rtw_free_sta_priv() 297 plist = phead->next; in rtw_free_stainfo() 299 while (!list_empty(phead)) { in rtw_free_stainfo() 369 plist = phead->next; in rtw_free_all_stainfo() 371 while (phead != plist) { in rtw_free_all_stainfo() 405 plist = phead->next; in rtw_get_stainfo() 407 while (phead != plist) { in rtw_get_stainfo() 468 plist = phead->next; in rtw_access_ctrl() [all …]
|
A D | rtw_ap.c | 168 phead = &pstapriv->auth_list; in expire_timeout_chk() 169 plist = phead->next; in expire_timeout_chk() 172 while (phead != plist) { in expire_timeout_chk() 203 plist = phead->next; in expire_timeout_chk() 206 while (phead != plist) { in expire_timeout_chk() 836 plist = phead->next; in associated_clients_update() 839 while (phead != plist) { in associated_clients_update() 1108 plist = phead->next; in rtw_sta_flush() 1111 while (phead != plist) { in rtw_sta_flush() 1229 plist = phead->next; in stop_ap_mode() [all …]
|
A D | rtw_recv.c | 122 plist = phead->next; in _rtw_alloc_recvframe() 226 plist = phead->next; in rtw_free_recvframe_queue() 228 while (phead != plist) { in rtw_free_recvframe_queue() 1257 plist = phead->next; in recvframe_defrag() 1274 plist = phead->next; in recvframe_defrag() 1281 while (phead != plist) { in recvframe_defrag() 1331 struct list_head *phead; in recvframe_chk_defrag() local 1576 plist = phead->next; in enqueue_reorder_recvframe() 1578 while (phead != plist) { in enqueue_reorder_recvframe() 1606 plist = phead->next; in recv_indicatepkts_in_order() [all …]
|
A D | rtw_mlme.c | 216 plist = phead->next; in _rtw_find_network() 218 while (plist != phead) { in _rtw_find_network() 224 if (plist == phead) in _rtw_find_network() 241 plist = phead->next; in _rtw_free_network_queue() 243 while (phead != plist) { 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() 488 plist = phead->next; in rtw_update_scanned_network() 490 while (phead != plist) { in rtw_update_scanned_network() 502 if (phead == plist) { in rtw_update_scanned_network() [all …]
|
A D | rtw_xmit.c | 1112 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() 1253 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1263 plist = phead->next; in rtw_alloc_xmitframe() 1327 struct list_head *plist, *phead; in rtw_free_xmitframe_queue() local 1333 plist = phead->next; in rtw_free_xmitframe_queue() 1335 while (phead != plist) { in rtw_free_xmitframe_queue() 1881 plist = phead->next; in dequeue_xmitframes_to_sleeping_queue() [all …]
|
A D | rtw_ioctl_set.c | 18 struct list_head *plist, *phead; in rtw_do_join() local 25 phead = get_list_head(queue); in rtw_do_join() 26 plist = phead->next; in rtw_do_join()
|
/linux/drivers/staging/rtl8723bs/core/ |
A D | rtw_sta_mgt.c | 123 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() 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() 370 while (!list_empty(phead)) { 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() 530 struct list_head *plist, *phead; in rtw_access_ctrl() local [all …]
|
A D | rtw_xmit.c | 138 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 218 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 1461 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() 1520 plist = get_next(phead); in rtw_alloc_xmitbuf() 1619 plist = get_next(phead); in rtw_alloc_xmitframe() 1644 phead = get_list_head(queue); in rtw_alloc_xmitframe_ext() 1645 plist = get_next(phead); in rtw_alloc_xmitframe_ext() 2418 phead = get_list_head(pqueue); in dequeue_pending_xmitbuf() 2419 plist = get_next(phead); in dequeue_pending_xmitbuf() 2444 plist = phead; in dequeue_pending_xmitbuf_under_survey() [all …]
|
A D | rtw_recv.c | 118 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() 293 plist = get_next(phead); in rtw_dequeue_recvbuf() 1034 plist = get_next(phead); in recvframe_defrag() 1054 while (phead != plist) { in recvframe_defrag() 1106 struct list_head *phead; in recvframe_chk_defrag() local 1687 plist = get_next(phead); in enqueue_reorder_recvframe() 1689 while (phead != plist) { in enqueue_reorder_recvframe() 1744 plist = get_next(phead); in recv_indicatepkts_in_order() [all …]
|
A D | rtw_ap.c | 186 phead = &pstapriv->auth_list; in expire_timeout_chk() 211 phead = &pstapriv->asoc_list; 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() 1684 struct list_head *phead, *plist; in associated_clients_update() local 1690 phead = &pstapriv->asoc_list; in associated_clients_update() 1692 list_for_each(plist, phead) { in associated_clients_update() 1942 phead = &pstapriv->asoc_list; in rtw_sta_flush() 2010 struct list_head *phead, *plist; in rtw_ap_restore_network() local 2040 phead = &pstapriv->asoc_list; in rtw_ap_restore_network() [all …]
|
A D | rtw_mlme.c | 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() 532 phead = get_list_head(queue); in rtw_update_scanned_network() 533 list_for_each(plist, phead) { in rtw_update_scanned_network() 857 plist = get_next(phead); in free_scanqueue() 859 while (plist != phead) { in free_scanqueue() 1743 struct list_head *phead; in rtw_select_roaming_candidate() local [all …]
|
A D | rtw_ioctl_set.c | 40 struct list_head *plist, *phead; in rtw_do_join() local 47 phead = get_list_head(queue); in rtw_do_join() 48 plist = get_next(phead); in rtw_do_join()
|
/linux/drivers/staging/rtl8712/ |
A D | rtl871x_sta_mgt.c | 69 struct list_head *plist, *phead; in mfree_all_stainfo() local 72 phead = &pstapriv->free_sta_queue.queue; in mfree_all_stainfo() 73 plist = phead->next; in mfree_all_stainfo() 74 while (!end_of_queue_search(phead, plist)) in mfree_all_stainfo() 194 struct list_head *plist, *phead; in r8712_free_all_stainfo() local 204 phead = &(pstapriv->sta_hash[index]); in r8712_free_all_stainfo() 205 plist = phead->next; in r8712_free_all_stainfo() 221 struct list_head *plist, *phead; in r8712_get_stainfo() local 229 phead = &(pstapriv->sta_hash[index]); in r8712_get_stainfo() 230 plist = phead->next; in r8712_get_stainfo() [all …]
|
A D | rtl8712_recv.c | 108 precvbuf->phead = precvbuf->pbuf; in r8712_init_recvbuf() 174 struct list_head *plist, *phead; in recvframe_defrag() local 182 phead = &defrag_q->queue; in recvframe_defrag() 183 plist = phead->next; in recvframe_defrag() 241 struct list_head *phead; in r8712_recvframe_chk_defrag() local 274 phead = &pdefrag_q->queue; in r8712_recvframe_chk_defrag() 290 phead = &pdefrag_q->queue; in r8712_recvframe_chk_defrag() 475 plist = phead->next; in enqueue_reorder_recvframe() 505 plist = phead->next; in r8712_recv_indicatepkts_in_order() 508 if (list_empty(phead)) in r8712_recv_indicatepkts_in_order() [all …]
|
A D | rtl871x_mlme.c | 141 phead = &scanned_queue->queue; in r8712_find_network() 142 list_for_each(plist, phead) { in r8712_find_network() 147 if (plist == phead) in r8712_find_network() 162 phead = &scanned_queue->queue; in r8712_free_network_queue() 163 plist = phead->next; in r8712_free_network_queue() 263 phead = &scanned_queue->queue; in r8712_get_oldest_wlan_network() 264 plist = phead->next; in r8712_get_oldest_wlan_network() 342 phead = &queue->queue; in update_scanned_network() 343 plist = phead->next; in update_scanned_network() 1068 struct list_head *phead; in r8712_select_and_join_from_scan() local [all …]
|
A D | rtl871x_ioctl_linux.c | 1035 struct list_head *phead; in r8711_wx_set_wap() local 1048 phead = &queue->queue; in r8711_wx_set_wap() 1049 pmlmepriv->pscanned = phead->next; in r8711_wx_set_wap() 1185 struct list_head *plist, *phead; in r8711_wx_get_scan() local 1200 phead = &queue->queue; in r8711_wx_get_scan() 1201 plist = phead->next; in r8711_wx_get_scan() 1242 struct list_head *phead; in r8711_wx_set_essid() local 1259 phead = &queue->queue; in r8711_wx_set_essid() 1946 struct list_head *plist, *phead; in r871x_get_ap_info() local 1968 phead = &queue->queue; in r871x_get_ap_info() [all …]
|
A D | rtl871x_ioctl_set.c | 42 struct list_head *plist, *phead; in do_join() local 48 phead = &queue->queue; in do_join() 49 plist = phead->next; in do_join()
|
/linux/arch/powerpc/kernel/ |
A D | nvram_64.c | 728 struct nvram_header phead; in nvram_write_header() local 730 memcpy(&phead, &part->header, NVRAM_HEADER_LEN); in nvram_write_header() 731 phead.length = cpu_to_be16(phead.length); in nvram_write_header() 987 struct nvram_header phead; in nvram_scan_partitions() local 1015 memcpy(&phead, header, NVRAM_HEADER_LEN); in nvram_scan_partitions() 1017 phead.length = be16_to_cpu(phead.length); in nvram_scan_partitions() 1020 c_sum = nvram_checksum(&phead); in nvram_scan_partitions() 1021 if (c_sum != phead.checksum) { in nvram_scan_partitions() 1024 phead.checksum, c_sum); in nvram_scan_partitions() 1028 if (!phead.length) { in nvram_scan_partitions() [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
A D | head.c | 81 nvkm_head_del(struct nvkm_head **phead) in nvkm_head_del() argument 83 struct nvkm_head *head = *phead; in nvkm_head_del() 87 kfree(*phead); in nvkm_head_del() 88 *phead = NULL; in nvkm_head_del()
|
/linux/drivers/firmware/arm_scmi/ |
A D | driver.c | 1599 struct list_head *phead; in scmi_create_protocol_devices() local 1603 if (phead) { in scmi_create_protocol_devices() 1653 if (!phead) { in scmi_protocol_device_request() 1659 phead = head; in scmi_protocol_device_request() 1688 if (!phead) { in scmi_protocol_device_request() 1689 phead = kzalloc(sizeof(*phead), GFP_KERNEL); in scmi_protocol_device_request() 1690 if (!phead) { in scmi_protocol_device_request() 1695 INIT_LIST_HEAD(phead); in scmi_protocol_device_request() 1703 kfree(phead); in scmi_protocol_device_request() 1770 if (phead) { in scmi_protocol_device_unrequest() [all …]
|
/linux/drivers/staging/r8188eu/os_dep/ |
A D | ioctl_linux.c | 969 struct list_head *phead; in rtw_wx_set_wap() local 1261 plist = phead->next; in rtw_wx_get_scan() 2197 plist = phead->next; in rtw_get_ap_info() 2698 plist = phead->next; in rtw_p2p_get_wps_configmethod() 2767 plist = phead->next; in rtw_p2p_get_go_device_address() 2848 plist = phead->next; in rtw_p2p_get_device_type() 2924 plist = phead->next; in rtw_p2p_get_device_name() 2992 plist = phead->next; in rtw_p2p_get_invitation_procedure() 3071 plist = phead->next; in rtw_p2p_connect() 3163 plist = phead->next; in rtw_p2p_invite_req() [all …]
|
A D | xmit_linux.c | 166 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 172 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst() 173 plist = phead->next; in rtw_mlcst2unicst() 176 while (phead != plist) { in rtw_mlcst2unicst()
|
/linux/drivers/staging/rtl8723bs/hal/ |
A D | rtl8723bs_xmit.c | 569 struct list_head *plist, *phead; in rtl8723bs_free_xmit_priv() local 575 phead = get_list_head(pqueue); in rtl8723bs_free_xmit_priv() 582 list_add_tail(&tmplist, phead); in rtl8723bs_free_xmit_priv() 583 list_del_init(phead); in rtl8723bs_free_xmit_priv() 587 phead = &tmplist; in rtl8723bs_free_xmit_priv() 588 while (list_empty(phead) == false) { in rtl8723bs_free_xmit_priv() 589 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
A D | xmit_linux.c | 127 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 139 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst() 141 list_for_each(plist, phead) { in rtw_mlcst2unicst()
|
/linux/fs/proc/ |
A D | proc_sysctl.c | 83 static int sysctl_follow_link(struct ctl_table_header **phead, 130 *phead = head; in find_entry() 341 *phead = head; in lookup_entry() 361 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument 374 *phead = head; in first_entry() 380 struct ctl_table_header *head = *phead; in next_entry() 394 *phead = head; in next_entry() 1046 static int sysctl_follow_link(struct ctl_table_header **phead, in sysctl_follow_link() argument 1060 dir = xlate_dir(set, (*phead)->parent); in sysctl_follow_link() 1069 unuse_table(*phead); in sysctl_follow_link() [all …]
|