Searched refs:TT_NONE (Results 1 - 6 of 6) sorted by last modified time

/linux-master/kernel/time/
H A Dhrtimer.c2041 if (restart->nanosleep.type != TT_NONE) {
2114 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
2136 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
H A Dalarmtimer.c805 if (restart->nanosleep.type != TT_NONE) {
H A Dposix-stubs.c117 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
200 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
H A Dposix-timers.c1393 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
1421 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
H A Dposix-cpu-timers.c1583 if (restart->nanosleep.type != TT_NONE)
/linux-master/include/linux/
H A Drestart_block.h17 TT_NONE = 0, enumerator in enum:timespec_type

Completed in 188 milliseconds