Searched refs:plist (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/arch/mips/fw/cfe/
H A Dcfe_api.c82 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
83 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START;
84 xiocb.plist.xiocb_cpuctl.gp_val = gp;
85 xiocb.plist.xiocb_cpuctl.sp_val = sp;
86 xiocb.plist.xiocb_cpuctl.a1_val = a1;
87 xiocb.plist.xiocb_cpuctl.start_addr = (long) fn;
103 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
104 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP;
120 xiocb.plist.xiocb_envbuf.enum_idx = idx;
121 xiocb.plist
[all...]
H A Dcfe_api_int.h132 } plist; member in struct:cfe_xiocb
/linux-master/include/acpi/
H A Dacoutput.h199 * the plist contains a set of parens to allow variable-length lists.
202 #define ACPI_INFO(plist) acpi_info plist
203 #define ACPI_WARNING(plist) acpi_warning plist
204 #define ACPI_EXCEPTION(plist) acpi_exception plist
205 #define ACPI_ERROR(plist) acpi_error plist
206 #define ACPI_BIOS_WARNING(plist) acpi_bios_warnin
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c69 struct list_head *plist, *phead; local
73 plist = phead->next;
74 while (!end_of_queue_search(phead, plist))
75 plist = plist->next;
194 struct list_head *plist, *phead; local
205 plist = phead->next;
206 while (!end_of_queue_search(phead, plist)) {
207 psta = container_of(plist,
209 plist
221 struct list_head *plist, *phead; local
[all...]
H A Dosdep_service.h48 struct list_head *plist)
50 return (head == plist);
47 end_of_queue_search(struct list_head *head, struct list_head *plist) argument
H A Drtl8712_recv.c175 struct list_head *plist, *phead; local
184 plist = phead->next;
185 prframe = container_of(plist, union recv_frame, u.list);
198 plist = &defrag_q->queue;
199 plist = plist->next;
200 while (!end_of_queue_search(phead, plist)) {
201 pnextrframe = container_of(plist, union recv_frame, u.list);
225 plist = plist
467 struct list_head *phead, *plist; local
497 struct list_head *phead, *plist; local
[all...]
H A Drtl871x_mlme.c135 struct list_head *phead, *plist; local
142 list_for_each(plist, phead) {
143 pnetwork = list_entry(plist, struct wlan_network, list);
147 if (plist == phead)
156 struct list_head *phead, *plist; local
163 plist = phead->next;
164 while (!end_of_queue_search(phead, plist)) {
165 pnetwork = container_of(plist, struct wlan_network, list);
166 plist = plist
259 struct list_head *plist, *phead; local
334 struct list_head *plist, *phead; local
[all...]
H A Drtl871x_ioctl_set.c41 struct list_head *plist, *phead; local
48 plist = phead->next;
51 pmlmepriv->pscanned = plist;
H A Drtl871x_recv.c122 struct list_head *plist, *phead; local
126 plist = phead->next;
127 while (!end_of_queue_search(phead, plist)) {
128 precvframe = container_of(plist, union recv_frame, u.list);
129 plist = plist->next;
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.h19 #define priolist_for_each_request(it, plist) \
20 list_for_each_entry(it, &(plist)->requests, sched.link)
22 #define priolist_for_each_request_consume(it, n, plist) \
23 list_for_each_entry_safe(it, n, &(plist)->requests, sched.link)
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c123 struct list_head *plist, *phead; local
128 plist = get_next(phead);
130 while (phead != plist)
131 plist = get_next(plist);
144 struct list_head *phead, *plist; local
154 list_for_each(plist, phead) {
157 psta = list_entry(plist, struct sta_info,
351 struct list_head *phead, *plist; local
365 plist
431 struct list_head *plist, *phead, *tmp; local
464 struct list_head *plist, *phead; local
527 struct list_head *plist, *phead; local
[all...]
H A Drtw_recv.c109 struct list_head *plist, *phead; local
118 plist = get_next(phead);
120 precvframe = (union recv_frame *)plist;
216 struct list_head *plist, *phead; local
221 plist = get_next(phead);
223 while (phead != plist) {
224 precvframe = (union recv_frame *)plist;
226 plist = get_next(plist);
275 struct list_head *plist, *phea local
1020 struct list_head *plist, *phead; local
1679 struct list_head *phead, *plist; local
1731 struct list_head *phead, *plist; local
[all...]
H A Drtw_ap.c176 struct list_head *phead, *plist, *tmp; local
188 list_for_each_safe(plist, tmp, phead) {
189 psta = list_entry(plist, struct sta_info, auth_list);
213 list_for_each_safe(plist, tmp, phead) {
214 psta = list_entry(plist, struct sta_info, asoc_list);
1179 struct list_head *plist, *phead; local
1193 list_for_each(plist, phead) {
1194 paclnode = list_entry(plist, struct rtw_wlan_acl_node, list);
1236 struct list_head *plist, *phead, *tmp; local
1245 list_for_each_safe(plist, tm
1685 struct list_head *phead, *plist; local
1932 struct list_head *phead, *plist, *tmp; local
2011 struct list_head *phead, *plist; local
2124 struct list_head *phead, *plist, *tmp; local
[all...]
H A Drtw_xmit.c1448 struct list_head *plist, *phead; local
1458 plist = get_next(phead);
1460 pxmitbuf = container_of(plist, struct xmit_buf, list);
1507 struct list_head *plist, *phead; local
1517 plist = get_next(phead);
1519 pxmitbuf = container_of(plist, struct xmit_buf, list);
1606 struct list_head *plist, *phead; local
1616 plist = get_next(phead);
1618 pxframe = container_of(plist, struct xmit_frame, list);
1633 struct list_head *plist, *phea local
1731 struct list_head *plist, *phead, *tmp; local
2130 struct list_head *plist, *phead, *tmp; local
2415 struct list_head *plist, *phead; local
2439 struct list_head *plist, *phead; local
[all...]
H A Drtw_mlme.c142 struct list_head *plist = NULL; local
150 plist = get_next(&(free_queue->queue));
152 pnetwork = container_of(plist, struct wlan_network, list);
226 struct list_head *phead, *plist; local
237 list_for_each(plist, phead) {
238 pnetwork = list_entry(plist, struct wlan_network, list);
244 if (plist == phead)
255 struct list_head *phead, *plist, *tmp; local
263 list_for_each_safe(plist, tmp, phead) {
265 pnetwork = list_entry(plist, struc
402 struct list_head *phead, *plist; local
421 struct list_head *plist, *phead; local
511 struct list_head *plist, *phead; local
842 struct list_head *plist, *phead, *ptemp; local
[all...]
H A Drtw_ioctl_set.c40 struct list_head *plist, *phead; local
48 plist = get_next(phead);
54 pmlmepriv->pscanned = plist;
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_mem.c74 kfree(umem->page_chunk[i].plist);
402 struct page **plist = local
405 if (!plist) {
409 umem->page_chunk[i].plist = plist;
411 *plist = sg_page_iter_page(&sg_iter);
414 plist++;
H A Dsiw_mem.h66 return umem->page_chunk[chunk_idx].plist[page_in_chunk];
/linux-master/arch/x86/kernel/cpu/microcode/
H A Damd.c41 struct list_head plist; member in struct:ucode_patch
555 list_for_each_entry(p, &microcode_cache, plist)
565 list_for_each_entry(p, &microcode_cache, plist) {
574 list_replace(&p->plist, &new_patch->plist);
581 list_add_tail(&new_patch->plist, &microcode_cache);
588 list_for_each_entry_safe(p, tmp, &microcode_cache, plist) {
589 __list_del(p->plist.prev, p->plist.next);
775 INIT_LIST_HEAD(&patch->plist);
[all...]
/linux-master/tools/perf/util/
H A Dprobe-file.h49 struct strlist *plist);
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c127 struct list_head *phead, *plist; local
141 list_for_each(plist, phead) {
144 psta = list_entry(plist, struct sta_info, asoc_list);
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c566 struct list_head *plist, *phead; local
586 plist = get_next(phead);
587 list_del_init(plist);
589 pxmitbuf = container_of(plist, struct xmit_buf, list);
/linux-master/include/linux/
H A Dintel_rapl.h173 struct list_head plist; member in struct:rapl_package
/linux-master/drivers/acpi/acpica/
H A Dacmacros.h421 * the plist contains a set of parens to allow variable-length lists.
426 #define ACPI_WARN_PREDEFINED(plist) acpi_ut_predefined_warning plist
427 #define ACPI_INFO_PREDEFINED(plist) acpi_ut_predefined_info plist
428 #define ACPI_BIOS_ERROR_PREDEFINED(plist) acpi_ut_predefined_bios_error plist
437 #define ACPI_WARN_PREDEFINED(plist)
438 #define ACPI_INFO_PREDEFINED(plist)
439 #define ACPI_BIOS_ERROR_PREDEFINED(plist)
[all...]
/linux-master/net/sched/
H A Dcls_bpf.c33 struct list_head plist; member in struct:cls_bpf_head
90 list_for_each_entry_rcu(prog, &head->plist, link) {
251 INIT_LIST_HEAD_RCU(&head->plist);
309 *last = list_empty(&head->plist);
319 list_for_each_entry_safe(prog, tmp, &head->plist, link)
331 list_for_each_entry(prog, &head->plist, link) {
519 list_add_rcu(&prog->link, &head->plist);
644 list_for_each_entry(prog, &head->plist, link) {
659 list_for_each_entry(prog, &head->plist, link) {

Completed in 234 milliseconds

12