Lines Matching refs:ssize_t

39 	ssize_t ret;
59 static ssize_t dbgfs_attrs_read(struct file *file,
76 static ssize_t dbgfs_attrs_write(struct file *file,
82 ssize_t ret;
138 static ssize_t sprint_schemes(struct damon_ctx *c, char *buf, ssize_t len)
172 static ssize_t dbgfs_schemes_read(struct file *file, char __user *buf,
177 ssize_t len;
195 static void free_schemes_arr(struct damos **schemes, ssize_t nr_schemes)
197 ssize_t i;
234 static struct damos **str_to_schemes(const char *str, ssize_t len,
235 ssize_t *nr_schemes)
297 static ssize_t dbgfs_schemes_write(struct file *file, const char __user *buf,
303 ssize_t nr_schemes = 0, ret;
333 static ssize_t sprint_target_ids(struct damon_ctx *ctx, char *buf, ssize_t len)
359 static ssize_t dbgfs_target_ids_read(struct file *file,
363 ssize_t len;
381 static int *str_to_ints(const char *str, ssize_t len, ssize_t *nr_ints)
418 static struct pid **str_to_pids(const char *str, ssize_t len, ssize_t *nr_pids)
421 ssize_t nr_ints;
461 static int dbgfs_set_targets(struct damon_ctx *ctx, ssize_t nr_targets,
464 ssize_t i;
490 static ssize_t dbgfs_target_ids_write(struct file *file,
497 ssize_t nr_targets;
498 ssize_t ret;
552 static ssize_t sprint_init_regions(struct damon_ctx *c, char *buf, ssize_t len)
574 static ssize_t dbgfs_init_regions_read(struct file *file, char __user *buf,
579 ssize_t len;
633 static int set_init_regions(struct damon_ctx *c, const char *str, ssize_t len)
668 static ssize_t dbgfs_init_regions_write(struct file *file,
674 ssize_t ret = count;
697 static ssize_t dbgfs_kdamond_pid_read(struct file *file,
702 ssize_t len;
810 static ssize_t damon_dbgfs_deprecated_read(struct file *file,
870 static ssize_t dbgfs_mk_context_write(struct file *file,
875 ssize_t ret;
976 static ssize_t dbgfs_rm_context_write(struct file *file,
980 ssize_t ret;
1010 static ssize_t dbgfs_monitor_on_read(struct file *file,
1022 static ssize_t dbgfs_monitor_on_write(struct file *file,
1025 ssize_t ret;