Searched refs:DEVICE_ULONG_ATTR (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/xen/ |
D | xen-balloon.c | 137 static DEVICE_ULONG_ATTR(schedule_delay, 0444, balloon_stats.schedule_delay); 138 static DEVICE_ULONG_ATTR(max_schedule_delay, 0644, balloon_stats.max_schedule_delay); 139 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count); 140 static DEVICE_ULONG_ATTR(max_retry_count, 0644, balloon_stats.max_retry_count);
|
/Linux-v4.19/include/linux/ |
D | device.h | 601 #define DEVICE_ULONG_ATTR(_name, _mode, _var) \ macro
|