Searched defs:DEFINE_FREE (Results 1 – 5 of 5) sorted by relevance
| /include/linux/sched/ |
| A D | task.h | 162 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE() function
|
| /include/linux/ |
| A D | cleanup.h | 210 #define DEFINE_FREE(_name, _type, _free) \ macro
|
| A D | pm_runtime.h | 558 DEFINE_FREE(pm_runtime_put, struct device *, if (_T) pm_runtime_put(_T)) in DEFINE_FREE() function
|
| A D | cpufreq.h | 223 DEFINE_FREE(put_cpufreq_policy, struct cpufreq_policy *, if (_T) cpufreq_cpu_put(_T)) in DEFINE_FREE() function
|
| A D | netdevice.h | 4415 DEFINE_FREE(dev_put, struct net_device *, if (_T) dev_put(_T)) in DEFINE_FREE() function
|
Completed in 33 milliseconds