Searched defs:nbytes (Results 1 - 6 of 6) sorted by relevance

/kernel/
H A Dmodule_signing.c111 size_t nbytes; local
116 nbytes = ((const u8 *)data)[0] << 8 | ((const u8 *)data)[1];
119 if (len != nbytes)
122 mpi = mpi_read_raw_data(data, nbytes);
H A Dres_counter.c146 const char __user *userbuf, size_t nbytes, loff_t *pos,
158 return simple_read_from_buffer((void __user *)userbuf, nbytes,
145 res_counter_read(struct res_counter *counter, int member, const char __user *userbuf, size_t nbytes, loff_t *pos, int (*read_strategy)(unsigned long long val, char *st_buf)) argument
H A Dcgroup_freezer.c423 char *buf, size_t nbytes, loff_t off)
437 return nbytes;
422 freezer_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) argument
H A Dcpuset.c1636 char *buf, size_t nbytes, loff_t off)
1694 return retval ?: nbytes;
1635 cpuset_write_resmask(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) argument
H A Dcgroup.c2374 size_t nbytes, loff_t off, bool threadgroup)
2468 return ret ?: nbytes;
2503 char *buf, size_t nbytes, loff_t off)
2505 return __cgroup_procs_write(of, buf, nbytes, off, false);
2509 char *buf, size_t nbytes, loff_t off)
2511 return __cgroup_procs_write(of, buf, nbytes, off, true);
2515 char *buf, size_t nbytes, loff_t off)
2529 return nbytes;
2693 char *buf, size_t nbytes,
2885 return ret ?: nbytes;
2373 __cgroup_procs_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off, bool threadgroup) argument
2502 cgroup_tasks_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) argument
2508 cgroup_procs_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) argument
2514 cgroup_release_agent_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) argument
2692 cgroup_subtree_control_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) argument
2917 cgroup_file_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) argument
[all...]
/kernel/events/
H A Duprobes.c538 void *insn, int nbytes, loff_t offset)
553 copy_from_page(page, offset, insn, nbytes);
537 __copy_insn(struct address_space *mapping, struct file *filp, void *insn, int nbytes, loff_t offset) argument

Completed in 98 milliseconds