Searched defs:attr (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | fault-inject.c | 18 int setup_fault_attr(struct fault_attr *attr, char *str) in setup_fault_attr() 42 static void fail_dump(struct fault_attr *attr) in fail_dump() 58 static bool fail_task(struct fault_attr *attr, struct task_struct *task) in fail_task() 67 static bool fail_stacktrace(struct fault_attr *attr) in fail_stacktrace() 91 static inline bool fail_stacktrace(struct fault_attr *attr) in fail_stacktrace() 103 bool should_fail(struct fault_attr *attr, ssize_t size) in should_fail() 198 struct dentry *parent, struct fault_attr *attr) in fault_create_debugfs_attr()
|
D | test_firmware.c | 198 struct device_attribute *attr, in reset_store() 226 struct device_attribute *attr, in config_show() 269 struct device_attribute *attr, in config_name_store() 368 struct device_attribute *attr, in config_name_show() 376 struct device_attribute *attr, in config_num_requests_store() 398 struct device_attribute *attr, in config_num_requests_show() 406 struct device_attribute *attr, in config_into_buf_store() 415 struct device_attribute *attr, in config_into_buf_show() 423 struct device_attribute *attr, in config_sync_direct_store() 437 struct device_attribute *attr, in config_sync_direct_show() [all …]
|
D | test_kmod.c | 460 struct device_attribute *attr, in config_show() 565 struct device_attribute *attr, in trigger_config_store() 653 struct device_attribute *attr, in config_test_driver_store() 688 struct device_attribute *attr, in config_test_driver_show() 700 struct device_attribute *attr, in config_test_fs_store() 719 struct device_attribute *attr, in config_test_fs_show() 846 struct device_attribute *attr, in reset_store() 983 struct device_attribute *attr, in test_result_store() 994 struct device_attribute *attr, in config_num_threads_store() 1006 struct device_attribute *attr, in config_num_threads_show() [all …]
|
D | kobject.c | 69 struct attribute *attr; in populate_dir() local 822 static ssize_t kobj_attr_show(struct kobject *kobj, struct attribute *attr, in kobj_attr_show() 834 static ssize_t kobj_attr_store(struct kobject *kobj, struct attribute *attr, in kobj_attr_store()
|