Home
last modified time | relevance | path

Searched refs:DEVICE_ULONG_ATTR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/xen/
H A Dxen-balloon.c149 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/
H A Dcmm.c375 static DEVICE_ULONG_ATTR(simulate_loan_target_kb, 0644,
/linux/include/linux/
H A Ddevice.h228 #define DEVICE_ULONG_ATTR(_name, _mode, _var) \ macro