Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 71) 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
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.c1576 __calc_dep_bit(struct held_lock *prev, struct held_lock *next) in __calc_dep_bit()
1581 static inline u8 calc_dep(struct held_lock *prev, struct held_lock *next) in calc_dep()
1591 __calc_dep_bitb(struct held_lock *prev, struct held_lock *next) in __calc_dep_bitb()
1596 static inline u8 calc_depb(struct held_lock *prev, struct held_lock *next) in calc_depb()
2506 struct held_lock *next, in print_bad_irq_dependency()
2730 struct held_lock *next) in check_irq_usage()
2818 struct held_lock *prev, struct held_lock *next) in check_irq_usage()
2907 struct lock_class *next = hlock_class(nxt); in print_deadlock_scenario() local
2925 struct held_lock *next) in print_deadlock_bug()
2960 check_deadlock(struct task_struct *curr, struct held_lock *next) in check_deadlock()
[all …]
Dqspinlock.c317 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
/kernel/sched/
Dstats.h156 struct task_struct *next, in psi_sched_switch()
170 struct task_struct *next, in psi_sched_switch()
252 sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) in sched_info_switch()
269 # define sched_info_switch(rq, t, next) do { } while (0) argument
Didle.c436 static void set_next_task_idle(struct rq *rq, struct task_struct *next, bool first) in set_next_task_idle()
452 struct task_struct *next = rq->idle; in pick_next_task_idle() local
Dautogroup.c210 static unsigned long next = INITIAL_JIFFIES; in proc_sched_autogroup_set_nice() local
Dcore.c4728 struct task_struct *next) in __fire_sched_out_preempt_notifiers()
4738 struct task_struct *next) in fire_sched_out_preempt_notifiers()
4752 struct task_struct *next) in fire_sched_out_preempt_notifiers()
4758 static inline void prepare_task(struct task_struct *next) in prepare_task()
4795 struct callback_head *next; in do_balance_callbacks() local
4893 prepare_lock_switch(struct rq *rq, struct task_struct *next, struct rq_flags *rf) in prepare_lock_switch()
4926 # define prepare_arch_switch(next) do { } while (0) argument
4964 struct task_struct *next) in prepare_task_switch()
5115 struct task_struct *next, struct rq_flags *rf) in context_switch()
5898 struct task_struct *next, *max = NULL; in pick_next_task() local
[all …]
/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.c211 struct hlist_node *next; in dev_map_free() local
249 u32 *next = next_key; in dev_map_get_next_key() local
284 u32 idx, *next = next_key; in dev_map_hash_get_next_key() local
718 struct hlist_node *next; in dev_map_redirect_multi() local
1057 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.c330 u32 *next = (u32 *)next_key; in reuseport_array_get_next_key() local
/kernel/trace/
Dpid_list.c89 unsigned int *next) in trace_pid_list_next()
Dtrace_sched_switch.c25 struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
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()
Dfgraph.c416 struct task_struct *prev, struct task_struct *next) in ftrace_graph_probe_sched_switch()
/kernel/
Dcfi.c112 struct cfi_shadow *next) in prepare_next_shadow()
201 struct cfi_shadow *next; in update_shadow() local
Dtask_work.c134 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
/kernel/events/
Duprobes.c952 struct map_info *next; member
959 struct map_info *next = info->next; in free_map_info() local
1706 struct return_instance *next = ri->next; in free_ret_instance() local
2133 struct return_instance *ri, *next; in handle_trampoline() local

123