Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c830 struct vmw_event_fence_action *eaction = in vmw_event_fence_action_seq_passed() local
832 struct drm_device *dev = eaction->dev; in vmw_event_fence_action_seq_passed()
833 struct drm_pending_event *event = eaction->event; in vmw_event_fence_action_seq_passed()
840 if (likely(eaction->tv_sec != NULL)) { in vmw_event_fence_action_seq_passed()
845 *eaction->tv_sec = ts.tv_sec; in vmw_event_fence_action_seq_passed()
846 *eaction->tv_usec = ts.tv_nsec / NSEC_PER_USEC; in vmw_event_fence_action_seq_passed()
849 drm_send_event_locked(dev, eaction->event); in vmw_event_fence_action_seq_passed()
850 eaction->event = NULL; in vmw_event_fence_action_seq_passed()
865 struct vmw_event_fence_action *eaction = in vmw_event_fence_action_cleanup() local
868 vmw_fence_obj_unreference(&eaction->fence); in vmw_event_fence_action_cleanup()
[all …]
/linux-6.1.9/include/uapi/linux/tc_act/
Dtc_mirred.h15 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member
/linux-6.1.9/net/sched/
Dact_mirred.c128 switch (parm->eaction) { in tcf_mirred_init()
188 m->tcfm_eaction = parm->eaction; in tcf_mirred_init()
353 opt.eaction = m->tcfm_eaction; in tcf_mirred_dump()