| /linux-4.4.14/arch/mips/fw/cfe/ |
| D | cfe_api.c | 90 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_start() 91 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START; in cfe_cpu_start() 92 xiocb.plist.xiocb_cpuctl.gp_val = gp; in cfe_cpu_start() 93 xiocb.plist.xiocb_cpuctl.sp_val = sp; in cfe_cpu_start() 94 xiocb.plist.xiocb_cpuctl.a1_val = a1; in cfe_cpu_start() 95 xiocb.plist.xiocb_cpuctl.start_addr = (long) fn; in cfe_cpu_start() 111 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_stop() 112 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP; in cfe_cpu_stop() 128 xiocb.plist.xiocb_envbuf.enum_idx = idx; in cfe_enumenv() 129 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumenv() [all …]
|
| D | cfe_api_int.h | 145 } plist; member
|
| /linux-4.4.14/include/acpi/ |
| D | acoutput.h | 229 #define ACPI_INFO(plist) acpi_info plist argument 230 #define ACPI_WARNING(plist) acpi_warning plist argument 231 #define ACPI_EXCEPTION(plist) acpi_exception plist argument 232 #define ACPI_ERROR(plist) acpi_error plist argument 233 #define ACPI_BIOS_WARNING(plist) acpi_bios_warning plist argument 234 #define ACPI_BIOS_ERROR(plist) acpi_bios_error plist argument 241 #define ACPI_INFO(plist) argument 242 #define ACPI_WARNING(plist) argument 243 #define ACPI_EXCEPTION(plist) argument 244 #define ACPI_ERROR(plist) argument [all …]
|
| /linux-4.4.14/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() 1144 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() 1423 struct list_head *plist, *phead; in recvframe_defrag() local 1434 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()
|
| D | rtw_debug.c | 844 struct list_head *plist, *phead; in proc_get_all_sta_info() local 855 plist = phead->next; in proc_get_all_sta_info() 857 while (phead != plist) { in proc_get_all_sta_info() 858 psta = container_of(plist, struct sta_info, hash_list); in proc_get_all_sta_info() 860 plist = plist->next; in proc_get_all_sta_info()
|
| D | rtw_mlme_ext.c | 1788 struct list_head *plist, *phead; in issue_action_BSSCoexistPacket() local 1867 plist = phead->next; in issue_action_BSSCoexistPacket() 1869 while (phead != plist) { in issue_action_BSSCoexistPacket() 1874 pnetwork = container_of(plist, struct wlan_network, list); in issue_action_BSSCoexistPacket() 1876 plist = plist->next; in issue_action_BSSCoexistPacket()
|
| /linux-4.4.14/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 | 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_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 | rtl871x_xmit.c | 745 struct list_head *plist, *phead; in r8712_alloc_xmitbuf() local 753 plist = phead->next; in r8712_alloc_xmitbuf() 754 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in r8712_alloc_xmitbuf() 799 struct list_head *plist, *phead; in r8712_alloc_xmitframe() local 807 plist = phead->next; in r8712_alloc_xmitframe() 808 pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); in r8712_alloc_xmitframe() 855 struct list_head *plist, *phead; in r8712_free_xmitframe_queue() local 860 plist = phead->next; in r8712_free_xmitframe_queue() 861 while (!end_of_queue_search(phead, plist)) { in r8712_free_xmitframe_queue() 862 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()
|
| /linux-4.4.14/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 …]
|
| D | rtw_mlme_ext.c | 6085 struct list_head *plist, *phead, *ptmp; in tx_beacon_hdl23a() local 6102 list_for_each_safe(plist, ptmp, phead) { in tx_beacon_hdl23a() 6103 pxmitframe = container_of(plist, in tx_beacon_hdl23a()
|
| /linux-4.4.14/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 …]
|
| /linux-4.4.14/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()
|
| D | ioctl_linux.c | 1219 struct list_head *plist, *phead; in rtw_wx_get_scan() local 1252 plist = phead->next; in rtw_wx_get_scan() 1254 while (phead != plist) { in rtw_wx_get_scan() 1260 pnetwork = container_of(plist, struct wlan_network, list); in rtw_wx_get_scan() 1266 plist = plist->next; in rtw_wx_get_scan()
|
| /linux-4.4.14/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()
|
| D | ioctl_cfg80211.c | 1273 struct list_head *plist, *phead, *ptmp; in rtw_cfg80211_surveydone_event_callback() local 1282 list_for_each_safe(plist, ptmp, phead) { in rtw_cfg80211_surveydone_event_callback() 1283 pnetwork = container_of(plist, struct wlan_network, list); in rtw_cfg80211_surveydone_event_callback() 1953 struct list_head *phead, *plist, *ptmp; in cfg80211_rtw_connect() local 2002 list_for_each_safe(plist, ptmp, phead) { in cfg80211_rtw_connect() 2003 pnetwork = container_of(plist, struct wlan_network, list); in cfg80211_rtw_connect() 2853 struct list_head *phead, *plist, *ptmp; in cfg80211_rtw_del_station() local 2888 list_for_each_safe(plist, ptmp, phead) { in cfg80211_rtw_del_station() 2889 psta = container_of(plist, struct sta_info, asoc_list); in cfg80211_rtw_del_station()
|
| /linux-4.4.14/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
|
| /linux-4.4.14/net/sched/ |
| D | cls_bpf.c | 32 struct list_head plist; member 95 list_for_each_entry_rcu(prog, &head->plist, link) { in cls_bpf_classify() 150 INIT_LIST_HEAD_RCU(&head->plist); in cls_bpf_init() 193 if (!force && !list_empty(&head->plist)) in cls_bpf_destroy() 196 list_for_each_entry_safe(prog, tmp, &head->plist, link) { in cls_bpf_destroy() 216 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_get() 422 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change() 517 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk()
|
| /linux-4.4.14/arch/x86/kernel/cpu/microcode/ |
| D | amd.c | 43 struct list_head plist; member 504 list_for_each_entry(p, &pcache, plist) in cache_find_patch() 514 list_for_each_entry(p, &pcache, plist) { in update_cache() 520 list_replace(&p->plist, &new_patch->plist); in update_cache() 527 list_add_tail(&new_patch->plist, &pcache); in update_cache() 534 list_for_each_entry_safe(p, tmp, &pcache, plist) { in free_cache() 535 __list_del(p->plist.prev, p->plist.next); in free_cache() 805 INIT_LIST_HEAD(&patch->plist); in verify_and_add_patch()
|
| /linux-4.4.14/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()
|
| /linux-4.4.14/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 …]
|
| /linux-4.4.14/tools/perf/util/ |
| D | probe-file.c | 270 struct strlist *plist) in probe_file__get_events() argument 277 if (!plist) in probe_file__get_events() 288 strlist__add(plist, ent->s); in probe_file__get_events()
|
| D | probe-file.h | 18 struct strlist *plist);
|
| /linux-4.4.14/sound/core/ |
| D | control.c | 747 struct list_head *plist; in snd_ctl_elem_list() local 767 plist = card->controls.next; in snd_ctl_elem_list() 768 while (plist != &card->controls) { in snd_ctl_elem_list() 771 kctl = snd_kcontrol(plist); in snd_ctl_elem_list() 775 plist = plist->next; in snd_ctl_elem_list() 779 while (space > 0 && plist != &card->controls) { in snd_ctl_elem_list() 780 kctl = snd_kcontrol(plist); in snd_ctl_elem_list() 787 plist = plist->next; in snd_ctl_elem_list()
|
| /linux-4.4.14/drivers/staging/lustre/lustre/include/ |
| D | cl_object.h | 3102 static inline struct cl_page *cl_page_list_last(struct cl_page_list *plist) in cl_page_list_last() argument 3104 LASSERT(plist->pl_nr > 0); in cl_page_list_last() 3105 return list_entry(plist->pl_pages.prev, struct cl_page, cp_batch); in cl_page_list_last() 3120 void cl_page_list_init (struct cl_page_list *plist); 3121 void cl_page_list_add (struct cl_page_list *plist, struct cl_page *page); 3127 struct cl_io *io, struct cl_page_list *plist);
|
| /linux-4.4.14/Documentation/locking/ |
| D | rt-mutex-design.txt | 100 the task is blocked on. It also has the plist node structures to 187 on both mutexes and processes, I'll explain the plist. This is similar to 189 The implementation of plist is out of scope for this document, but it is 192 There are a few differences between plist and list, the most important one 193 being that plist is a priority sorted linked list. This means that the 194 priorities of the plist are sorted, such that it takes O(1) to retrieve the 208 has a plist to store these waiters by priority. This list is protected by 227 This list is stored in the task structure of a process as a plist called 427 should be at, but the plist nodes of the task's waiter have not been updated 451 The next check sees if the task's waiter plist node has the priority equal to [all …]
|
| D | rt-mutex.txt | 37 priority enqueueing is handled by "plists", see include/linux/plist.h
|
| /linux-4.4.14/drivers/nvme/host/ |
| D | scsi.c | 2377 struct scsi_unmap_parm_list *plist; in nvme_trans_unmap() local 2387 plist = kmalloc(list_len, GFP_KERNEL); in nvme_trans_unmap() 2388 if (!plist) in nvme_trans_unmap() 2391 res = nvme_trans_copy_from_user(hdr, plist, list_len); in nvme_trans_unmap() 2395 ndesc = be16_to_cpu(plist->unmap_blk_desc_data_len) >> 4; in nvme_trans_unmap() 2408 range[i].nlb = cpu_to_le32(be32_to_cpu(plist->desc[i].nlb)); in nvme_trans_unmap() 2409 range[i].slba = cpu_to_le64(be64_to_cpu(plist->desc[i].slba)); in nvme_trans_unmap() 2425 kfree(plist); in nvme_trans_unmap()
|
| /linux-4.4.14/net/dccp/ |
| D | feat.c | 1211 u8 *plist, plen, type = dccp_feat_type(feat); in dccp_feat_confirm_recv() local 1263 plist = val; in dccp_feat_confirm_recv() 1266 plist = val + 1; in dccp_feat_confirm_recv() 1271 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) { in dccp_feat_confirm_recv()
|
| /linux-4.4.14/Documentation/ |
| D | dontdiff | 40 *.plist
|
| /linux-4.4.14/fs/reiserfs/ |
| D | bitmap.c | 540 struct list_head *plist = &SB_JOURNAL(th->t_super)->j_prealloc_list; in reiserfs_discard_all_prealloc() local 543 while (!list_empty(plist)) { in reiserfs_discard_all_prealloc() 545 ei = list_entry(plist->next, struct reiserfs_inode_info, in reiserfs_discard_all_prealloc()
|
| /linux-4.4.14/lib/ |
| D | Makefile | 15 is_single_threaded.o plist.o decompress.o kobject_uevent.o \
|
| D | Kconfig.debug | 1162 linked-list (plist) walking routines. This checks the entire
|
| /linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
| D | osc_cache.c | 2509 struct list_head *plist; in osc_cancel_async_page() local 2520 plist = &obj->oo_urgent_exts; in osc_cancel_async_page() 2523 plist = &obj->oo_reading_exts; in osc_cancel_async_page() 2526 list_for_each_entry(ext, plist, oe_link) { in osc_cancel_async_page()
|
| /linux-4.4.14/net/tipc/ |
| D | msg.h | 49 struct plist;
|
| /linux-4.4.14/drivers/scsi/be2iscsi/ |
| D | be_main.c | 1747 struct list_head *plist; in hwi_free_async_msg() local 1749 plist = &pasync_ctx->async_entry[cri].wait_queue.list; in hwi_free_async_msg() 1750 list_for_each_entry_safe(pasync_handle, tmp_handle, plist, link) { in hwi_free_async_msg() 1902 struct list_head *plist; in hwi_fwd_async_msg() local 1910 plist = &pasync_ctx->async_entry[cri].wait_queue.list; in hwi_fwd_async_msg() 1912 list_for_each_entry(pasync_handle, plist, link) { in hwi_fwd_async_msg()
|