/kernel/sched/ |
D | psi.c | 1008 char *buf, size_t nbytes, enum psi_res res) in psi_trigger_create() argument 1175 size_t nbytes, enum psi_res res) in psi_write() argument 1185 if (!nbytes) in psi_write() 1188 buf_size = min(nbytes, sizeof(buf)); in psi_write() 1205 new = psi_trigger_create(&psi_system, buf, nbytes, res); in psi_write() 1214 return nbytes; in psi_write() 1218 size_t nbytes, loff_t *ppos) in psi_io_write() argument 1220 return psi_write(file, user_buf, nbytes, PSI_IO); in psi_io_write() 1224 size_t nbytes, loff_t *ppos) in psi_memory_write() argument 1226 return psi_write(file, user_buf, nbytes, PSI_MEM); in psi_memory_write() [all …]
|
D | core.c | 7399 size_t nbytes, loff_t off, in cpu_uclamp_write() argument 7430 return nbytes; in cpu_uclamp_write() 7434 char *buf, size_t nbytes, in cpu_uclamp_min_write() argument 7437 return cpu_uclamp_write(of, buf, nbytes, off, UCLAMP_MIN); in cpu_uclamp_min_write() 7441 char *buf, size_t nbytes, in cpu_uclamp_max_write() argument 7444 return cpu_uclamp_write(of, buf, nbytes, off, UCLAMP_MAX); in cpu_uclamp_max_write() 8007 char *buf, size_t nbytes, loff_t off) in cpu_max_write() argument 8017 return ret ?: nbytes; in cpu_max_write()
|
/kernel/cgroup/ |
D | cgroup-v1.c | 497 char *buf, size_t nbytes, loff_t off, in __cgroup1_procs_write() argument 539 return ret ?: nbytes; in __cgroup1_procs_write() 543 char *buf, size_t nbytes, loff_t off) in cgroup1_procs_write() argument 545 return __cgroup1_procs_write(of, buf, nbytes, off, true); in cgroup1_procs_write() 549 char *buf, size_t nbytes, loff_t off) in cgroup1_tasks_write() argument 551 return __cgroup1_procs_write(of, buf, nbytes, off, false); in cgroup1_tasks_write() 555 char *buf, size_t nbytes, loff_t off) in cgroup_release_agent_write() argument 579 return nbytes; in cgroup_release_agent_write()
|
D | cgroup.c | 3392 char *buf, size_t nbytes, in cgroup_subtree_control_write() argument 3483 return ret ?: nbytes; in cgroup_subtree_control_write() 3559 size_t nbytes, loff_t off) in cgroup_type_write() argument 3577 return ret ?: nbytes; in cgroup_type_write() 3594 char *buf, size_t nbytes, loff_t off) in cgroup_max_descendants_write() argument 3620 return nbytes; in cgroup_max_descendants_write() 3637 char *buf, size_t nbytes, loff_t off) in cgroup_max_depth_write() argument 3663 return nbytes; in cgroup_max_depth_write() 3743 size_t nbytes, enum psi_res res) in cgroup_pressure_write() argument 3764 new = psi_trigger_create(psi, buf, nbytes, res); in cgroup_pressure_write() [all …]
|
D | pids.c | 256 size_t nbytes, loff_t off) in pids_max_write() argument 282 return nbytes; in pids_max_write()
|
D | legacy_freezer.c | 420 char *buf, size_t nbytes, loff_t off) in freezer_write() argument 434 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 | 2362 char *buf, size_t nbytes, loff_t off) in cpuset_write_resmask() argument 2423 return retval ?: nbytes; in cpuset_write_resmask() 2531 size_t nbytes, loff_t off) in sched_partition_write() argument 2560 return retval ?: nbytes; in sched_partition_write()
|
/kernel/events/ |
D | uprobes.c | 798 void *insn, int nbytes, loff_t offset) in __copy_insn() argument 813 copy_from_page(page, offset, insn, nbytes); in __copy_insn()
|