/kernel/sched/ |
D | psi.c | 1429 size_t nbytes, enum psi_res res) in psi_write() argument 1439 if (!nbytes) in psi_write() 1442 buf_size = min(nbytes, sizeof(buf)); in psi_write() 1468 return nbytes; in psi_write() 1472 size_t nbytes, loff_t *ppos) in psi_io_write() argument 1474 return psi_write(file, user_buf, nbytes, PSI_IO); in psi_io_write() 1478 size_t nbytes, loff_t *ppos) in psi_memory_write() argument 1480 return psi_write(file, user_buf, nbytes, PSI_MEM); in psi_memory_write() 1484 size_t nbytes, loff_t *ppos) in psi_cpu_write() argument 1486 return psi_write(file, user_buf, nbytes, PSI_CPU); in psi_cpu_write() [all …]
|
D | core.c | 10684 size_t nbytes, loff_t off, in cpu_uclamp_write() argument 10715 return nbytes; in cpu_uclamp_write() 10719 char *buf, size_t nbytes, in cpu_uclamp_min_write() argument 10722 return cpu_uclamp_write(of, buf, nbytes, off, UCLAMP_MIN); in cpu_uclamp_min_write() 10726 char *buf, size_t nbytes, in cpu_uclamp_max_write() argument 10729 return cpu_uclamp_write(of, buf, nbytes, off, UCLAMP_MAX); in cpu_uclamp_max_write() 11370 char *buf, size_t nbytes, loff_t off) in cpu_max_write() argument 11381 return ret ?: nbytes; in cpu_max_write()
|
/kernel/cgroup/ |
D | cgroup-v1.c | 490 char *buf, size_t nbytes, loff_t off, in __cgroup1_procs_write() argument 532 return ret ?: nbytes; in __cgroup1_procs_write() 536 char *buf, size_t nbytes, loff_t off) in cgroup1_procs_write() argument 538 return __cgroup1_procs_write(of, buf, nbytes, off, true); in cgroup1_procs_write() 542 char *buf, size_t nbytes, loff_t off) in cgroup1_tasks_write() argument 544 return __cgroup1_procs_write(of, buf, nbytes, off, false); in cgroup1_tasks_write() 548 char *buf, size_t nbytes, loff_t off) in cgroup_release_agent_write() argument 572 return nbytes; in cgroup_release_agent_write()
|
D | cgroup.c | 3415 char *buf, size_t nbytes, in cgroup_subtree_control_write() argument 3506 return ret ?: nbytes; in cgroup_subtree_control_write() 3582 size_t nbytes, loff_t off) in cgroup_type_write() argument 3600 return ret ?: nbytes; in cgroup_type_write() 3617 char *buf, size_t nbytes, loff_t off) in cgroup_max_descendants_write() argument 3643 return nbytes; in cgroup_max_descendants_write() 3660 char *buf, size_t nbytes, loff_t off) in cgroup_max_depth_write() argument 3686 return nbytes; in cgroup_max_depth_write() 3766 size_t nbytes, enum psi_res res) in pressure_write() argument 3796 return nbytes; in pressure_write() [all …]
|
D | misc.c | 247 size_t nbytes, loff_t off) in misc_cg_max_write() argument 286 return ret ? ret : nbytes; in misc_cg_max_write()
|
D | pids.c | 283 size_t nbytes, loff_t off) in pids_max_write() argument 309 return nbytes; in pids_max_write()
|
D | legacy_freezer.c | 426 char *buf, size_t nbytes, loff_t off) in freezer_write() argument 440 return nbytes; in freezer_write()
|
D | rdma.c | 426 char *buf, size_t nbytes, loff_t off) in rdmacg_resource_set_max() argument 489 return ret ?: nbytes; in rdmacg_resource_set_max()
|
D | cpuset.c | 2823 char *buf, size_t nbytes, loff_t off) in cpuset_write_resmask() argument 2884 return retval ?: nbytes; in cpuset_write_resmask() 3005 size_t nbytes, loff_t off) in sched_partition_write() argument 3036 return retval ?: nbytes; in sched_partition_write()
|
/kernel/events/ |
D | uprobes.c | 788 void *insn, int nbytes, loff_t offset) in __copy_insn() argument 803 copy_from_page(page, offset, insn, nbytes); in __copy_insn()
|