Lines Matching defs:tv_sec
32 * @tv_sec: If non-null, the variable pointed to will be assigned
33 * current time tv_sec val when the fence signals.
34 * @tv_usec: Must be set if @tv_sec is set, and the variable pointed to will
43 uint32_t *tv_sec;
538 if (likely(eaction->tv_sec != NULL)) {
543 *eaction->tv_sec = ts.tv_sec;
562 * @tv_sec: If non-null, the variable pointed to will be assigned
563 * current time tv_sec val when the fence signals.
564 * @tv_usec: Must be set if @tv_sec is set, and the variable pointed to will
576 uint32_t *tv_sec,
589 eaction->tv_sec = tv_sec;
637 &event->event.tv_sec,