Searched refs:get_policy (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-cache-policy.c | 55 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/drivers/acpi/pmic/ |
| H A D | intel_pmic.h | 18 int (*get_policy)(struct regmap *r, int reg, int bit, u64 *value); member
|
| H A D | intel_pmic_bytcrc.c | 279 .get_policy = intel_crc_pmic_get_policy,
|
| H A D | intel_pmic_bxtwc.c | 377 .get_policy = intel_bxtwc_pmic_get_policy,
|
| /linux/tools/power/cpupower/utils/ |
| H A D | cpufreq-info.c | 329 static int get_policy(unsigned int cpu) in get_policy() function 515 get_policy(cpu); in debug_output_one() 662 ret = get_policy(cpu); in cmd_freq_info()
|
| /linux/virt/kvm/ |
| H A D | guest_memfd.c | 452 * important for the .get_policy kernel ABI: it indicates that no in kvm_gmem_get_policy() 464 .get_policy = kvm_gmem_get_policy,
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 707 * get_policy() op must add reference [mpol_get()] to any policy at 710 * get_policy() must NOT add a ref if the policy at (vma,addr) is not 712 * If no [shared/vma] mempolicy exists at the addr, get_policy() op 716 struct mempolicy *(*get_policy)(struct vm_area_struct *vma, 729 struct mempolicy *(*get_policy)(struct vm_area_struct *vma, global() member
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 150 Returned by YnlFamily.get_policy(). Attributes of the policy 154 pol = ynl.get_policy('page-pool-stats-get', 'do') 692 ynl.get_policy(op_name, mode) -- query kernel policy for an op 1438 def get_policy(self, op_name, mode): 1433 def get_policy(self, op_name, mode): global() member in YnlFamily
|