| /Linux-v6.1/drivers/staging/r8188eu/core/ |
| D | rtw_sta_mgt.c | 111 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 120 phead = &pstapriv->sta_hash[index]; in _rtw_free_sta_priv() 121 plist = phead->next; in _rtw_free_sta_priv() 123 while (phead != plist) { in _rtw_free_sta_priv() 295 struct list_head *phead, *plist; in rtw_free_stainfo() local 308 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo() 309 plist = phead->next; in rtw_free_stainfo() 311 while (!list_empty(phead)) { in rtw_free_stainfo() 368 struct list_head *plist, *phead; in rtw_free_all_stainfo() local 380 phead = &pstapriv->sta_hash[index]; in rtw_free_all_stainfo() [all …]
|
| D | rtw_ap.c | 158 struct list_head *phead, *plist; in expire_timeout_chk() local 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() 198 phead = &pstapriv->asoc_list; in expire_timeout_chk() 199 plist = phead->next; in expire_timeout_chk() 202 while (phead != plist) { in expire_timeout_chk() 734 struct list_head *phead, *plist; in associated_clients_update() local 740 phead = &pstapriv->asoc_list; in associated_clients_update() 741 plist = phead->next; in associated_clients_update() [all …]
|
| D | rtw_recv.c | 190 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local 197 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe() 199 plist = phead->next; in _rtw_alloc_recvframe() 296 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 300 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue() 301 plist = phead->next; in rtw_free_recvframe_queue() 303 while (phead != plist) { in rtw_free_recvframe_queue() 1234 struct list_head *plist, *phead; in recvframe_defrag() local 1244 phead = get_list_head(defrag_q); in recvframe_defrag() 1245 plist = phead->next; in recvframe_defrag() [all …]
|
| D | rtw_mlme.c | 99 struct list_head *phead, *plist; in _rtw_find_network() local 107 phead = get_list_head(scanned_queue); in _rtw_find_network() 108 plist = phead->next; in _rtw_find_network() 110 while (plist != phead) { in _rtw_find_network() 116 if (plist == phead) in _rtw_find_network() 125 struct list_head *phead, *plist; in _rtw_free_network_queue() local 132 phead = get_list_head(scanned_queue); in _rtw_free_network_queue() 133 plist = phead->next; in _rtw_free_network_queue() 135 while (phead != plist) { in _rtw_free_network_queue() 382 struct list_head *plist, *phead; in rtw_get_oldest_wlan_network() local [all …]
|
| D | rtw_xmit.c | 1200 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1209 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1211 plist = phead->next; in rtw_alloc_xmitbuf_ext() 1256 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local 1265 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf() 1267 plist = phead->next; in rtw_alloc_xmitbuf() 1331 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1339 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe() 1341 plist = phead->next; in rtw_alloc_xmitframe() 1405 struct list_head *plist, *phead; in rtw_free_xmitframe_queue() local [all …]
|
| D | rtw_ioctl_set.c | 16 struct list_head *plist, *phead; in rtw_do_join() local 23 phead = get_list_head(queue); in rtw_do_join() 24 plist = phead->next; in rtw_do_join()
|
| /Linux-v6.1/drivers/staging/rtl8723bs/core/ |
| D | rtw_sta_mgt.c | 123 struct list_head *plist, *phead; in kfree_all_stainfo() local 127 phead = get_list_head(&pstapriv->free_sta_queue); in kfree_all_stainfo() 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 154 phead = &(pstapriv->sta_hash[index]); in _rtw_free_sta_priv() 155 list_for_each(plist, phead) { in _rtw_free_sta_priv() 352 struct list_head *phead, *plist; in rtw_free_stainfo() local 365 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo() 366 plist = get_next(phead); in rtw_free_stainfo() [all …]
|
| D | rtw_recv.c | 109 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local 116 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe() 118 plist = get_next(phead); in _rtw_alloc_recvframe() 216 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 220 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue() 221 plist = get_next(phead); in rtw_free_recvframe_queue() 223 while (phead != plist) { in rtw_free_recvframe_queue() 275 struct list_head *plist, *phead; in rtw_dequeue_recvbuf() local 282 phead = get_list_head(queue); in rtw_dequeue_recvbuf() 284 plist = get_next(phead); in rtw_dequeue_recvbuf() [all …]
|
| D | rtw_xmit.c | 138 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 141 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv() 218 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 221 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv() 248 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 251 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv() 1406 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in __rtw_alloc_cmd_xmitbuf() 1448 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1456 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1458 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() [all …]
|
| D | rtw_ap.c | 176 struct list_head *phead, *plist, *tmp; in expire_timeout_chk() local 186 phead = &pstapriv->auth_list; in expire_timeout_chk() 188 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk() 211 phead = &pstapriv->asoc_list; in expire_timeout_chk() 213 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk() 1179 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1192 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta() 1193 list_for_each(plist, phead) { in rtw_acl_add_sta() 1236 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local 1245 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta() [all …]
|
| D | rtw_mlme.c | 235 struct list_head *phead, *plist; in _rtw_find_network() local 246 phead = get_list_head(scanned_queue); in _rtw_find_network() 247 list_for_each(plist, phead) { in _rtw_find_network() 254 if (plist == phead) in _rtw_find_network() 265 struct list_head *phead, *plist, *tmp; in rtw_free_network_queue() local 272 phead = get_list_head(scanned_queue); in rtw_free_network_queue() 273 list_for_each_safe(plist, tmp, phead) { in rtw_free_network_queue() 413 struct list_head *phead, *plist; in _rtw_find_same_network() local 416 phead = get_list_head(scanned_queue); in _rtw_find_same_network() 417 list_for_each(plist, phead) { in _rtw_find_same_network() [all …]
|
| 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-v6.1/drivers/staging/rtl8712/ |
| 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() 206 while (!end_of_queue_search(phead, plist)) { 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() [all …]
|
| 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() 199 while (!end_of_queue_search(phead, plist)) { in recvframe_defrag() 241 struct list_head *phead; in r8712_recvframe_chk_defrag() local 274 phead = &pdefrag_q->queue; in r8712_recvframe_chk_defrag() 275 list_add_tail(&pfhdr->list, phead); in r8712_recvframe_chk_defrag() 290 phead = &pdefrag_q->queue; in r8712_recvframe_chk_defrag() 291 list_add_tail(&pfhdr->list, phead); in r8712_recvframe_chk_defrag() [all …]
|
| D | rtl871x_mlme.c | 135 struct list_head *phead, *plist; in r8712_find_network() local 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() 156 struct list_head *phead, *plist; in r8712_free_network_queue() local 162 phead = &scanned_queue->queue; in r8712_free_network_queue() 163 plist = phead->next; in r8712_free_network_queue() 164 while (!end_of_queue_search(phead, plist)) { in r8712_free_network_queue() 259 struct list_head *plist, *phead; in r8712_get_oldest_wlan_network() local 263 phead = &scanned_queue->queue; in r8712_get_oldest_wlan_network() [all …]
|
| D | rtl871x_ioctl_set.c | 41 struct list_head *plist, *phead; in do_join() local 47 phead = &queue->queue; in do_join() 48 plist = phead->next; in do_join()
|
| 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() 1051 if (end_of_queue_search(phead, pmlmepriv->pscanned)) 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() 1203 if (end_of_queue_search(phead, plist)) 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() [all …]
|
| D | rtl8712_recv.h | 98 u8 *phead; member
|
| /Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| 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-v6.1/arch/powerpc/kernel/ |
| 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() 734 rc = ppc_md.nvram_write((char *)&phead, NVRAM_HEADER_LEN, &tmp_index); 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() [all …]
|
| /Linux-v6.1/drivers/staging/r8188eu/os_dep/ |
| D | ioctl_linux.c | 925 struct list_head *phead; in rtw_wx_set_wap() local 947 phead = get_list_head(queue); in rtw_wx_set_wap() 948 pmlmepriv->pscanned = phead->next; in rtw_wx_set_wap() 950 while (phead != pmlmepriv->pscanned) { in rtw_wx_set_wap() 1170 struct list_head *plist, *phead; in rtw_wx_get_scan() local 1202 phead = get_list_head(queue); in rtw_wx_get_scan() 1203 plist = phead->next; in rtw_wx_get_scan() 1205 while (phead != plist) { in rtw_wx_get_scan() 1240 struct list_head *phead; in rtw_wx_set_essid() local 1277 phead = get_list_head(queue); in rtw_wx_set_essid() [all …]
|
| /Linux-v6.1/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723bs_xmit.c | 566 struct list_head *plist, *phead; in rtl8723bs_free_xmit_priv() local 572 phead = get_list_head(pqueue); in rtl8723bs_free_xmit_priv() 579 list_add_tail(&tmplist, phead); in rtl8723bs_free_xmit_priv() 580 list_del_init(phead); in rtl8723bs_free_xmit_priv() 584 phead = &tmplist; in rtl8723bs_free_xmit_priv() 585 while (list_empty(phead) == false) { in rtl8723bs_free_xmit_priv() 586 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
|
| /Linux-v6.1/drivers/firmware/arm_scmi/ |
| D | driver.c | 2151 struct list_head *phead; in scmi_create_protocol_devices() local 2154 phead = idr_find(&scmi_requested_devices, prot_id); in scmi_create_protocol_devices() 2155 if (phead) { in scmi_create_protocol_devices() 2158 list_for_each_entry(rdev, phead, node) in scmi_create_protocol_devices() 2192 struct list_head *head, *phead = NULL; in scmi_protocol_device_request() local 2205 if (!phead) { in scmi_protocol_device_request() 2211 phead = head; in scmi_protocol_device_request() 2240 if (!phead) { in scmi_protocol_device_request() 2241 phead = kzalloc(sizeof(*phead), GFP_KERNEL); in scmi_protocol_device_request() 2242 if (!phead) { in scmi_protocol_device_request() [all …]
|
| /Linux-v6.1/drivers/staging/rtl8723bs/os_dep/ |
| 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-v6.1/fs/proc/ |
| D | proc_sysctl.c | 97 static int sysctl_follow_link(struct ctl_table_header **phead, 120 static struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry() argument 144 *phead = head; in find_entry() 349 static struct ctl_table *lookup_entry(struct ctl_table_header **phead, in lookup_entry() argument 359 *phead = head; in lookup_entry() 379 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument 392 *phead = head; in first_entry() 396 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument 398 struct ctl_table_header *head = *phead; in next_entry() 412 *phead = head; in next_entry() [all …]
|