Home
last modified time | relevance | path

Searched refs:pm_runtime_set_memalloc_noio (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dpm_runtime.h56 extern void pm_runtime_set_memalloc_noio(struct device *dev, bool enable);
281 static inline void pm_runtime_set_memalloc_noio(struct device *dev, in pm_runtime_set_memalloc_noio() function
/kernel/linux/linux-6.6/include/linux/
H A Dpm_runtime.h88 extern void pm_runtime_set_memalloc_noio(struct device *dev, bool enable);
313 static inline void pm_runtime_set_memalloc_noio(struct device *dev, in pm_runtime_set_memalloc_noio() function
/kernel/linux/linux-6.6/block/
H A Dgenhd.c476 pm_runtime_set_memalloc_noio(ddev, true); in device_add_disk()
547 pm_runtime_set_memalloc_noio(ddev, false); in device_add_disk()
690 pm_runtime_set_memalloc_noio(disk_to_dev(disk), false); in del_gendisk()
/kernel/linux/linux-5.10/drivers/base/power/
H A Druntime.c190 * pm_runtime_set_memalloc_noio - Set a device's memalloc_noio flag.
211 * hotplug race because pm_runtime_set_memalloc_noio() may be called
217 void pm_runtime_set_memalloc_noio(struct device *dev, bool enable) in pm_runtime_set_memalloc_noio() function
252 EXPORT_SYMBOL_GPL(pm_runtime_set_memalloc_noio); variable
/kernel/linux/linux-6.6/drivers/base/power/
H A Druntime.c190 * pm_runtime_set_memalloc_noio - Set a device's memalloc_noio flag.
211 * hotplug race because pm_runtime_set_memalloc_noio() may be called
217 void pm_runtime_set_memalloc_noio(struct device *dev, bool enable) in pm_runtime_set_memalloc_noio() function
251 EXPORT_SYMBOL_GPL(pm_runtime_set_memalloc_noio); variable
/kernel/linux/linux-5.10/block/
H A Dgenhd.c738 pm_runtime_set_memalloc_noio(ddev, true); in register_disk()
960 pm_runtime_set_memalloc_noio(disk_to_dev(disk), false); in del_gendisk()
/kernel/linux/linux-5.10/net/core/
H A Dnet-sysfs.c1961 pm_runtime_set_memalloc_noio(dev, false); in netdev_unregister_kobject()
2007 pm_runtime_set_memalloc_noio(dev, true); in netdev_register_kobject()
/kernel/linux/linux-6.6/net/core/
H A Dnet-sysfs.c2014 pm_runtime_set_memalloc_noio(dev, false); in netdev_unregister_kobject()
2054 pm_runtime_set_memalloc_noio(dev, true); in netdev_register_kobject()

Completed in 18 milliseconds