| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | cpu.c | 248 len += sysfs_emit_at(buf, len, "%*pbl", cpumask_pr_args(offline)); in print_cpus_offline() 253 len += sysfs_emit_at(buf, len, ","); in print_cpus_offline() 256 len += sysfs_emit_at(buf, len, "%u", nr_cpu_ids); in print_cpus_offline() 258 len += sysfs_emit_at(buf, len, "%u-%d", in print_cpus_offline() 262 len += sysfs_emit_at(buf, len, "\n"); in print_cpus_offline() 323 len += sysfs_emit_at(buf, len, in print_cpu_modalias() 333 len += sysfs_emit_at(buf, len, ",%04X", i); in print_cpu_modalias() 335 len += sysfs_emit_at(buf, len, "\n"); in print_cpu_modalias()
|
| H A 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()
|
| H A 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()
|
| H A D | core.c | 2288 len += sysfs_emit_at(buf, len, "%s\n", env->envp[i]); in uevent_show()
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/fs/sysfs/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/drivers/dma/idxd/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | sysfs.rst | 246 - show() should only use sysfs_emit() or sysfs_emit_at() when formatting
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_generic | 1863 sysfs_emit_at
|
| H A D | abi_gki_aarch64_galaxy | 3942 sysfs_emit_at
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | hugetlb.c | 3560 return sysfs_emit_at(buf, len, in hugetlb_report_node_meminfo()
|