Home
last modified time | relevance | path

Searched refs:sl (Results 1 – 2 of 2) sorted by relevance

/kernel/time/
Dhrtimer.c439 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl,
442 void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() argument
445 debug_object_init_on_stack(&sl->timer, &hrtimer_debug_descr); in hrtimer_init_sleeper_on_stack()
446 __hrtimer_init_sleeper(sl, clock_id, mode); in hrtimer_init_sleeper_on_stack()
1952 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires() argument
1962 if (IS_ENABLED(CONFIG_PREEMPT_RT) && sl->timer.is_hard) in hrtimer_sleeper_start_expires()
1965 hrtimer_start_expires(&sl->timer, mode); in hrtimer_sleeper_start_expires()
1969 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, in __hrtimer_init_sleeper() argument
1996 __hrtimer_init(&sl->timer, clock_id, mode); in __hrtimer_init_sleeper()
1997 sl->timer.function = hrtimer_wakeup; in __hrtimer_init_sleeper()
[all …]
/kernel/bpf/
Dverifier.c11767 struct bpf_verifier_state_list *sl; in clean_live_states() local
11770 sl = *explored_state(env, insn); in clean_live_states()
11771 while (sl) { in clean_live_states()
11772 if (sl->state.branches) in clean_live_states()
11774 if (sl->state.insn_idx != insn || in clean_live_states()
11775 sl->state.curframe != cur->curframe) in clean_live_states()
11778 if (sl->state.frame[i]->callsite != cur->frame[i]->callsite) in clean_live_states()
11780 clean_verifier_state(env, &sl->state); in clean_live_states()
11782 sl = sl->next; in clean_live_states()
12198 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited() local
[all …]