/kernel/linux/linux-5.10/kernel/sched/ |
D | core_ctl.c | 172 count += sysfs_emit_at(buf, count, in show_global_state() 174 count += sysfs_emit_at(buf, count, in show_global_state() 176 count += sysfs_emit_at(buf, count, in show_global_state() 179 count += sysfs_emit_at(buf, count, in show_global_state() 182 count += sysfs_emit_at(buf, count, in show_global_state() 185 count += sysfs_emit_at(buf, count, in show_global_state() 187 count += sysfs_emit_at(buf, count, in show_global_state() 189 count += sysfs_emit_at(buf, count, in show_global_state() 192 count += sysfs_emit_at(buf, count, in show_global_state() 194 count += sysfs_emit_at(buf, count, in show_global_state() [all …]
|
/kernel/linux/linux-5.10/drivers/base/ |
D | cpu.c | 283 len += sysfs_emit_at(buf, len, "%*pbl", cpumask_pr_args(offline)); in print_cpus_offline() 288 len += sysfs_emit_at(buf, len, ","); in print_cpus_offline() 291 len += sysfs_emit_at(buf, len, "%u", nr_cpu_ids); in print_cpus_offline() 293 len += sysfs_emit_at(buf, len, "%u-%d", in print_cpus_offline() 297 len += sysfs_emit_at(buf, len, "\n"); in print_cpus_offline() 358 len += sysfs_emit_at(buf, len, in print_cpu_modalias() 368 len += sysfs_emit_at(buf, len, ",%04X", i); in print_cpu_modalias() 370 len += sysfs_emit_at(buf, len, "\n"); in print_cpu_modalias()
|
D | node.c | 377 len = sysfs_emit_at(buf, len, in node_read_meminfo() 404 len += sysfs_emit_at(buf, len, in node_read_meminfo() 414 len += sysfs_emit_at(buf, len, in node_read_meminfo() 509 len += sysfs_emit_at(buf, len, "%s %lu\n", in node_read_vmstat() 515 len += sysfs_emit_at(buf, len, "%s %lu\n", in node_read_vmstat() 521 len += sysfs_emit_at(buf, len, "%s %lu\n", in node_read_vmstat() 543 len += sysfs_emit_at(buf, len, "%s%d", in node_read_distance() 547 len += sysfs_emit_at(buf, len, "\n"); in node_read_distance()
|
D | memory.c | 320 return sysfs_emit_at(buf, len, " %s", zone->name); in print_allowed_zone() 346 len += sysfs_emit_at(buf, len, "%s", default_zone->name); in valid_zones_show() 354 len += sysfs_emit_at(buf, len, "%s", default_zone->name); in valid_zones_show() 360 len += sysfs_emit_at(buf, len, "\n"); in valid_zones_show()
|
D | core.c | 2003 len += sysfs_emit_at(buf, len, "%s\n", env->envp[i]); in uevent_show()
|
/kernel/linux/linux-5.10/kernel/power/ |
D | wakelock.c | 49 len += sysfs_emit_at(buf, len, "%s ", wl->name); in pm_show_wakelocks() 52 len += sysfs_emit_at(buf, len, "\n"); in pm_show_wakelocks()
|
/kernel/linux/linux-5.10/include/linux/ |
D | sysfs.h | 335 int sysfs_emit_at(char *buf, int at, const char *fmt, ...); 590 static inline int sysfs_emit_at(char *buf, int at, const char *fmt, ...) in sysfs_emit_at() function
|
/kernel/linux/linux-5.10/fs/sysfs/ |
D | file.c | 749 int sysfs_emit_at(char *buf, int at, const char *fmt, ...) in sysfs_emit_at() function 764 EXPORT_SYMBOL_GPL(sysfs_emit_at);
|
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
D | sysfs.c | 1274 rc += sysfs_emit_at(buf, rc, "%#llx ", idxd->hw.opcap.bits[i]); in op_cap_show() 1277 rc += sysfs_emit_at(buf, rc, "\n"); in op_cap_show()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | sysfs.rst | 246 - show() should only use sysfs_emit() or sysfs_emit_at() when formatting
|
/kernel/linux/linux-5.10/mm/ |
D | hugetlb.c | 3578 return sysfs_emit_at(buf, len, in hugetlb_report_node_meminfo()
|