Home
last modified time | relevance | path

Searched refs:SYSDEV_ULONG_ATTR (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/xen/
Dxen-balloon.c131 static SYSDEV_ULONG_ATTR(schedule_delay, 0444, balloon_stats.schedule_delay);
132 static SYSDEV_ULONG_ATTR(max_schedule_delay, 0644, balloon_stats.max_schedule_delay);
133 static SYSDEV_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count);
134 static SYSDEV_ULONG_ATTR(max_retry_count, 0644, balloon_stats.max_retry_count);
/linux-2.6.39/include/linux/
Dsysdev.h166 #define SYSDEV_ULONG_ATTR(_name, _mode, _var) \ macro