Searched refs:exit_time (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbenchmark.c260 FILETIME creation_time, exit_time, kernel_time, user_time; member in struct:__anon2643
302 &started_at.creation_time, &started_at.exit_time,
306 &started_at.creation_time, &started_at.exit_time,
324 &stopped_at.creation_time, &stopped_at.exit_time,
328 &stopped_at.creation_time, &stopped_at.exit_time,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket.c1560 int check_time, exit_time; local
1584 exit_time = orig_jiffies + timeout - jiffies;
1585 if (exit_time <= 0)
1587 if (exit_time < check_time)
1588 check_time = exit_time;

Completed in 101 milliseconds