Searched refs:buflen (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
D | auditfilter.c | 521 entry->rule.buflen += f_val; in audit_data_to_entry() 545 entry->rule.buflen += f_val; in audit_data_to_entry() 557 entry->rule.buflen += f_val; in audit_data_to_entry() 573 entry->rule.buflen += f_val; in audit_data_to_entry() 590 entry->rule.buflen += f_val; in audit_data_to_entry() 632 data = kmalloc(sizeof(*data) + krule->buflen, GFP_KERNEL); in audit_krule_to_data() 657 data->buflen += data->values[i] = in audit_krule_to_data() 661 data->buflen += data->values[i] = in audit_krule_to_data() 666 data->buflen += data->values[i] = in audit_krule_to_data() 671 data->buflen += data->values[i] = in audit_krule_to_data() [all …]
|
/kernel/sched/ |
D | autogroup.h | 38 extern int autogroup_path(struct task_group *tg, char *buf, int buflen); 55 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() argument
|
D | autogroup.c | 262 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() argument 267 return snprintf(buf, buflen, "%s-%ld", "/autogroup", tg->autogroup->id); in autogroup_path()
|
/kernel/cgroup/ |
D | cgroup-internal.h | 232 int cgroup_path_ns_locked(struct cgroup *cgrp, char *buf, size_t buflen,
|
D | cgroup.c | 2302 int cgroup_path_ns_locked(struct cgroup *cgrp, char *buf, size_t buflen, in cgroup_path_ns_locked() argument 2307 return kernfs_path_from_node(cgrp->kn, root->kn, buf, buflen); in cgroup_path_ns_locked() 2310 int cgroup_path_ns(struct cgroup *cgrp, char *buf, size_t buflen, in cgroup_path_ns() argument 2318 ret = cgroup_path_ns_locked(cgrp, buf, buflen, ns); in cgroup_path_ns() 2340 int task_cgroup_path(struct task_struct *task, char *buf, size_t buflen) in task_cgroup_path() argument 2354 ret = cgroup_path_ns_locked(cgrp, buf, buflen, &init_cgroup_ns); in task_cgroup_path() 2357 ret = strlcpy(buf, "/", buflen); in task_cgroup_path() 6032 void cgroup_path_from_kernfs_id(u64 id, char *buf, size_t buflen) in cgroup_path_from_kernfs_id() argument 6039 kernfs_path(kn, buf, buflen); in cgroup_path_from_kernfs_id()
|