/kernel/locking/ |
D | osq_lock.c | 46 struct optimistic_spin_node *next = NULL; in osq_wait_next() local 93 struct optimistic_spin_node *prev, *next; in osq_lock() local 209 struct optimistic_spin_node *node, *next; in osq_unlock() local
|
D | mcs_spinlock.h | 19 struct mcs_spinlock *next; member 104 struct mcs_spinlock *next = READ_ONCE(node->next); in mcs_spin_unlock() local
|
D | lockdep.c | 1576 __calc_dep_bit(struct held_lock *prev, struct held_lock *next) in __calc_dep_bit() 1581 static inline u8 calc_dep(struct held_lock *prev, struct held_lock *next) in calc_dep() 1591 __calc_dep_bitb(struct held_lock *prev, struct held_lock *next) in __calc_dep_bitb() 1596 static inline u8 calc_depb(struct held_lock *prev, struct held_lock *next) in calc_depb() 2506 struct held_lock *next, in print_bad_irq_dependency() 2730 struct held_lock *next) in check_irq_usage() 2818 struct held_lock *prev, struct held_lock *next) in check_irq_usage() 2907 struct lock_class *next = hlock_class(nxt); in print_deadlock_scenario() local 2925 struct held_lock *next) in print_deadlock_bug() 2960 check_deadlock(struct task_struct *curr, struct held_lock *next) in check_deadlock() [all …]
|
D | qspinlock.c | 317 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
|
/kernel/sched/ |
D | stats.h | 156 struct task_struct *next, in psi_sched_switch() 170 struct task_struct *next, in psi_sched_switch() 252 sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) in sched_info_switch() 269 # define sched_info_switch(rq, t, next) do { } while (0) argument
|
D | idle.c | 436 static void set_next_task_idle(struct rq *rq, struct task_struct *next, bool first) in set_next_task_idle() 452 struct task_struct *next = rq->idle; in pick_next_task_idle() local
|
D | autogroup.c | 210 static unsigned long next = INITIAL_JIFFIES; in proc_sched_autogroup_set_nice() local
|
D | core.c | 4728 struct task_struct *next) in __fire_sched_out_preempt_notifiers() 4738 struct task_struct *next) in fire_sched_out_preempt_notifiers() 4752 struct task_struct *next) in fire_sched_out_preempt_notifiers() 4758 static inline void prepare_task(struct task_struct *next) in prepare_task() 4795 struct callback_head *next; in do_balance_callbacks() local 4893 prepare_lock_switch(struct rq *rq, struct task_struct *next, struct rq_flags *rf) in prepare_lock_switch() 4926 # define prepare_arch_switch(next) do { } while (0) argument 4964 struct task_struct *next) in prepare_task_switch() 5115 struct task_struct *next, struct rq_flags *rf) in context_switch() 5898 struct task_struct *next, *max = NULL; in pick_next_task() local [all …]
|
/kernel/time/ |
D | tick-common.c | 112 ktime_t next = dev->next_event; in tick_handle_periodic() local 167 ktime_t next; in tick_setup_periodic() local
|
D | tick-broadcast.c | 416 ktime_t next = ktime_add_ns(dev->next_event, TICK_NSEC); in tick_handle_periodic_broadcast() local 1003 ktime_t next; in tick_get_next_period() local
|
D | timer_list.c | 64 unsigned long next = 0, i; in print_active_timers() local
|
/kernel/bpf/ |
D | devmap.c | 211 struct hlist_node *next; in dev_map_free() local 249 u32 *next = next_key; in dev_map_get_next_key() local 284 u32 idx, *next = next_key; in dev_map_hash_get_next_key() local 718 struct hlist_node *next; in dev_map_redirect_multi() local 1057 struct hlist_node *next; in dev_map_hash_remove_netdev() local
|
D | percpu_freelist.h | 20 struct pcpu_freelist_node *next; member
|
D | local_storage.c | 272 struct bpf_cgroup_storage_key *next = _next_key; in cgroup_storage_get_next_key() local 275 __u64 *next = _next_key; in cgroup_storage_get_next_key() local
|
D | reuseport_array.c | 330 u32 *next = (u32 *)next_key; in reuseport_array_get_next_key() local
|
/kernel/trace/ |
D | pid_list.c | 89 unsigned int *next) in trace_pid_list_next()
|
D | trace_sched_switch.c | 25 struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
|
D | trace_sched_wakeup.c | 376 struct task_struct *next, in tracing_sched_switch_trace() 431 struct task_struct *prev, struct task_struct *next) in probe_wakeup_sched_switch()
|
D | fgraph.c | 416 struct task_struct *prev, struct task_struct *next) in ftrace_graph_probe_sched_switch()
|
/kernel/ |
D | cfi.c | 112 struct cfi_shadow *next) in prepare_next_shadow() 201 struct cfi_shadow *next; in update_shadow() local
|
D | task_work.c | 134 struct callback_head *work, *head, *next; in task_work_run() local
|
D | pid_namespace.c | 281 int ret, next; in pid_ns_ctl_handler() local
|
/kernel/rcu/ |
D | tiny.c | 109 struct rcu_head *next, *list; in rcu_process_callbacks() local
|
/kernel/irq/ |
D | ipi.c | 56 unsigned int next; in irq_reserve_ipi() local
|
/kernel/events/ |
D | uprobes.c | 952 struct map_info *next; member 959 struct map_info *next = info->next; in free_map_info() local 1706 struct return_instance *next = ri->next; in free_ret_instance() local 2133 struct return_instance *ri, *next; in handle_trampoline() local
|