Searched defs:tv_usec (Results 1 - 2 of 2) sorted by relevance

/drivers/s390/block/
H A Ddasd_eer.c281 __u64 tv_usec; member in struct:dasd_eer_header
314 header.tv_usec = tv.tv_usec;
357 header.tv_usec = tv.tv_usec;
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c69 * @tv_usec: Must be set if @tv_sec is set, and the variable pointed to will
70 * be assigned the current time tv_usec val when the fence signals.
81 uint32_t *tv_usec; member in struct:vmw_event_fence_action
911 *eaction->tv_usec = tv.tv_usec;
1014 uint32_t *tv_usec,
1035 eaction->tv_usec = tv_usec;
1097 &event->event.tv_usec,
1010 vmw_event_fence_action_queue(struct drm_file *file_priv, struct vmw_fence_obj *fence, struct drm_pending_event *event, uint32_t *tv_sec, uint32_t *tv_usec, bool interruptible) argument

Completed in 791 milliseconds