Searched refs:domain_list (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/ |
| H A D | async.c | 70 struct list_head domain_list; member 100 struct async_entry, domain_list); in lowest_in_progress() 137 list_del_init(&entry->domain_list); in async_run_entry_fn() 158 INIT_LIST_HEAD(&entry->domain_list); in __async_schedule_node_domain() 170 list_add_tail(&entry->domain_list, &domain->pending); in __async_schedule_node_domain()
|
| /linux/drivers/soc/qcom/ |
| H A D | pdr_internal.h | 45 struct servreg_location_entry domain_list[SERVREG_DOMAIN_LIST_LENGTH]; member
|
| H A D | qcom_pdr_msg.c | 155 domain_list),
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 4032 struct list_head domain_list; in print_cpu_stats() 4300 list_for_each_entry(dptr, &cptr->domain_head, domain_list) { in show_schedstat_data() 4306 INIT_LIST_HEAD(&tdptr->domain_list); in show_schedstat_data() 4316 list_add_tail(&tdptr->domain_list, &summary_head->domain_head); in show_schedstat_data() 4332 domain_list); in show_schedstat_data() 4334 list_for_each_entry(dptr, &cptr->domain_head, domain_list) { in show_schedstat_data() 4336 if (list_is_last(&tdptr->domain_list, &summary_head->domain_head)) { in show_schedstat_data() 4340 tdptr = list_next_entry(tdptr, domain_list); in show_schedstat_data() 4436 domain_list); in perf_sched__process_schedstat() 4460 list_for_each_entry(dptr1, &cptr1->domain_head, domain_list) { in perf_sched__process_schedstat() 3934 struct list_head domain_list; global() member [all...] |