Searched refs:__ATTR_PREALLOC (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | sysfs.h | 108 #define __ATTR_PREALLOC(_name, _mode, _show, _store) { \ macro
|
H A D | device.h | 170 __ATTR_PREALLOC(_name, _mode, _show, _store)
|
/openbmc/linux/drivers/md/ |
H A D | md.c | 3122 __ATTR_PREALLOC(state, S_IRUGO|S_IWUSR, state_show, state_store); 4325 __ATTR_PREALLOC(resync_start, S_IRUGO|S_IWUSR, 4539 __ATTR_PREALLOC(array_state, S_IRUGO|S_IWUSR, array_state_show, array_state_store); 4794 __ATTR_PREALLOC(metadata_version, S_IRUGO|S_IWUSR, metadata_show, metadata_store); 4946 __ATTR_PREALLOC(sync_action, S_IRUGO|S_IWUSR, action_show, action_store); 5099 __ATTR_PREALLOC(sync_completed, S_IRUGO, sync_completed_show, NULL);
|