Home
last modified time | relevance | path

Searched defs:group (Results 1 – 14 of 14) sorted by relevance

/kernel/
Duid16.c19 SYSCALL_DEFINE3(chown16, const char __user *, filename, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
24 SYSCALL_DEFINE3(lchown16, const char __user *, filename, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
29 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
116 old_gid_t group; in groups16_to_user() local
134 old_gid_t group; in groups16_from_user() local
Daudit_fsnotify.c167 static int audit_mark_handle_event(struct fsnotify_group *group, in audit_mark_handle_event()
Daudit_tree.c947 static int audit_tree_handle_event(struct fsnotify_group *group, in audit_tree_handle_event()
957 static void audit_tree_freeing_mark(struct fsnotify_mark *entry, struct fsnotify_group *group) in audit_tree_freeing_mark()
Dsignal.c880 static void complete_signal(int sig, struct task_struct *p, int group) in complete_signal()
983 int group, int from_ancestor_ns) in __send_signal()
1087 int group) in send_signal()
1145 bool group) in do_send_sig_info()
1531 int send_sigqueue(struct sigqueue *q, struct task_struct *t, int group) in send_sigqueue()
Daudit_watch.c473 static int audit_watch_handle_event(struct fsnotify_group *group, in audit_watch_handle_event()
Duser_namespace.c75 kgid_t group = new->egid; in create_user_ns() local
Daudit.c1138 static int audit_bind(struct net *net, int group) in audit_bind()
/kernel/trace/
Dtrace_kprobe.c267 static struct trace_kprobe *alloc_trace_kprobe(const char *group, in alloc_trace_kprobe()
344 const char *group) in find_trace_kprobe()
608 char *symbol = NULL, *event = NULL, *group = NULL; in create_trace_kprobe() local
Dtrace_uprobe.c243 alloc_trace_uprobe(const char *group, const char *event, int nargs, bool is_ret) in alloc_trace_uprobe()
295 static struct trace_uprobe *find_probe_event(const char *event, const char *group) in find_probe_event()
363 char *arg, *event, *group, *filename; in create_trace_uprobe() local
/kernel/sched/
Dfair.c1203 static inline unsigned long group_faults_cpu(struct numa_group *group, int nid) in group_faults_cpu()
6195 struct sched_group *idlest = NULL, *group = sd->groups; in find_idlest_group() local
6316 find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in find_idlest_group_cpu()
6381 struct sched_group *group; in find_idlest_cpu() local
8447 struct sched_group *group, *sdg = sd->groups; in update_group_capacity() local
8558 static inline int sg_imbalanced(struct sched_group *group) in sg_imbalanced()
8621 group_type group_classify(struct sched_group *group, in group_classify()
8679 struct sched_group *group, int load_idx, in update_sg_lb_stats()
9278 struct sched_group *group) in find_busiest_queue()
9439 struct sched_group *group; in load_balance() local
Dtune.c234 } group[BOOSTGROUPS_COUNT]; member
Dcore.c5763 struct sched_group *group = sd->groups; in sched_domain_debug_one() local
6428 int group, j; in build_sched_groups() local
Dsched.h992 static inline unsigned int group_first_cpu(struct sched_group *group) in group_first_cpu()
/kernel/events/
Dcore.c3491 bool group; member
3631 static int perf_event_read(struct perf_event *event, bool group) in perf_event_read()
9642 struct fd group = {NULL, 0}; in SYSCALL_DEFINE5() local