| /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 208 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 | qspinlock.c | 316 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
|
| D | lockdep.c | 2030 struct held_lock *next, in print_bad_irq_dependency() 2224 struct held_lock *next) in check_irq_usage() 2316 struct held_lock *prev, struct held_lock *next) in check_irq_usage() 2331 struct lock_class *next = hlock_class(nxt); in print_deadlock_scenario() local 2349 struct held_lock *next) in print_deadlock_bug() 2382 check_deadlock(struct task_struct *curr, struct held_lock *next) in check_deadlock() 2441 struct held_lock *next, int distance, in check_prev_add() 2550 check_prevs_add(struct task_struct *curr, struct held_lock *next) in check_prevs_add()
|
| /kernel/sched/ |
| D | stats.h | 226 __sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) in __sched_info_switch() 241 sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) in sched_info_switch() 252 # define sched_info_arrive(rq, next) do { } while (0) argument 253 # define sched_info_switch(rq, t, next) do { } while (0) argument
|
| D | idle.c | 388 static void set_next_task_idle(struct rq *rq, struct task_struct *next, bool first) in set_next_task_idle() 397 struct task_struct *next = rq->idle; in pick_next_task_idle() local
|
| D | core.c | 3041 struct task_struct *next) in __fire_sched_out_preempt_notifiers() 3051 struct task_struct *next) in fire_sched_out_preempt_notifiers() 3065 struct task_struct *next) in fire_sched_out_preempt_notifiers() 3071 static inline void prepare_task(struct task_struct *next) in prepare_task() 3100 prepare_lock_switch(struct rq *rq, struct task_struct *next, struct rq_flags *rf) in prepare_lock_switch() 3132 # define prepare_arch_switch(next) do { } while (0) argument 3154 struct task_struct *next) in prepare_task_switch() 3270 struct callback_head *head, *next; in __balance_callback() local 3335 struct task_struct *next, struct rq_flags *rf) in context_switch() 4001 struct task_struct *prev, *next; in __schedule() local [all …]
|
| D | autogroup.c | 210 static unsigned long next = INITIAL_JIFFIES; in proc_sched_autogroup_set_nice() local
|
| D | sched.h | 481 struct cfs_rq *prev, struct cfs_rq *next) { } in set_task_rq_fair() 512 struct sched_entity *next; member 601 int next; /* next highest */ member 649 u64 next; member 718 struct perf_domain *next; member 1415 struct sched_group *next; /* Must be a circular list */ member 1713 const struct sched_class *next; member 1790 static inline void set_next_task(struct rq *rq, struct task_struct *next) in set_next_task()
|
| /kernel/bpf/ |
| D | devmap.c | 240 struct hlist_node *next; in dev_map_free() local 277 u32 *next = next_key; in dev_map_get_next_key() local 307 u32 idx, *next = next_key; in dev_map_hash_get_next_key() local 750 struct hlist_node *next; in dev_map_hash_remove_netdev() local
|
| D | percpu_freelist.h | 19 struct pcpu_freelist_node *next; member
|
| D | reuseport_array.c | 339 u32 *next = (u32 *)next_key; in reuseport_array_get_next_key() local
|
| D | xskmap.c | 150 u32 *next = next_key; in xsk_map_get_next_key() local
|
| /kernel/time/ |
| D | tick-common.c | 106 ktime_t next = dev->next_event; in tick_handle_periodic() local 161 ktime_t next; in tick_setup_periodic() local
|
| D | timer_list.c | 77 unsigned long next = 0, i; in print_active_timers() local
|
| /kernel/ |
| D | task_work.c | 93 struct callback_head *work, *head, *next; in task_work_run() local
|
| D | cfi.c | 99 struct cfi_shadow *next) in prepare_next_shadow() 189 struct cfi_shadow *next = (struct cfi_shadow *) in update_shadow() local
|
| D | pid_namespace.c | 272 int ret, next; in pid_ns_ctl_handler() local
|
| D | futex.c | 901 struct list_head *next, *head = &curr->pi_state_list; in exit_pi_state_list() local 1658 struct futex_q *this, *next; in futex_wake() local 1760 struct futex_q *this, *next; in futex_wake_op() local 2006 struct futex_q *this, *next; in futex_requeue() local
|
| /kernel/rcu/ |
| D | tiny.c | 79 struct rcu_head *next, *list; in rcu_process_callbacks() local
|
| /kernel/trace/ |
| D | trace_sched_switch.c | 25 struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
|
| D | trace_sched_wakeup.c | 377 struct task_struct *next, in tracing_sched_switch_trace() 432 struct task_struct *prev, struct task_struct *next) in probe_wakeup_sched_switch()
|
| /kernel/debug/kdb/ |
| D | kdb_support.c | 693 u32 next; /* offset of next header from start of pool */ member 851 struct debug_alloc_header *next; in debug_kfree() local
|
| /kernel/irq/ |
| D | ipi.c | 56 unsigned int next; in irq_reserve_ipi() local
|
| /kernel/events/ |
| D | uprobes.c | 963 struct map_info *next; member 970 struct map_info *next = info->next; in free_map_info() local 1708 struct return_instance *next = ri->next; in free_ret_instance() local 2132 struct return_instance *ri, *next; in handle_trampoline() local
|