eaction           909 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct vmw_event_fence_action *eaction =
eaction           911 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct drm_device *dev = eaction->dev;
eaction           912 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct drm_pending_event *event = eaction->event;
eaction           919 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	if (likely(eaction->tv_sec != NULL)) {
eaction           924 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		*eaction->tv_sec = ts.tv_sec;
eaction           925 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		*eaction->tv_usec = ts.tv_nsec / NSEC_PER_USEC;
eaction           928 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	drm_send_event_locked(dev, eaction->event);
eaction           929 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->event = NULL;
eaction           944 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct vmw_event_fence_action *eaction =
eaction           947 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	vmw_fence_obj_unreference(&eaction->fence);
eaction           948 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	kfree(eaction);
eaction          1022 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct vmw_event_fence_action *eaction;
eaction          1025 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction = kzalloc(sizeof(*eaction), GFP_KERNEL);
eaction          1026 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	if (unlikely(!eaction))
eaction          1029 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->event = event;
eaction          1031 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->action.seq_passed = vmw_event_fence_action_seq_passed;
eaction          1032 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->action.cleanup = vmw_event_fence_action_cleanup;
eaction          1033 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->action.type = VMW_ACTION_EVENT;
eaction          1035 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->fence = vmw_fence_obj_reference(fence);
eaction          1036 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->dev = fman->dev_priv->dev;
eaction          1037 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->tv_sec = tv_sec;
eaction          1038 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->tv_usec = tv_usec;
eaction          1040 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	vmw_fence_obj_add_action(fence, &eaction->action);
eaction            15 include/uapi/linux/tc_act/tc_mirred.h 	int                     eaction;   /* one of IN/EGRESS_MIRROR/REDIR */
eaction           130 net/sched/act_mirred.c 	switch (parm->eaction) {
eaction           188 net/sched/act_mirred.c 	m->tcfm_eaction = parm->eaction;
eaction           343 net/sched/act_mirred.c 	opt.eaction = m->tcfm_eaction;