Searched refs:TT_NONE (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Drestart_block.h17 TT_NONE = 0, enumerator in enum:timespec_type
/linux-master/kernel/time/
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 Dhrtimer.c2064 if (restart->nanosleep.type != TT_NONE) {
2137 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
2159 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
H A Dalarmtimer.c805 if (restart->nanosleep.type != 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)

Completed in 138 milliseconds