Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 9 of 9) sorted by relevance

/kernel/sched/
Dpsi.c1008 char *buf, size_t nbytes, enum psi_res res) in psi_trigger_create() argument
1192 size_t nbytes, enum psi_res res) in psi_write() argument
1202 buf_size = min(nbytes, sizeof(buf)); in psi_write()
1208 new = psi_trigger_create(&psi_system, buf, nbytes, res); in psi_write()
1218 return nbytes; in psi_write()
1222 size_t nbytes, loff_t *ppos) in psi_io_write() argument
1224 return psi_write(file, user_buf, nbytes, PSI_IO); in psi_io_write()
1228 size_t nbytes, loff_t *ppos) in psi_memory_write() argument
1230 return psi_write(file, user_buf, nbytes, PSI_MEM); in psi_memory_write()
1234 size_t nbytes, loff_t *ppos) in psi_cpu_write() argument
[all …]
Dcore.c7262 size_t nbytes, loff_t off, in cpu_uclamp_write() argument
7291 return nbytes; in cpu_uclamp_write()
7295 char *buf, size_t nbytes, in cpu_uclamp_min_write() argument
7298 return cpu_uclamp_write(of, buf, nbytes, off, UCLAMP_MIN); in cpu_uclamp_min_write()
7302 char *buf, size_t nbytes, in cpu_uclamp_max_write() argument
7305 return cpu_uclamp_write(of, buf, nbytes, off, UCLAMP_MAX); in cpu_uclamp_max_write()
7860 char *buf, size_t nbytes, loff_t off) in cpu_max_write() argument
7870 return ret ?: nbytes; in cpu_max_write()
/kernel/cgroup/
Dcgroup-v1.c491 char *buf, size_t nbytes, loff_t off, in __cgroup1_procs_write() argument
530 return ret ?: nbytes; in __cgroup1_procs_write()
534 char *buf, size_t nbytes, loff_t off) in cgroup1_procs_write() argument
536 return __cgroup1_procs_write(of, buf, nbytes, off, true); in cgroup1_procs_write()
540 char *buf, size_t nbytes, loff_t off) in cgroup1_tasks_write() argument
542 return __cgroup1_procs_write(of, buf, nbytes, off, false); in cgroup1_tasks_write()
546 char *buf, size_t nbytes, loff_t off) in cgroup_release_agent_write() argument
560 return nbytes; in cgroup_release_agent_write()
Dcgroup.c3275 char *buf, size_t nbytes, in cgroup_subtree_control_write() argument
3366 return ret ?: nbytes; in cgroup_subtree_control_write()
3442 size_t nbytes, loff_t off) in cgroup_type_write() argument
3459 return ret ?: nbytes; in cgroup_type_write()
3476 char *buf, size_t nbytes, loff_t off) in cgroup_max_descendants_write() argument
3502 return nbytes; in cgroup_max_descendants_write()
3519 char *buf, size_t nbytes, loff_t off) in cgroup_max_depth_write() argument
3545 return nbytes; in cgroup_max_depth_write()
3625 size_t nbytes, enum psi_res res) in cgroup_pressure_write() argument
3637 new = psi_trigger_create(&cgrp->psi, buf, nbytes, res); in cgroup_pressure_write()
[all …]
Dpids.c256 size_t nbytes, loff_t off) in pids_max_write() argument
282 return nbytes; in pids_max_write()
Dlegacy_freezer.c420 char *buf, size_t nbytes, loff_t off) in freezer_write() argument
434 return nbytes; in freezer_write()
Drdma.c426 char *buf, size_t nbytes, loff_t off) in rdmacg_resource_set_max() argument
489 return ret ?: nbytes; in rdmacg_resource_set_max()
Dcpuset.c2332 char *buf, size_t nbytes, loff_t off) in cpuset_write_resmask() argument
2393 return retval ?: nbytes; in cpuset_write_resmask()
2501 size_t nbytes, loff_t off) in sched_partition_write() argument
2530 return retval ?: nbytes; in sched_partition_write()
/kernel/events/
Duprobes.c798 void *insn, int nbytes, loff_t offset) in __copy_insn() argument
813 copy_from_page(page, offset, insn, nbytes); in __copy_insn()