resctrl.h 302 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _RESCTRL_H
  3. #define _RESCTRL_H
  4. #include <linux/pid.h>
  5. #ifdef CONFIG_PROC_CPU_RESCTRL
  6. int proc_resctrl_show(struct seq_file *m,
  7. struct pid_namespace *ns,
  8. struct pid *pid,
  9. struct task_struct *tsk);
  10. #endif
  11. #endif /* _RESCTRL_H */