/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 | 1613 __calc_dep_bit(struct held_lock *prev, struct held_lock *next) in __calc_dep_bit() 1618 static inline u8 calc_dep(struct held_lock *prev, struct held_lock *next) in calc_dep() 1628 __calc_dep_bitb(struct held_lock *prev, struct held_lock *next) in __calc_dep_bitb() 1633 static inline u8 calc_depb(struct held_lock *prev, struct held_lock *next) in calc_depb() 2543 struct held_lock *next, in print_bad_irq_dependency() 2767 struct held_lock *next) in check_irq_usage() 2855 struct held_lock *prev, struct held_lock *next) in check_irq_usage() 2944 struct lock_class *next = hlock_class(nxt); in print_deadlock_scenario() local 2962 struct held_lock *next) in print_deadlock_bug() 2997 check_deadlock(struct task_struct *curr, struct held_lock *next) in check_deadlock() [all …]
|
D | qspinlock.c | 318 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
|
/kernel/trace/ |
D | pid_list.h | 69 union lower_chunk *next; member 74 union upper_chunk *next; member
|
D | trace_sched_switch.c | 25 struct task_struct *prev, struct task_struct *next, in probe_sched_switch()
|
D | trace_events_user.c | 424 struct user_event_validator *validator, *next; in user_event_destroy_validators() local 435 struct ftrace_event_field *field, *next; in user_event_destroy_fields() local 721 struct ftrace_event_field *field, *next; in user_event_set_print_fmt() local 1129 struct ftrace_event_field *field, *next; in user_event_show() local 1213 struct ftrace_event_field *field, *next; in user_fields_match() local
|
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 | pid_list.c | 274 unsigned int *next) in trace_pid_list_next()
|
/kernel/sched/ |
D | stats.h | 193 struct task_struct *next, in psi_sched_switch() 207 struct task_struct *next, in psi_sched_switch() 290 sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) in sched_info_switch() 307 # define sched_info_switch(rq, t, next) do { } while (0) argument
|
D | idle.c | 434 static void set_next_task_idle(struct rq *rq, struct task_struct *next, bool first) in set_next_task_idle() 449 struct task_struct *next = rq->idle; in pick_next_task_idle() local
|
D | autogroup.c | 233 static unsigned long next = INITIAL_JIFFIES; in proc_sched_autogroup_set_nice() local
|
/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 | 212 struct hlist_node *next; in dev_map_free() local 250 u32 *next = next_key; in dev_map_get_next_key() local 285 u32 idx, *next = next_key; in dev_map_hash_get_next_key() local 709 struct hlist_node *next; in dev_map_redirect_multi() local 1046 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 | 324 u32 *next = (u32 *)next_key; in reuseport_array_get_next_key() local
|
/kernel/futex/ |
D | waitwake.c | 147 struct futex_q *this, *next; in futex_wake() local 248 struct futex_q *this, *next; in futex_wake_op() local
|
D | requeue.c | 371 struct futex_q *this, *next; in futex_requeue() local
|
/kernel/ |
D | task_work.c | 149 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
|