/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 82 struct list_head *plist, *phead; in mfree_all_stainfo() local 87 plist = get_next(phead); in mfree_all_stainfo() 88 while ((end_of_queue_search(phead, plist)) == false) { in mfree_all_stainfo() 89 psta = LIST_CONTAINOR(plist, struct sta_info, list); in mfree_all_stainfo() 90 plist = get_next(plist); in mfree_all_stainfo() 219 struct list_head *plist, *phead; in r8712_free_all_stainfo() local 230 plist = get_next(phead); in r8712_free_all_stainfo() 231 while ((end_of_queue_search(phead, plist)) == false) { in r8712_free_all_stainfo() 232 psta = LIST_CONTAINOR(plist, in r8712_free_all_stainfo() 234 plist = get_next(plist); in r8712_free_all_stainfo() [all …]
|
D | osdep_service.h | 74 static inline void list_delete(struct list_head *plist) in list_delete() argument 76 list_del_init(plist); in list_delete() 126 static inline void list_insert_tail(struct list_head *plist, in list_insert_tail() argument 129 list_add_tail(plist, phead); in list_insert_tail() 150 static inline u32 end_of_queue_search(struct list_head *head, struct list_head *plist) in end_of_queue_search() argument 152 if (head == plist) in end_of_queue_search()
|
D | rtl8712_recv.c | 208 struct list_head *plist, *phead; in recvframe_defrag() local 217 plist = get_next(phead); in recvframe_defrag() 218 prframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag() 230 plist = get_list_head(defrag_q); in recvframe_defrag() 231 plist = get_next(plist); in recvframe_defrag() 233 while (end_of_queue_search(phead, plist) == false) { in recvframe_defrag() 234 pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag() 255 plist = get_next(plist); in recvframe_defrag() 501 struct list_head *phead, *plist; in enqueue_reorder_recvframe() local 509 plist = get_next(phead); in enqueue_reorder_recvframe() [all …]
|
D | rtl871x_mlme.c | 89 struct list_head *plist = NULL; in _r8712_alloc_network() local 94 plist = get_next(&(free_queue->queue)); in _r8712_alloc_network() 95 pnetwork = LIST_CONTAINOR(plist , struct wlan_network, list); in _r8712_alloc_network() 149 struct list_head *phead, *plist; in _r8712_find_network() local 156 plist = get_next(phead); in _r8712_find_network() 157 while (plist != phead) { in _r8712_find_network() 158 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in _r8712_find_network() 159 plist = get_next(plist); in _r8712_find_network() 170 struct list_head *phead, *plist; in _free_network_queue() local 177 plist = get_next(phead); in _free_network_queue() [all …]
|
D | rtl871x_recv.c | 110 struct list_head *plist, *phead; in r8712_alloc_recvframe() local 119 plist = get_next(phead); 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 = get_next(phead); in r8712_free_recvframe_queue() 150 while (end_of_queue_search(phead, plist) == false) { in r8712_free_recvframe_queue() 151 precvframe = LIST_CONTAINOR(plist, union recv_frame, u); in r8712_free_recvframe_queue() 152 plist = get_next(plist); in r8712_free_recvframe_queue()
|
D | rtl871x_xmit.c | 743 struct list_head *plist, *phead; in r8712_alloc_xmitbuf() local 751 plist = get_next(phead); in r8712_alloc_xmitbuf() 752 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in r8712_alloc_xmitbuf() 797 struct list_head *plist, *phead; in r8712_alloc_xmitframe() local 805 plist = get_next(phead); in r8712_alloc_xmitframe() 806 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 = get_next(phead); in r8712_free_xmitframe_queue() 862 while (end_of_queue_search(phead, plist) == false) { 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 = get_next(phead); in do_join() 69 pmlmepriv->pscanned = plist; in do_join()
|
D | rtl871x_ioctl_linux.c | 1227 struct list_head *plist, *phead; in r8711_wx_get_scan() local 1242 plist = get_next(phead); in r8711_wx_get_scan() 1244 if (end_of_queue_search(phead, plist) == true) in r8711_wx_get_scan() 1250 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in r8711_wx_get_scan() 1252 plist = get_next(plist); in r8711_wx_get_scan() 2000 struct list_head *plist, *phead; in r871x_get_ap_info() local 2021 plist = get_next(phead); in r871x_get_ap_info() 2023 if (end_of_queue_search(phead, plist) == true) in r871x_get_ap_info() 2025 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in r871x_get_ap_info() 2049 plist = get_next(plist); in r871x_get_ap_info()
|
/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc.c | 708 struct list_head plist; in ttm_get_pages() local 742 INIT_LIST_HEAD(&plist); in ttm_get_pages() 743 npages = ttm_page_pool_get_pages(pool, &plist, flags, cstate, npages); in ttm_get_pages() 745 list_for_each_entry(p, &plist, lru) { in ttm_get_pages() 751 list_for_each_entry(p, &plist, lru) { in ttm_get_pages() 764 INIT_LIST_HEAD(&plist); in ttm_get_pages() 765 r = ttm_alloc_new_pages(&plist, gfp_flags, flags, cstate, npages); in ttm_get_pages() 766 list_for_each_entry(p, &plist, lru) { in ttm_get_pages()
|
/drivers/acpi/acpica/ |
D | acmacros.h | 379 #define ACPI_WARN_PREDEFINED(plist) acpi_ut_predefined_warning plist argument 380 #define ACPI_INFO_PREDEFINED(plist) acpi_ut_predefined_info plist argument 388 #define ACPI_WARN_PREDEFINED(plist) argument 389 #define ACPI_INFO_PREDEFINED(plist) argument
|
/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_usb.h | 141 void ft1000_free_buffer(struct dpram_blk *pdpram_blk, struct list_head *plist);
|
D | ft1000_debug.c | 116 void ft1000_free_buffer(struct dpram_blk *pdpram_blk, struct list_head *plist) in ft1000_free_buffer() argument 122 list_add_tail(&pdpram_blk->list, plist); in ft1000_free_buffer()
|
/drivers/block/ |
D | nvme-scsi.c | 2880 struct scsi_unmap_parm_list *plist; in nvme_trans_unmap() local 2892 plist = kmalloc(list_len, GFP_KERNEL); in nvme_trans_unmap() 2893 if (!plist) in nvme_trans_unmap() 2896 res = nvme_trans_copy_from_user(hdr, plist, list_len); in nvme_trans_unmap() 2900 ndesc = be16_to_cpu(plist->unmap_blk_desc_data_len) >> 4; in nvme_trans_unmap() 2912 range[i].nlb = cpu_to_le32(be32_to_cpu(plist->desc[i].nlb)); in nvme_trans_unmap() 2913 range[i].slba = cpu_to_le64(be64_to_cpu(plist->desc[i].slba)); in nvme_trans_unmap() 2933 kfree(plist); in nvme_trans_unmap()
|
/drivers/scsi/be2iscsi/ |
D | be_main.c | 1682 struct list_head *plist; in hwi_free_async_msg() local 1687 plist = &pasync_ctx->async_entry[cri].wait_queue.list; in hwi_free_async_msg() 1689 list_for_each_entry_safe(pasync_handle, tmp_handle, plist, link) { in hwi_free_async_msg() 1831 struct list_head *plist; in hwi_fwd_async_msg() local 1839 plist = &pasync_ctx->async_entry[cri].wait_queue.list; in hwi_fwd_async_msg() 1841 list_for_each_entry(pasync_handle, plist, link) { in hwi_fwd_async_msg()
|