Home
last modified time | relevance | path

Searched refs:domain_info (Results 1 – 25 of 27) sorted by relevance

12

/linux/security/tomoyo/
H A Dtomoyo.c25 return s->domain_info; in tomoyo_domain()
44 atomic_dec(&s->domain_info->users); in tomoyo_cred_prepare()
45 s->domain_info = s->old_domain_info; in tomoyo_cred_prepare()
110 return tomoyo_check_open_permission(s->domain_info, in tomoyo_bprm_check_security()
522 new->domain_info = old->domain_info; in tomoyo_task_alloc()
523 atomic_inc(&new->domain_info->users); in tomoyo_task_alloc()
537 if (s->domain_info) { in tomoyo_task_free()
538 atomic_dec(&s->domain_info->users); in tomoyo_task_free()
539 s->domain_info = NULL; in tomoyo_task_free()
606 s->domain_info = &tomoyo_kernel_domain; in tomoyo_init()
H A Dsecurityfs_if.c75 s->domain_info; in tomoyo_write_self()
77 s->domain_info = new_domain; in tomoyo_write_self()
H A Ddomain.c882 s->old_domain_info = s->domain_info; in tomoyo_find_next_domain()
883 s->domain_info = domain; in tomoyo_find_next_domain()
H A Dcommon.h921 struct tomoyo_domain_info *domain_info; member
H A Dcommon.c1015 domain = tomoyo_task(p)->domain_info; in tomoyo_select_domain()
1740 domain = tomoyo_task(p)->domain_info; in tomoyo_read_pid()
/linux/drivers/pmdomain/starfive/
H A Djh71xx-pmu.c60 const struct jh71xx_domain_info *domain_info; member
80 const struct jh71xx_domain_info *domain_info; member
212 u32 pwr_mask = BIT(pmd->domain_info->bit); in jh71xx_pmu_on()
221 u32 pwr_mask = BIT(pmd->domain_info->bit); in jh71xx_pmu_off()
298 pmd->domain_info = &pmu->match_data->domain_info[index]; in jh71xx_pmu_init_domain()
300 pwr_mask = BIT(pmd->domain_info->bit); in jh71xx_pmu_init_domain()
302 pmd->genpd.name = pmd->domain_info->name; in jh71xx_pmu_init_domain()
303 pmd->genpd.flags = pmd->domain_info->flags; in jh71xx_pmu_init_domain()
415 .domain_info = jh7110_power_domains,
434 .domain_info = jh7110_aon_power_domains,
/linux/drivers/pmdomain/rockchip/
H A Dpm-domains.c83 const struct rockchip_domain_info *domain_info; member
798 pd_info = &pmu->info->domain_info[id]; in rockchip_pm_add_one_domain()
1351 .domain_info = px30_pm_domains,
1360 .domain_info = rk3036_pm_domains,
1371 .domain_info = rk3066_pm_domains,
1382 .domain_info = rk3128_pm_domains,
1393 .domain_info = rk3188_pm_domains,
1402 .domain_info = rk3228_pm_domains,
1419 .domain_info = rk3288_pm_domains,
1428 .domain_info = rk3328_pm_domains,
[all …]
/linux/arch/x86/kernel/
H A Dhpet.c539 struct msi_domain_info *domain_info; in hpet_create_irq_domain() local
547 domain_info = kzalloc_obj(*domain_info); in hpet_create_irq_domain()
548 if (!domain_info) in hpet_create_irq_domain()
551 *domain_info = hpet_msi_domain_info; in hpet_create_irq_domain()
552 domain_info->data = (void *)(long)hpet_id; in hpet_create_irq_domain()
557 kfree(domain_info); in hpet_create_irq_domain()
568 kfree(domain_info); in hpet_create_irq_domain()
574 d = msi_create_irq_domain(fn, domain_info, parent); in hpet_create_irq_domain()
577 kfree(domain_info); in hpet_create_irq_domain()
/linux/Documentation/translations/zh_CN/power/
H A Dopp.rst329 \-------> domain_info(device)
333 domain_info<---- dev_pm_opp_find_freq_exact -----> | opp |
341 domain_info <- dev_pm_opp_get_opp_count
/linux/tools/perf/util/
H A Denv.h57 struct domain_info { struct
67 struct domain_info **domains; argument
H A Dheader.c1636 struct domain_info *domain_info; in build_cpu_domain_map() local
1675 struct domain_info **temp_domains; in build_cpu_domain_map()
1678 temp_domains = realloc(cd_map[cpu]->domains, dcount * sizeof(domain_info)); in build_cpu_domain_map()
1684 domain_info = zalloc(sizeof(*domain_info)); in build_cpu_domain_map()
1685 if (!domain_info) in build_cpu_domain_map()
1688 cd_map[cpu]->domains[dcount - 1] = domain_info; in build_cpu_domain_map()
1696 domain_info->dname = strdup(dname); in build_cpu_domain_map()
1697 if (!domain_info->dname) in build_cpu_domain_map()
1705 domain_info->domain = domain; in build_cpu_domain_map()
1709 domain_info->cpumask = strdup(cpumask); in build_cpu_domain_map()
[all …]
H A Denv.c229 struct domain_info *d_info = cd_map[i]->domains[j]; in free_cpu_domain_info()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c195 struct mwifiex_802_11d_domain_reg *domain_info = &priv->adapter->domain_reg; in mwifiex_request_rgpower_table() local
200 strscpy(country_code, domain_info->country_code, sizeof(country_code)); in mwifiex_request_rgpower_table()
254 struct mwifiex_802_11d_domain_reg *domain_info = in mwifiex_process_country_ie() local
287 domain_info->country_code[0] = country_ie[2]; in mwifiex_process_country_ie()
288 domain_info->country_code[1] = country_ie[3]; in mwifiex_process_country_ie()
289 domain_info->country_code[2] = ' '; in mwifiex_process_country_ie()
293 domain_info->no_of_triplet = in mwifiex_process_country_ie()
296 memcpy((u8 *)domain_info->triplet, in mwifiex_process_country_ie()
H A Dsta_cmdresp.c652 struct host_cmd_ds_802_11d_domain_info_rsp *domain_info = in mwifiex_ret_802_11d_domain_info() local
654 struct mwifiex_ietypes_domain_param_set *domain = &domain_info->domain; in mwifiex_ret_802_11d_domain_info()
655 u16 action = le16_to_cpu(domain_info->action); in mwifiex_ret_802_11d_domain_info()
680 "11D: invalid action:%d\n", domain_info->action); in mwifiex_ret_802_11d_domain_info()
H A Dsta_cmd.c1006 struct host_cmd_ds_802_11d_domain_info *domain_info = in mwifiex_cmd_802_11d_domain_info() local
1007 &cmd->params.domain_info; in mwifiex_cmd_802_11d_domain_info()
1009 &domain_info->domain; in mwifiex_cmd_802_11d_domain_info()
1016 domain_info->action = cpu_to_le16(cmd_action); in mwifiex_cmd_802_11d_domain_info()
1018 cmd->size = cpu_to_le16(sizeof(domain_info->action) + S_DS_GEN); in mwifiex_cmd_802_11d_domain_info()
1037 cmd->size = cpu_to_le16(sizeof(domain_info->action) + in mwifiex_cmd_802_11d_domain_info()
1042 cmd->size = cpu_to_le16(sizeof(domain_info->action) + S_DS_GEN); in mwifiex_cmd_802_11d_domain_info()
H A Dcfg80211.c568 struct mwifiex_802_11d_domain_reg *domain_info = &adapter->domain_reg; in mwifiex_send_domain_info_cmd_fw() local
571 domain_info->country_code[0] = adapter->country_code[0]; in mwifiex_send_domain_info_cmd_fw()
572 domain_info->country_code[1] = adapter->country_code[1]; in mwifiex_send_domain_info_cmd_fw()
573 domain_info->country_code[2] = ' '; in mwifiex_send_domain_info_cmd_fw()
603 t = &domain_info->triplet[no_of_triplet]; in mwifiex_send_domain_info_cmd_fw()
616 t = &domain_info->triplet[no_of_triplet]; in mwifiex_send_domain_info_cmd_fw()
623 domain_info->no_of_triplet = no_of_triplet; in mwifiex_send_domain_info_cmd_fw()
/linux/drivers/acpi/
H A Dprocessor_perflib.c637 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
658 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
681 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
709 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
H A Dprocessor_throttling.c101 pdomain = &(pthrottling->domain_info); in acpi_processor_update_tsd_coord()
123 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
155 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
594 pdomain = &(pr->throttling.domain_info); in acpi_processor_get_tsd()
H A Dcppc_acpi.c420 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd()
513 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd_map()
535 match_pdomain = &(match_cpc_ptr->domain_info); in acpi_get_psd_map()
/linux/drivers/xen/
H A Dxen-acpi-processor.c170 pdomain = &(_pr->performance->domain_info); in xen_copy_psd_data()
184 memcpy(&(dst->domain_info), pdomain, sizeof(struct acpi_psd_package)); in xen_copy_psd_data()
432 memcpy(&pr_backup->performance->domain_info, in check_acpi_ids()
/linux/include/acpi/
H A Dprocessor.h137 struct acpi_psd_package domain_info; member
182 struct acpi_tsd_package domain_info; member
H A Dcppc_acpi.h80 struct acpi_psd_package domain_info; member
/linux/Documentation/power/
H A Dopp.rst369 \-------> domain_info(device)
373 domain_info<---- dev_pm_opp_find_freq_exact -----> | opp |
381 domain_info <- dev_pm_opp_get_opp_count
/linux/include/xen/interface/
H A Dplatform.h402 struct xen_psd_package domain_info; member
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt454 struct domain_info {
464 struct domain_info domains[];

12