Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddebug.c719 static const struct file_operations sd_flags_fops = { in update_sched_domain_debugfs()
741 debugfs_create_file("flags", 0444, parent, &sd->flags, &sd_flags_fops); in update_sched_domain_debugfs()
742 debugfs_create_file("groups_flags", 0444, parent, &sd->groups->flags, &sd_flags_fops); in update_sched_domain_debugfs()
661 static const struct file_operations sd_flags_fops = { global() variable