Home
last modified time | relevance | path

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

/kernel/sched/
Dpsi.c180 static void group_init(struct psi_group *group) in group_init()
241 static void get_recent_times(struct psi_group *group, int cpu, in get_recent_times()
306 static void collect_percpu_times(struct psi_group *group, in collect_percpu_times()
361 static u64 update_averages(struct psi_group *group, u64 now) in update_averages()
417 struct psi_group *group; in psi_avgs_work() local
495 static void init_triggers(struct psi_group *group, u64 now) in init_triggers()
507 static u64 update_triggers(struct psi_group *group, u64 now) in update_triggers()
570 static void psi_schedule_poll_work(struct psi_group *group, unsigned long delay, in psi_schedule_poll_work()
597 static void psi_poll_work(struct psi_group *group) in psi_poll_work()
678 struct psi_group *group = (struct psi_group *)data; in psi_poll_worker() local
[all …]
Dfair.c1301 static inline unsigned long group_faults_cpu(struct numa_group *group, int nid) in group_faults_cpu()
6537 find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in find_idlest_group_cpu()
6609 struct sched_group *group; in find_idlest_cpu() local
9051 struct sched_group *group, *sdg = sd->groups; in update_group_capacity() local
9156 static inline int sg_imbalanced(struct sched_group *group) in sg_imbalanced()
9217 struct sched_group *group, in group_classify()
9323 struct sched_group *group) in sched_asym()
9356 struct sched_group *group, in update_sg_lb_stats()
9640 struct sched_group *group, in update_sg_wakeup_stats()
9697 struct sched_group *group, in update_pick_idlest()
[all …]
Dtopology.c41 struct sched_group *group = sd->groups; in sched_domain_debug_one() local
Dsched.h1314 struct sched_group *group) in sched_group_cookie_match()
1374 struct sched_group *group) in sched_group_cookie_match()
/kernel/trace/
Dtrace_events_user.c105 struct user_event_group *group; member
133 struct user_event_group *group; member
172 static void user_event_group_destroy(struct user_event_group *group) in user_event_group_destroy()
221 struct user_event_group *group = NULL; in current_user_event_group() local
238 struct user_event_group *group; in user_event_group_create() local
331 static int user_event_parse_cmd(struct user_event_group *group, in user_event_parse_cmd()
848 static struct user_event *find_user_event(struct user_event_group *group, in find_user_event()
1088 struct user_event_group *group; in user_event_create() local
1272 static int user_event_parse(struct user_event_group *group, char *name, in user_event_parse()
1373 static int delete_user_event(struct user_event_group *group, char *name) in delete_user_event()
[all …]
Dtrace_kprobe.c256 static struct trace_kprobe *alloc_trace_kprobe(const char *group, in alloc_trace_kprobe()
305 const char *group) in find_trace_kprobe()
774 const char *event = NULL, *group = KPROBE_EVENT_SYSTEM; in __trace_kprobe_create() local
1658 const char *group = event->tp_event->class->system; in bpf_get_kprobe_info() local
Dtrace_uprobe.c339 alloc_trace_uprobe(const char *group, const char *event, int nargs, bool is_ret) in alloc_trace_uprobe()
376 static struct trace_uprobe *find_probe_event(const char *event, const char *group) in find_probe_event()
543 const char *event = NULL, *group = UPROBE_EVENT_SYSTEM; in __trace_uprobe_create() local
1424 const char *group = event->tp_event->class->system; in bpf_get_uprobe_info() local
Dtrace_eprobe.c190 static struct trace_eprobe *alloc_event_probe(const char *group, in alloc_event_probe()
980 const char *event = NULL, *group = EPROBE_EVENT_SYSTEM; in __trace_eprobe_create() local
Dtrace_boot.c468 const char *p, *group, *event; in trace_boot_init_one_event() local
Dtrace_probe.c1046 const char *group, bool alloc_filter) in trace_probe_init()
/kernel/
Duid16.c23 SYSCALL_DEFINE3(chown16, const char __user *, filename, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
28 SYSCALL_DEFINE3(lchown16, const char __user *, filename, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
33 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
119 old_gid_t group; in groups16_to_user() local
137 old_gid_t group; in groups16_from_user() local
Daudit.c1599 static void audit_log_multicast(int group, const char *op, int err) in audit_log_multicast()
1631 static int audit_multicast_bind(struct net *net, int group) in audit_multicast_bind()
1641 static void audit_multicast_unbind(struct net *net, int group) in audit_multicast_unbind()
Daudit_tree.c1043 struct fsnotify_group *group) in audit_tree_freeing_mark()
Duser_namespace.c86 kgid_t group = new->egid; in create_user_ns() local
/kernel/events/
Dcore.c4381 bool group; member
4553 static int perf_event_read(struct perf_event *event, bool group) in perf_event_read()
12276 struct fd group = {NULL, 0}; in SYSCALL_DEFINE5() local