Home
last modified time | relevance | path

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

1234

/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
209 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
Dlockdep.c1613 __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 …]
Dqspinlock.c318 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
/kernel/trace/
Dpid_list.h69 union lower_chunk *next; member
74 union upper_chunk *next; member
Dtrace_sched_switch.c25 struct task_struct *prev, struct task_struct *next, in probe_sched_switch()
Dtrace_events_user.c424 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
Dtrace_sched_wakeup.c376 struct task_struct *next, in tracing_sched_switch_trace()
431 struct task_struct *prev, struct task_struct *next, in probe_wakeup_sched_switch()
Dpid_list.c274 unsigned int *next) in trace_pid_list_next()
/kernel/sched/
Dstats.h193 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
Didle.c434 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
Dautogroup.c233 static unsigned long next = INITIAL_JIFFIES; in proc_sched_autogroup_set_nice() local
/kernel/time/
Dtick-common.c112 ktime_t next = dev->next_event; in tick_handle_periodic() local
167 ktime_t next; in tick_setup_periodic() local
Dtick-broadcast.c416 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
Dtimer_list.c64 unsigned long next = 0, i; in print_active_timers() local
/kernel/bpf/
Ddevmap.c212 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
Dpercpu_freelist.h20 struct pcpu_freelist_node *next; member
Dlocal_storage.c272 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
Dreuseport_array.c324 u32 *next = (u32 *)next_key; in reuseport_array_get_next_key() local
/kernel/futex/
Dwaitwake.c147 struct futex_q *this, *next; in futex_wake() local
248 struct futex_q *this, *next; in futex_wake_op() local
Drequeue.c371 struct futex_q *this, *next; in futex_requeue() local
/kernel/
Dtask_work.c149 struct callback_head *work, *head, *next; in task_work_run() local
Dpid_namespace.c281 int ret, next; in pid_ns_ctl_handler() local
/kernel/rcu/
Dtiny.c109 struct rcu_head *next, *list; in rcu_process_callbacks() local
/kernel/irq/
Dipi.c56 unsigned int next; in irq_reserve_ipi() local

1234