Home
last modified time | relevance | path

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

/kernel/time/
Dalarmtimer.c203 int restart = ALARMTIMER_NORESTART; in alarmtimer_fired() local
210 restart = alarm->function(alarm, base->gettime()); in alarmtimer_fired()
213 if (restart != ALARMTIMER_NORESTART) { in alarmtimer_fired()
725 struct restart_block *restart; in alarmtimer_do_nsleep() local
745 restart = &current->restart_block; in alarmtimer_do_nsleep()
746 if (restart->nanosleep.type != TT_NONE) { in alarmtimer_do_nsleep()
756 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
776 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument
778 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart()
779 ktime_t exp = restart->nanosleep.expires; in alarm_timer_nsleep_restart()
[all …]
Dhrtimer.c1016 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart) in remove_hrtimer() argument
1034 if (!restart) in remove_hrtimer()
1483 int restart; in __run_hrtimer() local
1517 restart = fn(timer); in __run_hrtimer()
1530 if (restart != HRTIMER_NORESTART && in __run_hrtimer()
1846 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) in nanosleep_copyout() argument
1848 switch(restart->nanosleep.type) { in nanosleep_copyout()
1851 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
1856 if (put_timespec64(ts, restart->nanosleep.rmtp)) in nanosleep_copyout()
1867 struct restart_block *restart; in do_nanosleep() local
[all …]
Dposix-cpu-timers.c1239 struct restart_block *restart; in do_cpu_nanosleep() local
1306 restart = &current->restart_block; in do_cpu_nanosleep()
1307 restart->nanosleep.expires = expires; in do_cpu_nanosleep()
1308 if (restart->nanosleep.type != TT_NONE) in do_cpu_nanosleep()
1309 error = nanosleep_copyout(restart, &it.it_value); in do_cpu_nanosleep()
/kernel/
Dfutex.c2608 static long futex_wait_restart(struct restart_block *restart);
2789 struct restart_block *restart; in futex_wait() local
2832 restart = &current->restart_block; in futex_wait()
2833 restart->fn = futex_wait_restart; in futex_wait()
2834 restart->futex.uaddr = uaddr; in futex_wait()
2835 restart->futex.val = val; in futex_wait()
2836 restart->futex.time = *abs_time; in futex_wait()
2837 restart->futex.bitset = bitset; in futex_wait()
2838 restart->futex.flags = flags | FLAGS_HAS_TIMEOUT; in futex_wait()
2851 static long futex_wait_restart(struct restart_block *restart) in futex_wait_restart() argument
[all …]
Dsoftirq.c272 restart: in __do_softirq()
312 goto restart; in __do_softirq()
Dsignal.c2869 struct restart_block *restart = &current->restart_block; in SYSCALL_DEFINE0() local
2870 return restart->fn(restart); in SYSCALL_DEFINE0()
Dworkqueue.c2082 restart: in maybe_create_worker()
2106 goto restart; in maybe_create_worker()
/kernel/gcov/
Dfs.c531 restart: in reset_write()
538 goto restart; in reset_write()
/kernel/events/
Dcore.c2831 unsigned int restart; member
2864 if (sd->restart) in __perf_event_stop()
2870 static int perf_event_stop(struct perf_event *event, int restart) in perf_event_stop() argument
2874 .restart = restart, in perf_event_stop()
6885 unsigned int restart = 0, count = 0; in perf_event_addr_filters_exec() local
6896 restart++; in perf_event_addr_filters_exec()
6902 if (restart) in perf_event_addr_filters_exec()
6906 if (restart) in perf_event_addr_filters_exec()
6987 restart: in perf_pmu_output_stop()
7006 goto restart; in perf_pmu_output_stop()
[all …]
/kernel/cgroup/
Dcpuset.c815 restart: in generate_sched_domains()
833 goto restart; in generate_sched_domains()
Dcgroup.c2992 restart: in cgroup_lock_and_drain_offline()
3012 goto restart; in cgroup_lock_and_drain_offline()
3925 restart: in cgroup_addrm_files()
3945 goto restart; in cgroup_addrm_files()
/kernel/sched/
Dcore.c3923 goto restart; in pick_next_task()
3932 restart: in pick_next_task()