Searched defs:target (Results 1 – 13 of 13) sorted by relevance
| /kernel/ |
| D | cpu.c | 56 enum cpuhp_state target; member 422 cpuhp_set_state(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state() 473 static int cpuhp_kick_ap(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_kick_ap() 565 enum cpuhp_state target) in cpuhp_up_callbacks() 820 enum cpuhp_state target = max((int)st->target, CPUHP_AP_OFFLINE); in take_cpu_down() local 933 enum cpuhp_state target) in cpuhp_down_callbacks() 952 enum cpuhp_state target) in _cpu_down() 1012 static int cpu_down_maps_locked(unsigned int cpu, enum cpuhp_state target) in cpu_down_maps_locked() 1019 static int do_cpu_down(unsigned int cpu, enum cpuhp_state target) in do_cpu_down() 1049 enum cpuhp_state target = min((int)st->target, CPUHP_AP_ONLINE); in notify_cpu_starting() local [all …]
|
| D | test_kprobes.c | 27 static u32 (*target)(u32 value); variable
|
| D | capability.c | 124 struct task_struct *target; in cap_get_target_pid() local
|
| D | signal.c | 1401 struct task_struct *target) in kill_as_cred_perm()
|
| D | workqueue.c | 2512 struct work_struct *target, struct worker *worker) in insert_wq_barrier()
|
| /kernel/gcov/ |
| D | fs.c | 306 char *target; in link_target() local 370 char *target; in add_links() local
|
| /kernel/bpf/ |
| D | inode.c | 198 const char *target) in bpf_symlink()
|
| /kernel/locking/ |
| D | lockdep.c | 1097 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry() 1115 struct lock_class *target = hlock_class(tgt); in print_circular_lock_scenario() local 1221 struct lock_list *target, in print_circular_bug() 1340 check_noncircular(struct lock_list *root, struct lock_class *target, in check_noncircular() 1353 check_redundant(struct lock_list *root, struct lock_class *target, in check_redundant()
|
| /kernel/trace/ |
| D | tracing_map.c | 843 unsigned int target, unsigned int dup) in merge_dup()
|
| D | trace_kprobe.c | 1436 int (*target)(int, int, int, int, int, int); in kprobe_trace_self_tests_init() local
|
| /kernel/sched/ |
| D | fair.c | 7047 static int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 7084 static int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt() 7103 static inline int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 7108 static inline int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt() 7120 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_cpu() 7172 static inline int __select_idle_sibling(struct task_struct *p, int prev, int target) in __select_idle_sibling() 7205 static inline int select_idle_sibling_cstate_aware(struct task_struct *p, int prev, int target) in select_idle_sibling_cstate_aware() 7270 static int select_idle_sibling(struct task_struct *p, int prev, int target) in select_idle_sibling()
|
| D | deadline.c | 1542 int target = find_later_rq(p); in select_task_rq_dl() local
|
| D | rt.c | 1433 int target = find_lowest_rq(p); in select_task_rq_rt() local
|