Home
last modified time | relevance | path

Searched refs:rtn (Results 1 – 3 of 3) sorted by relevance

/kernel/printk/
Dbraille.c32 int rtn = 0; in _braille_register_console() local
36 rtn = braille_register_console(console, c->index, c->options, in _braille_register_console()
40 return rtn; in _braille_register_console()
/kernel/time/
Dposix-timers.c517 struct task_struct *rtn = current->group_leader; in good_sigevent() local
521 rtn = find_task_by_vpid(event->sigev_notify_thread_id); in good_sigevent()
522 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent()
531 return task_pid(rtn); in good_sigevent()
902 struct itimerspec *rtn = old_setting ? &old_spec : NULL; in SYSCALL_DEFINE4() local
923 error = kc->timer_set(timr, flags, &new_spec, rtn); in SYSCALL_DEFINE4()
927 rtn = NULL; // We already got the old time... in SYSCALL_DEFINE4()
Dposix-cpu-timers.c292 unsigned long long rtn; in posix_cpu_clock_get_task() local
296 err = cpu_clock_sample(which_clock, tsk, &rtn); in posix_cpu_clock_get_task()
299 err = cpu_clock_sample_group(which_clock, tsk, &rtn); in posix_cpu_clock_get_task()
303 sample_to_timespec(which_clock, rtn, tp); in posix_cpu_clock_get_task()