NSEC_TO_TICK(usec) -> NSEC_TO_TICK(nsec)
This commit is contained in:
parent
4bd09b7583
commit
3c6834bfdd
@ -51,7 +51,7 @@ typedef longlong_t hrtime_t;
|
||||
#endif
|
||||
|
||||
#define SEC_TO_TICK(sec) ((sec) * hz)
|
||||
#define NSEC_TO_TICK(usec) ((usec) / (NANOSEC / hz))
|
||||
#define NSEC_TO_TICK(nsec) ((nsec) / (NANOSEC / hz))
|
||||
|
||||
#ifdef _KERNEL
|
||||
static __inline hrtime_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user