Home
last modified time | relevance | path

Searched refs:eaction (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c909 struct vmw_event_fence_action *eaction = in vmw_event_fence_action_seq_passed() local
911 struct drm_device *dev = eaction->dev; in vmw_event_fence_action_seq_passed()
912 struct drm_pending_event *event = eaction->event; in vmw_event_fence_action_seq_passed()
919 if (likely(eaction->tv_sec != NULL)) { in vmw_event_fence_action_seq_passed()
924 *eaction->tv_sec = ts.tv_sec; in vmw_event_fence_action_seq_passed()
925 *eaction->tv_usec = ts.tv_nsec / NSEC_PER_USEC; in vmw_event_fence_action_seq_passed()
928 drm_send_event_locked(dev, eaction->event); in vmw_event_fence_action_seq_passed()
929 eaction->event = NULL; in vmw_event_fence_action_seq_passed()
944 struct vmw_event_fence_action *eaction = in vmw_event_fence_action_cleanup() local
947 vmw_fence_obj_unreference(&eaction->fence); in vmw_event_fence_action_cleanup()
[all …]
/Linux-v5.4/include/uapi/linux/tc_act/
Dtc_mirred.h15 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member
/Linux-v5.4/net/sched/
Dact_mirred.c130 switch (parm->eaction) { in tcf_mirred_init()
188 m->tcfm_eaction = parm->eaction; in tcf_mirred_init()
343 opt.eaction = m->tcfm_eaction; in tcf_mirred_dump()