Searched defs:target (Results 1 – 12 of 12) sorted by relevance
| /kernel/ |
| D | cpu.c | 50 enum cpuhp_state target; member 478 enum cpuhp_state target) in cpuhp_down_callbacks() 505 enum cpuhp_state target) in cpuhp_up_callbacks() 542 enum cpuhp_state target = max((int)st->target, CPUHP_TEARDOWN_CPU); in cpuhp_ap_offline() local 788 enum cpuhp_state target = max((int)st->target, CPUHP_AP_OFFLINE); in take_cpu_down() local 901 enum cpuhp_state target) in _cpu_down() 959 static int do_cpu_down(unsigned int cpu, enum cpuhp_state target) in do_cpu_down() 993 enum cpuhp_state target = min((int)st->target, CPUHP_AP_ONLINE); in notify_cpu_starting() local 1020 static int _cpu_up(unsigned int cpu, int tasks_frozen, enum cpuhp_state target) in _cpu_up() 1078 static int do_cpu_up(unsigned int cpu, enum cpuhp_state target) in do_cpu_up() [all …]
|
| D | test_kprobes.c | 27 static u32 (*target)(u32 value); variable
|
| D | capability.c | 123 struct task_struct *target; in cap_get_target_pid() local
|
| D | signal.c | 1330 struct task_struct *target) in kill_as_cred_perm()
|
| D | workqueue.c | 2459 struct work_struct *target, struct worker *worker) in insert_wq_barrier()
|
| /kernel/gcov/ |
| D | fs.c | 305 char *target; in link_target() local 369 char *target; in add_links() local
|
| /kernel/locking/ |
| D | lockdep.c | 1068 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry() 1086 struct lock_class *target = hlock_class(tgt); in print_circular_lock_scenario() local 1168 struct lock_list *target, in print_circular_bug() 1284 check_noncircular(struct lock_list *root, struct lock_class *target, in check_noncircular()
|
| /kernel/trace/ |
| D | tracing_map.c | 843 unsigned int target, unsigned int dup) in merge_dup()
|
| D | trace_kprobe.c | 1382 int (*target)(int, int, int, int, int, int); in kprobe_trace_self_tests_init() local
|
| /kernel/sched/ |
| D | fair.c | 6483 static int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 6517 static int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt() 6533 static inline int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 6538 static inline int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt() 6550 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_cpu() 6591 static int select_idle_sibling(struct task_struct *p, int prev, int target) in select_idle_sibling()
|
| D | deadline.c | 1169 int target = find_later_rq(p); in select_task_rq_dl() local
|
| D | rt.c | 1461 int target = find_lowest_rq(p); in select_task_rq_rt() local
|