Home
last modified time | relevance | path

Searched refs:policy_data (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/cpufreq/
H A Damd-pstate.c579 static int amd_pstate_verify(struct cpufreq_policy_data *policy_data) in amd_pstate_verify() argument
587 if (policy_data->min == FREQ_QOS_MIN_DEFAULT_VALUE) { in amd_pstate_verify()
589 cpufreq_cpu_get(policy_data->cpu); in amd_pstate_verify()
596 policy_data->min = cpudata->lowest_nonlinear_freq; in amd_pstate_verify()
599 cpufreq_verify_within_cpu_limits(policy_data); in amd_pstate_verify()
/linux-6.15/security/selinux/ss/
H A Dpolicydb.c2817 struct policy_data *pd = ptr; in sens_write()
2845 struct policy_data *pd = ptr; in cat_write()
2870 struct policy_data *pd = ptr; in role_trans_write_one()
2985 struct policy_data *pd = ptr; in common_write()
3080 struct policy_data *pd = ptr; in class_write()
3165 struct policy_data *pd = ptr; in role_write()
3204 struct policy_data *pd = ptr; in type_write()
3245 struct policy_data *pd = ptr; in user_write()
3490 struct policy_data *pd = ptr; in range_write_helper()
3517 struct policy_data pd; in range_write()
[all …]
H A Dpolicydb.h350 struct policy_data { struct
H A Dconditional.c449 struct policy_data *pd = ptr; in cond_write_bool()