Home
last modified time | relevance | path

Searched refs:plist (Results 1 – 13 of 13) sorted by relevance

/linux/arch/mips/fw/cfe/
H A Dcfe_api.c82 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_start()
83 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START; in cfe_cpu_start()
84 xiocb.plist.xiocb_cpuctl.gp_val = gp; in cfe_cpu_start()
85 xiocb.plist.xiocb_cpuctl.sp_val = sp; in cfe_cpu_start()
86 xiocb.plist.xiocb_cpuctl.a1_val = a1; in cfe_cpu_start()
87 xiocb.plist.xiocb_cpuctl.start_addr = (long) fn; in cfe_cpu_start()
103 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_stop()
104 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP; in cfe_cpu_stop()
120 xiocb.plist.xiocb_envbuf.enum_idx = idx; in cfe_enumenv()
121 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumenv()
[all …]
H A Dcfe_api_int.h132 } plist; member
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.h19 #define priolist_for_each_request(it, plist) \ argument
20 list_for_each_entry(it, &(plist)->requests, sched.link)
22 #define priolist_for_each_request_consume(it, n, plist) \ argument
23 list_for_each_entry_safe(it, n, &(plist)->requests, sched.link)
/linux/net/sched/
H A Dcls_bpf.c33 struct list_head plist; member
90 list_for_each_entry_rcu(prog, &head->plist, link) { in cls_bpf_classify()
251 INIT_LIST_HEAD_RCU(&head->plist); in cls_bpf_init()
309 *last = list_empty(&head->plist); in cls_bpf_delete()
319 list_for_each_entry_safe(prog, tmp, &head->plist, link) in cls_bpf_destroy()
331 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_get()
535 list_add_rcu(&prog->link, &head->plist); in cls_bpf_change()
660 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_walk()
675 list_for_each_entry(prog, &head->plist, link) { in cls_bpf_reoffload()
/linux/drivers/tty/vt/
H A Dconsolemap.c635 struct unipair *plist; in con_set_unimap() local
663 for (plist = unilist; ct; ct--, plist++) { in con_set_unimap()
664 int err1 = con_insert_unipair(dict, plist->unicode, plist->fontpos); in con_set_unimap()
/linux/drivers/powercap/
H A Dintel_rapl_common.c1363 list_for_each_entry(pos, &rapl_packages, plist) { in rapl_pmu_event_init()
1448 list_for_each_entry(rp, &rapl_packages, plist) { in cpumask_show()
1658 list_for_each_entry(pos, &rapl_packages, plist) { in rapl_package_remove_pmu_locked()
1707 list_del(&rp->plist); in rapl_remove_package_cpuslocked()
1752 list_for_each_entry(rp, &rapl_packages, plist) { in rapl_find_package_domain_cpuslocked()
1812 INIT_LIST_HEAD(&rp->plist); in rapl_add_package_cpuslocked()
1813 list_add(&rp->plist, &rapl_packages); in rapl_add_package_cpuslocked()
1838 list_for_each_entry(rp, &rapl_packages, plist) { in power_limit_state_save()
1859 list_for_each_entry(rp, &rapl_packages, plist) { in power_limit_state_restore()
/linux/net/dccp/
H A Dfeat.c
/linux/tools/perf/util/
H A Dprobe-file.c327 struct strlist *plist) in probe_file__get_events()
334 if (!plist) in probe_file__get_events()
345 ret = strlist__add(plist, ent->s); in probe_file__get_events()
325 probe_file__get_events(int fd,struct strfilter * filter,struct strlist * plist) probe_file__get_events() argument
/linux/lib/
H A Drhashtable.c545 struct rhlist_head *plist; in rhashtable_lookup_one() local
560 plist = container_of(head, struct rhlist_head, rhead); in rhashtable_lookup_one()
562 RCU_INIT_POINTER(list->next, plist); in rhashtable_lookup_one()
H A DMakefile40 is_single_threaded.o plist.o decompress.o kobject_uevent.o \
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c1483 struct list_head *plist; in beiscsi_hdl_purge_handles() local
1485 plist = &pasync_ctx->async_entry[cri].wq.list; in beiscsi_hdl_purge_handles()
1486 list_for_each_entry_safe(pasync_handle, tmp_handle, plist, link) in beiscsi_hdl_purge_handles()
1613 struct list_head *plist; in beiscsi_hdl_fwd_pdu() local
1615 plist = &pasync_ctx->async_entry[cri].wq.list; in beiscsi_hdl_fwd_pdu()
1617 list_for_each_entry(pasync_handle, plist, link) { in beiscsi_hdl_fwd_pdu()
/linux/net/tipc/
H A Dmsg.h49 struct plist;
/linux/tools/power/pm-graph/
H A Dsleepgraph.py1563 plist = self.sortedPhases()
1564 if len(plist) < depth:
1566 return plist[-1*depth]