Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 65) 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
104 struct mcs_spinlock *next = READ_ONCE(node->next); in mcs_spin_unlock() local
Dqspinlock.c316 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
Dlockdep.c2030 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/
Dstats.h226 __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
Didle.c388 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
Dcore.c3041 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 …]
Dautogroup.c210 static unsigned long next = INITIAL_JIFFIES; in proc_sched_autogroup_set_nice() local
Dsched.h481 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/
Ddevmap.c240 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
Dpercpu_freelist.h19 struct pcpu_freelist_node *next; member
Dreuseport_array.c339 u32 *next = (u32 *)next_key; in reuseport_array_get_next_key() local
Dxskmap.c150 u32 *next = next_key; in xsk_map_get_next_key() local
/kernel/time/
Dtick-common.c106 ktime_t next = dev->next_event; in tick_handle_periodic() local
161 ktime_t next; in tick_setup_periodic() local
Dtimer_list.c77 unsigned long next = 0, i; in print_active_timers() local
/kernel/
Dtask_work.c93 struct callback_head *work, *head, *next; in task_work_run() local
Dcfi.c99 struct cfi_shadow *next) in prepare_next_shadow()
189 struct cfi_shadow *next = (struct cfi_shadow *) in update_shadow() local
Dpid_namespace.c272 int ret, next; in pid_ns_ctl_handler() local
Dfutex.c901 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/
Dtiny.c79 struct rcu_head *next, *list; in rcu_process_callbacks() local
/kernel/trace/
Dtrace_sched_switch.c25 struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
Dtrace_sched_wakeup.c377 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/
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.c56 unsigned int next; in irq_reserve_ipi() local
/kernel/events/
Duprobes.c963 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

123