| /drivers/firmware/arm_scmi/ |
| A D | bus.c | 76 if (phead) { in scmi_protocol_device_request() 77 head = phead; in scmi_protocol_device_request() 105 if (!phead) { in scmi_protocol_device_request() 106 phead = kzalloc(sizeof(*phead), GFP_KERNEL); in scmi_protocol_device_request() 107 if (!phead) { in scmi_protocol_device_request() 112 INIT_LIST_HEAD(phead); in scmi_protocol_device_request() 120 kfree(phead); in scmi_protocol_device_request() 162 struct list_head *phead; in scmi_protocol_device_unrequest() local 169 if (phead) { in scmi_protocol_device_unrequest() 189 kfree(phead); in scmi_protocol_device_unrequest() [all …]
|
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_sta_mgt.c | 122 struct list_head *plist, *phead; in kfree_all_stainfo() local 127 plist = get_next(phead); in kfree_all_stainfo() 129 while (phead != plist) in kfree_all_stainfo() 143 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 153 list_for_each(plist, phead) { in _rtw_free_sta_priv() 364 plist = get_next(phead); in rtw_free_stainfo() 366 while (!list_empty(phead)) { in rtw_free_stainfo() 463 struct list_head *plist, *phead; in rtw_get_stainfo() local 482 list_for_each(plist, phead) { in rtw_get_stainfo() 526 struct list_head *plist, *phead; in rtw_access_ctrl() local [all …]
|
| A D | rtw_xmit.c | 137 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 217 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 1460 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() 1520 plist = get_next(phead); in rtw_alloc_xmitbuf() 1620 plist = get_next(phead); in rtw_alloc_xmitframe() 1645 phead = get_list_head(queue); in rtw_alloc_xmitframe_ext() 1646 plist = get_next(phead); in rtw_alloc_xmitframe_ext() 2416 phead = get_list_head(pqueue); in dequeue_pending_xmitbuf() 2417 plist = get_next(phead); in dequeue_pending_xmitbuf() 2442 plist = phead; in dequeue_pending_xmitbuf_under_survey() [all …]
|
| A D | rtw_recv.c | 117 plist = get_next(phead); in _rtw_alloc_recvframe() 220 plist = get_next(phead); in rtw_free_recvframe_queue() 222 while (phead != plist) { in rtw_free_recvframe_queue() 283 plist = get_next(phead); in rtw_dequeue_recvbuf() 1030 plist = get_next(phead); in recvframe_defrag() 1050 while (phead != plist) { in recvframe_defrag() 1102 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 | 185 phead = &pstapriv->auth_list; in expire_timeout_chk() 210 phead = &pstapriv->asoc_list; in expire_timeout_chk() 1173 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1187 list_for_each(plist, phead) { in rtw_acl_add_sta() 1679 struct list_head *phead, *plist; in associated_clients_update() local 1685 phead = &pstapriv->asoc_list; in associated_clients_update() 1687 list_for_each(plist, phead) { in associated_clients_update() 1937 phead = &pstapriv->asoc_list; in rtw_sta_flush() 2005 struct list_head *phead, *plist; in rtw_ap_restore_network() local 2035 phead = &pstapriv->asoc_list; in rtw_ap_restore_network() [all …]
|
| A D | rtw_mlme.c | 203 list_for_each(plist, phead) { in _rtw_find_network() 210 if (plist == phead) in _rtw_find_network() 360 list_for_each(plist, phead) { in _rtw_find_same_network() 367 if (plist == phead) in _rtw_find_same_network() 382 list_for_each(plist, phead) { in rtw_get_oldest_wlan_network() 472 phead = get_list_head(queue); in rtw_update_scanned_network() 473 list_for_each(plist, phead) { in rtw_update_scanned_network() 788 plist = get_next(phead); in free_scanqueue() 790 while (plist != phead) { in free_scanqueue() 1662 struct list_head *phead; in rtw_select_roaming_candidate() local [all …]
|
| A D | rtw_ioctl_set.c | 39 struct list_head *plist, *phead; in rtw_do_join() local 46 phead = get_list_head(queue); in rtw_do_join() 47 plist = get_next(phead); in rtw_do_join()
|
| A D | rtw_mlme_ext.c | 3584 struct list_head *plist, *phead; in issue_action_BSSCoexistPacket() local 3658 phead = get_list_head(queue); in issue_action_BSSCoexistPacket() 3659 plist = get_next(phead); in issue_action_BSSCoexistPacket() 3666 if (phead == plist) in issue_action_BSSCoexistPacket()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | head.c | 43 nvkm_head_del(struct nvkm_head **phead) in nvkm_head_del() argument 45 struct nvkm_head *head = *phead; in nvkm_head_del() 49 kfree(*phead); in nvkm_head_del() 50 *phead = NULL; in nvkm_head_del()
|
| /drivers/firmware/arm_ffa/ |
| A D | driver.c | 947 struct list_head *phead; in __do_sched_recv_cb() local 951 if (!phead) { in __do_sched_recv_cb() 1154 if (!phead) { in ffa_sched_recv_cb_update() 1593 if (phead) { in ffa_xa_add_partition_info() 1594 head = phead; in ffa_xa_add_partition_info() 1611 if (!phead) { in ffa_xa_add_partition_info() 1612 phead = kzalloc(sizeof(*phead), GFP_KERNEL); in ffa_xa_add_partition_info() 1613 if (!phead) in ffa_xa_add_partition_info() 1616 INIT_LIST_HEAD(phead); in ffa_xa_add_partition_info() 1630 kfree(phead); in ffa_xa_add_partition_info() [all …]
|
| /drivers/staging/rtl8723bs/hal/ |
| A D | rtl8723bs_xmit.c | 550 struct list_head *plist, *phead; in rtl8723bs_free_xmit_priv() local 554 phead = get_list_head(pqueue); in rtl8723bs_free_xmit_priv() 561 list_add_tail(&tmplist, phead); in rtl8723bs_free_xmit_priv() 562 list_del_init(phead); in rtl8723bs_free_xmit_priv() 566 phead = &tmplist; in rtl8723bs_free_xmit_priv() 567 while (list_empty(phead) == false) { in rtl8723bs_free_xmit_priv() 568 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
|
| A D | sdio_ops.c | 831 recvbuf->phead = recvbuf->pskb->head; in sd_recv_rxfifo()
|
| /drivers/staging/rtl8723bs/os_dep/ |
| A D | xmit_linux.c | 126 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 138 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst() 140 list_for_each(plist, phead) { in rtw_mlcst2unicst()
|
| A D | ioctl_cfg80211.c | 1126 struct list_head *plist, *phead; in rtw_cfg80211_surveydone_event_callback() local 1133 phead = get_list_head(queue); in rtw_cfg80211_surveydone_event_callback() 1134 list_for_each(plist, phead) in rtw_cfg80211_surveydone_event_callback() 2338 struct list_head *phead, *plist, *tmp; in cfg80211_rtw_del_station() local 2365 phead = &pstapriv->asoc_list; in cfg80211_rtw_del_station() 2367 list_for_each_safe(plist, tmp, phead) { in cfg80211_rtw_del_station() 2402 struct list_head *phead, *plist; in rtw_sta_info_get_by_idx() local 2406 phead = &pstapriv->asoc_list; in rtw_sta_info_get_by_idx() 2407 plist = get_next(phead); in rtw_sta_info_get_by_idx() 2410 while (phead != plist) { in rtw_sta_info_get_by_idx()
|
| /drivers/infiniband/ulp/ipoib/ |
| A D | ipoib_ib.c | 597 void *phead; in ipoib_send() local 602 phead = skb->data; in ipoib_send() 619 phead = NULL; in ipoib_send() 679 address, dqpn, tx_req, phead, hlen); in ipoib_send()
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtw_recv.h | 255 u8 *phead; member
|
| A D | rtw_xmit.h | 250 u8 *phead; member
|