Searched defs:cur_ts (Results 1 - 1 of 1) sorted by relevance
/net/openvswitch/ | ||
H A D | flow.c | 53 struct timespec cur_ts; local 56 ktime_get_ts(&cur_ts); 58 cur_ms = (u64)cur_ts.tv_sec * MSEC_PER_SEC + 59 cur_ts.tv_nsec / NSEC_PER_MSEC; |
Completed in 108 milliseconds