Home
last modified time | relevance | path

Searched refs:get_policy (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/md/
H A Ddm-cache-policy.c55 static struct dm_cache_policy_type *get_policy(const char *name) in get_policy() function
120 type = get_policy(name); in dm_cache_policy_create()
/linux/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c50 static u32 get_policy(const char *name) in get_policy() function
151 var.policy = get_policy(key); in plpks_set_variable()
/linux/drivers/acpi/pmic/
H A Dintel_pmic.h18 int (*get_policy)(struct regmap *r, int reg, int bit, u64 *value); member
H A Dintel_pmic.c141 if (!d->get_policy || !d->update_policy) in pmic_thermal_pen()
145 return d->get_policy(regmap, reg, bit, value); in pmic_thermal_pen()
H A Dintel_pmic_bytcrc.c279 .get_policy = intel_crc_pmic_get_policy,
H A Dintel_pmic_bxtwc.c377 .get_policy = intel_bxtwc_pmic_get_policy,
/linux/tools/power/cpupower/utils/
H A Dcpufreq-info.c315 static int get_policy(unsigned int cpu) in get_policy() function
501 get_policy(cpu); in debug_output_one()
650 ret = get_policy(cpu); in cmd_freq_info()
/linux/mm/
H A Dmempolicy.c1948 return (vma->vm_ops && vma->vm_ops->get_policy) ? in __get_vma_policy()
1949 vma->vm_ops->get_policy(vma, addr, ilx) : vma->vm_policy; in __get_vma_policy()
1963 * count--added by the get_policy() vm_op, as appropriate--to protect against
1987 if (vma->vm_ops && vma->vm_ops->get_policy) { in vma_policy_mof()
1991 pol = vma->vm_ops->get_policy(vma, vma->vm_start, &ilx); in vma_policy_mof()
H A Dshmem.c5357 .get_policy = shmem_get_policy,
5366 .get_policy = shmem_get_policy,
/linux/tools/testing/vma/
H A Dvma_internal.h458 * get_policy() op must add reference [mpol_get()] to any policy at
461 * get_policy() must NOT add a ref if the policy at (vma,addr) is not
463 * If no [shared/vma] mempolicy exists at the addr, get_policy() op
467 struct mempolicy *(*get_policy)(struct vm_area_struct *vma, member
/linux/include/linux/
H A Dmm.h639 * get_policy() op must add reference [mpol_get()] to any policy at
642 * get_policy() must NOT add a ref if the policy at (vma,addr) is not
644 * If no [shared/vma] mempolicy exists at the addr, get_policy() op
648 struct mempolicy *(*get_policy)(struct vm_area_struct *vma, member