Searched refs:DEVICE_ULONG_ATTR (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/xen/ |
| A D | xen-balloon.c | 149 static DEVICE_ULONG_ATTR(schedule_delay, 0444, balloon_stats.schedule_delay); 150 static DEVICE_ULONG_ATTR(max_schedule_delay, 0644, balloon_stats.max_schedule_delay); 151 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count); 152 static DEVICE_ULONG_ATTR(max_retry_count, 0644, balloon_stats.max_retry_count);
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | cmm.c | 378 static DEVICE_ULONG_ATTR(simulate_loan_target_kb, 0644,
|
| /linux/include/linux/ |
| A D | device.h | 140 #define DEVICE_ULONG_ATTR(_name, _mode, _var) \ macro
|
Completed in 7 milliseconds