Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 60) sorted by relevance

123

/kernel/locking/
Dosq_lock.c46 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
Dmcs_spinlock.h19 struct mcs_spinlock *next; member
102 struct mcs_spinlock *next = READ_ONCE(node->next); in mcs_spin_unlock() local
Dlockdep.c1543 struct held_lock *next, in print_bad_irq_dependency()
1612 struct held_lock *next, enum lock_usage_bit bit_backwards, in check_usage()
1685 struct held_lock *next, enum lock_usage_bit bit) in check_irq_usage()
1714 struct held_lock *next) in check_prev_add_irq()
1741 struct held_lock *next) in check_prev_add_irq()
1757 struct lock_class *next = hlock_class(nxt); in print_deadlock_scenario() local
1775 struct held_lock *next) in print_deadlock_bug()
1810 check_deadlock(struct task_struct *curr, struct held_lock *next, in check_deadlock()
1872 struct held_lock *next, int distance, struct stack_trace *trace, in check_prev_add()
1979 check_prevs_add(struct task_struct *curr, struct held_lock *next) in check_prevs_add()
[all …]
Dqspinlock.c304 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
Drwsem-spinlock.c86 struct list_head *next = waiter->list.next; in __rwsem_do_wake() local
/kernel/sched/
Dstats.h226 struct task_struct *prev, struct task_struct *next) in __sched_info_switch()
241 struct task_struct *prev, struct task_struct *next) in sched_info_switch()
251 #define sched_info_arrive(rq, next) do { } while (0) argument
252 #define sched_info_switch(rq, t, next) do { } while (0) argument
Dautogroup.c214 static unsigned long next = INITIAL_JIFFIES; in proc_sched_autogroup_set_nice() local
Dsched.h413 struct cfs_rq *prev, struct cfs_rq *next) { } in set_task_rq_fair()
440 struct sched_entity *curr, *next, *last, *skip; member
524 int next; /* next highest */ member
569 u64 next; member
1228 struct sched_group *next; /* Must be a circular list */ member
1443 # define prepare_arch_switch(next) do { } while (0) argument
1449 static inline void prepare_lock_switch(struct rq *rq, struct task_struct *next) in prepare_lock_switch()
1552 const struct sched_class *next; member
Dcore.c2612 struct task_struct *next) in __fire_sched_out_preempt_notifiers()
2622 struct task_struct *next) in fire_sched_out_preempt_notifiers()
2636 struct task_struct *next) in fire_sched_out_preempt_notifiers()
2657 struct task_struct *next) in prepare_task_switch()
2765 struct callback_head *head, *next; in __balance_callback() local
2828 struct task_struct *next, struct rq_flags *rf) in context_switch()
3128 unsigned long next, now = READ_ONCE(jiffies); in scheduler_tick_max_deferment() local
3361 struct task_struct *prev, *next; in __schedule() local
5523 struct task_struct *next, *stop = rq->stop; in migrate_tasks() local
Dwait.c76 wait_queue_entry_t *curr, *next; in __wake_up_common() local
/kernel/time/
Dtick-common.c102 ktime_t next = dev->next_event; in tick_handle_periodic() local
157 ktime_t next; in tick_setup_periodic() local
Dposix-cpu-timers.c407 struct cpu_timer_list *timer, *next; in cleanup_timers_list() local
455 struct cpu_timer_list *next; in arm_timer() local
1126 struct k_itimer *timer, *next; in run_posix_cpu_timers() local
Dtimer_list.c84 unsigned long next = 0, i; in print_active_timers() local
/kernel/bpf/
Dpercpu_freelist.h22 struct pcpu_freelist_node *next; member
Ddevmap.c197 u32 *next = next_key; in dev_map_get_next_key() local
/kernel/
Dtask_work.c93 struct callback_head *work, *head, *next; in task_work_run() local
Dcfi.c100 struct cfi_shadow *next) in prepare_next_shadow()
187 struct cfi_shadow *next = (struct cfi_shadow *) in update_shadow() local
Dfutex.c918 struct list_head *next, *head = &curr->pi_state_list; in exit_pi_state_list() local
1676 struct futex_q *this, *next; in futex_wake() local
1778 struct futex_q *this, *next; in futex_wake_op() local
2024 struct futex_q *this, *next; in futex_requeue() local
Dauditsc.c100 struct audit_aux_data *next; member
129 struct audit_tree_refs *next; member
881 struct audit_names *n, *next; in audit_free_names() local
/kernel/trace/
Dtrace_sched_switch.c25 struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
Dtrace_sched_wakeup.c388 struct task_struct *next, in tracing_sched_switch_trace()
443 struct task_struct *prev, struct task_struct *next) in probe_wakeup_sched_switch()
/kernel/rcu/
Dtiny.c137 struct rcu_head *next, *list; in __rcu_process_callbacks() local
/kernel/debug/kdb/
Dkdb_support.c693 u32 next; /* offset of next header from start of pool */ member
851 struct debug_alloc_header *next; in debug_kfree() local
/kernel/irq/
Dipi.c57 unsigned int next; in irq_reserve_ipi() local
/kernel/events/
Duprobes.c709 struct map_info *next; member
716 struct map_info *next = info->next; in free_map_info() local
1398 struct return_instance *next = ri->next; in free_ret_instance() local
1822 struct return_instance *ri, *next; in handle_trampoline() local

123