Searched refs:DEVICE_ULONG_ATTR (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/xen/ |
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-6.1.9/arch/powerpc/platforms/pseries/ |
D | cmm.c | 375 static DEVICE_ULONG_ATTR(simulate_loan_target_kb, 0644,
|
/linux-6.1.9/include/linux/ |
D | device.h | 141 #define DEVICE_ULONG_ATTR(_name, _mode, _var) \ macro
|