Home
last modified time | relevance | path

Searched refs:set_policy (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dshm.c556 if (sfd->vm_ops->set_policy) { in shm_set_policy()
557 err = sfd->vm_ops->set_policy(vma, new); in shm_set_policy()
679 .set_policy = shm_set_policy,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c2205 * set_policy - Store callback for the power_policy sysfs file.
2219 static ssize_t set_policy(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_policy() function
2257 static DEVICE_ATTR(power_policy, S_IRUGO | S_IWUSR, show_policy, set_policy);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2227 * set_policy - Store callback for the power_policy sysfs file.
2241 static ssize_t set_policy(struct device *dev, struct device_attribute *attr, in set_policy() function
2281 static DEVICE_ATTR(power_policy, S_IRUGO | S_IWUSR, show_policy, set_policy);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2244 * set_policy - Store callback for the power_policy sysfs file.
2258 static ssize_t set_policy(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_policy() function
2297 static DEVICE_ATTR(power_policy, S_IRUGO | S_IWUSR, show_policy, set_policy);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c2322 * set_policy - Store callback for the power_policy sysfs file.
2336 static ssize_t set_policy(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_policy() function
2375 static DEVICE_ATTR(power_policy, S_IRUGO | S_IWUSR, show_policy, set_policy);
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h619 * set_policy() op must add a reference to any non-NULL @new mempolicy
625 int (*set_policy)(struct vm_area_struct *vma, struct mempolicy *new); member

Completed in 35 milliseconds