Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 12 of 12) sorted by relevance

/kernel/futex/
Dwaitwake.c325 static long futex_wait_restart(struct restart_block *restart);
642 struct restart_block *restart; in futex_wait() local
685 restart = &current->restart_block; in futex_wait()
686 restart->futex.uaddr = uaddr; in futex_wait()
687 restart->futex.val = val; in futex_wait()
688 restart->futex.time = *abs_time; in futex_wait()
689 restart->futex.bitset = bitset; in futex_wait()
690 restart->futex.flags = flags | FLAGS_HAS_TIMEOUT; in futex_wait()
692 ret = set_restart_fn(restart, futex_wait_restart); in futex_wait()
703 static long futex_wait_restart(struct restart_block *restart) in futex_wait_restart() argument
[all …]
/kernel/time/
Dalarmtimer.c203 int restart = ALARMTIMER_NORESTART; in alarmtimer_fired() local
210 restart = alarm->function(alarm, base->get_ktime()); in alarmtimer_fired()
213 if (restart != ALARMTIMER_NORESTART) { in alarmtimer_fired()
774 struct restart_block *restart; in alarmtimer_do_nsleep() local
794 restart = &current->restart_block; in alarmtimer_do_nsleep()
795 if (restart->nanosleep.type != TT_NONE) { in alarmtimer_do_nsleep()
805 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
825 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument
827 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart()
828 ktime_t exp = restart->nanosleep.expires; in alarm_timer_nsleep_restart()
[all …]
Dhrtimer.c1136 bool restart, bool keep_local) in remove_hrtimer() argument
1160 if (!restart) in remove_hrtimer()
1649 int restart; in __run_hrtimer() local
1685 restart = fn(timer); in __run_hrtimer()
1700 if (restart != HRTIMER_NORESTART && in __run_hrtimer()
2016 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) in nanosleep_copyout() argument
2018 switch(restart->nanosleep.type) { in nanosleep_copyout()
2021 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
2026 if (put_timespec64(ts, restart->nanosleep.rmtp)) in nanosleep_copyout()
2037 struct restart_block *restart; in do_nanosleep() local
[all …]
Dposix-cpu-timers.c1522 struct restart_block *restart; in do_cpu_nanosleep() local
1582 restart = &current->restart_block; in do_cpu_nanosleep()
1583 restart->nanosleep.expires = expires; in do_cpu_nanosleep()
1584 if (restart->nanosleep.type != TT_NONE) in do_cpu_nanosleep()
1585 error = nanosleep_copyout(restart, &it.it_value); in do_cpu_nanosleep()
/kernel/
Dsoftirq.c596 restart: in __do_softirq()
642 goto restart; in __do_softirq()
Dsignal.c3022 struct restart_block *restart = &current->restart_block; in SYSCALL_DEFINE0() local
3023 return restart->fn(restart); in SYSCALL_DEFINE0()
Dworkqueue.c2110 restart: in maybe_create_worker()
2134 goto restart; in maybe_create_worker()
/kernel/gcov/
Dfs.c641 restart: in reset_write()
648 goto restart; in reset_write()
/kernel/events/
Dcore.c3067 unsigned int restart; member
3100 if (sd->restart) in __perf_event_stop()
3106 static int perf_event_stop(struct perf_event *event, int restart) in perf_event_stop() argument
3110 .restart = restart, in perf_event_stop()
7809 unsigned int restart = 0, count = 0; in perf_event_addr_filters_exec() local
7820 restart++; in perf_event_addr_filters_exec()
7826 if (restart) in perf_event_addr_filters_exec()
7830 if (restart) in perf_event_addr_filters_exec()
7911 restart: in perf_pmu_output_stop()
7930 goto restart; in perf_pmu_output_stop()
[all …]
/kernel/cgroup/
Dcgroup.c3136 restart: in cgroup_lock_and_drain_offline()
3156 goto restart; in cgroup_lock_and_drain_offline()
4260 restart: in cgroup_addrm_files()
4280 goto restart; in cgroup_addrm_files()
Dcpuset.c1010 restart: in generate_sched_domains()
1028 goto restart; in generate_sched_domains()
/kernel/sched/
Dcore.c6040 goto restart; in __pick_next_task()
6051 restart: in __pick_next_task()