/kernel/ |
D | regset.c | 6 static int __regset_get(struct task_struct *target, in __regset_get() 33 int regset_get(struct task_struct *target, in regset_get() 42 int regset_get_alloc(struct task_struct *target, in regset_get_alloc() 61 int copy_regset_to_user(struct task_struct *target, in copy_regset_to_user()
|
D | cpu.c | 67 enum cpuhp_state target; member 465 cpuhp_set_state(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state() 516 static int cpuhp_kick_ap(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_kick_ap() 625 enum cpuhp_state target) in cpuhp_up_callbacks() 930 enum cpuhp_state target = max((int)st->target, CPUHP_AP_OFFLINE); in take_cpu_down() local 1041 enum cpuhp_state target) in cpuhp_down_callbacks() 1060 enum cpuhp_state target) in _cpu_down() 1121 static int cpu_down_maps_locked(unsigned int cpu, enum cpuhp_state target) in cpu_down_maps_locked() 1128 static int cpu_down(unsigned int cpu, enum cpuhp_state target) in cpu_down() 1462 enum cpuhp_state target = min((int)st->target, CPUHP_AP_ONLINE); in notify_cpu_starting() local [all …]
|
D | test_kprobes.c | 18 static u32 (*target)(u32 value); variable
|
D | capability.c | 122 struct task_struct *target; in cap_get_target_pid() local
|
D | signal.c | 1483 struct task_struct *target) in kill_as_cred_perm()
|
D | workqueue.c | 2682 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/trace/ |
D | trace_events_filter.c | 101 int target; member 563 int target = prog[i].target; in predicate_parse() local 2102 int target; in is_or() local
|
D | trace_kprobe.c | 1978 int (*target)(int, int, int, int, int, int); in kprobe_trace_self_tests_init() local
|
/kernel/locking/ |
D | lockdep.c | 1812 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry() 1828 struct lock_class *target = hlock_class(tgt); in print_circular_lock_scenario() local 1967 struct lock_list *target, in print_circular_bug() 2078 check_path(struct held_lock *target, struct lock_list *src_entry, in check_path() 2100 check_noncircular(struct held_lock *src, struct held_lock *target, in check_noncircular() 2139 check_redundant(struct held_lock *src, struct held_lock *target) in check_redundant()
|
/kernel/dma/ |
D | swiotlb.c | 670 enum dma_sync_target target) in swiotlb_tbl_sync_single()
|
/kernel/sched/ |
D | fair.c | 6107 int target = nr_cpumask_bits; in wake_affine() local 6294 static int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 6333 static int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt() 6353 static inline int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 6358 static inline int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt() 6370 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_cpu() 6424 select_idle_capacity(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_capacity() 6468 static int select_idle_sibling(struct task_struct *p, int prev, int target) in select_idle_sibling()
|
D | deadline.c | 1713 int target = find_later_rq(p); in select_task_rq_dl() local
|
D | rt.c | 1571 int target = find_lowest_rq(p); in select_task_rq_rt() local
|
/kernel/bpf/ |
D | inode.c | 385 const char *target) in bpf_symlink()
|
D | btf.c | 342 void *target; /* target of show operation (seq file, buffer) */ member
|