Searched refs:sf (Results 1 – 6 of 6) sorted by relevance
/kernel/sched/ |
D | cpuacct.c | 185 static int cpuacct_stats_show(struct seq_file *sf, void *v) in cpuacct_stats_show() argument 187 struct cpuacct *ca = css_ca(seq_css(sf)); in cpuacct_stats_show() 197 seq_printf(sf, "%s %lld\n", cpuacct_stat_desc[CPUACCT_STAT_USER], val); in cpuacct_stats_show() 208 seq_printf(sf, "%s %lld\n", cpuacct_stat_desc[CPUACCT_STAT_SYSTEM], val); in cpuacct_stats_show()
|
D | walt.c | 215 int sf; in scale_exec_time() local 224 sf = DIV_ROUND_UP(rq->efficiency * 1024, max_possible_efficiency); in scale_exec_time() 226 delta *= sf; in scale_exec_time()
|
D | core.c | 8591 static int cpu_stats_show(struct seq_file *sf, void *v) in cpu_stats_show() argument 8593 struct task_group *tg = css_tg(seq_css(sf)); in cpu_stats_show() 8596 seq_printf(sf, "nr_periods %d\n", cfs_b->nr_periods); in cpu_stats_show() 8597 seq_printf(sf, "nr_throttled %d\n", cfs_b->nr_throttled); in cpu_stats_show() 8598 seq_printf(sf, "throttled_time %llu\n", cfs_b->throttled_time); in cpu_stats_show()
|
/kernel/ |
D | cpuset.c | 1716 static int cpuset_common_seq_show(struct seq_file *sf, void *v) in cpuset_common_seq_show() argument 1718 struct cpuset *cs = css_cs(seq_css(sf)); in cpuset_common_seq_show() 1719 cpuset_filetype_t type = seq_cft(sf)->private; in cpuset_common_seq_show() 1724 count = seq_get_buf(sf, &buf); in cpuset_common_seq_show() 1749 seq_commit(sf, s - buf); in cpuset_common_seq_show() 1751 seq_commit(sf, -1); in cpuset_common_seq_show()
|
D | auditfilter.c | 717 struct audit_field *sf) in audit_dupe_lsm_field() argument 723 lsm_str = kstrdup(sf->lsm_str, GFP_KERNEL); in audit_dupe_lsm_field()
|
/kernel/power/ |
D | Kconfig | 50 from <http://suspend.sf.net>.
|