Searched refs:rtn (Results 1 – 2 of 2) sorted by relevance
/kernel/printk/ |
D | braille.c | 40 int rtn = 0; in _braille_register_console() local 44 rtn = braille_register_console(console, c->index, c->options, in _braille_register_console() 48 return rtn; in _braille_register_console()
|
/kernel/time/ |
D | posix-timers.c | 434 struct task_struct *rtn; in good_sigevent() local 439 rtn = pid_task(pid, PIDTYPE_PID); in good_sigevent() 440 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent() 947 struct itimerspec64 *rtn = old_setting ? &old_spec : NULL; in SYSCALL_DEFINE4() local 956 error = do_timer_settime(timer_id, flags, &new_spec, rtn); in SYSCALL_DEFINE4() 970 struct itimerspec64 *rtn = old ? &old_spec : NULL; in SYSCALL_DEFINE4() local 978 error = do_timer_settime(timer_id, flags, &new_spec, rtn); in SYSCALL_DEFINE4()
|