Searched refs:sl (Results 1 – 2 of 2) sorted by relevance
1748 struct verifier_state_list *sl; in is_state_visited() local1750 sl = env->explored_states[insn_idx]; in is_state_visited()1751 if (!sl) in is_state_visited()1757 while (sl != STATE_LIST_MARK) { in is_state_visited()1758 if (states_equal(&sl->state, &env->cur_state)) in is_state_visited()1763 sl = sl->next; in is_state_visited()2405 struct verifier_state_list *sl, *sln; in free_states() local2412 sl = env->explored_states[i]; in free_states()2414 if (sl) in free_states()2415 while (sl != STATE_LIST_MARK) { in free_states()[all …]
1490 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, struct task_struct *task) in hrtimer_init_sleeper() argument1492 sl->timer.function = hrtimer_wakeup; in hrtimer_init_sleeper()1493 sl->task = task; in hrtimer_init_sleeper()