Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c827 struct vmw_event_fence_action *eaction = in vmw_event_fence_action_seq_passed() local
829 struct drm_device *dev = eaction->dev; in vmw_event_fence_action_seq_passed()
830 struct drm_pending_event *event = eaction->event; in vmw_event_fence_action_seq_passed()
837 if (likely(eaction->tv_sec != NULL)) { in vmw_event_fence_action_seq_passed()
842 *eaction->tv_sec = ts.tv_sec; in vmw_event_fence_action_seq_passed()
843 *eaction->tv_usec = ts.tv_nsec / NSEC_PER_USEC; in vmw_event_fence_action_seq_passed()
846 drm_send_event_locked(dev, eaction->event); in vmw_event_fence_action_seq_passed()
847 eaction->event = NULL; in vmw_event_fence_action_seq_passed()
862 struct vmw_event_fence_action *eaction = in vmw_event_fence_action_cleanup() local
865 vmw_fence_obj_unreference(&eaction->fence); in vmw_event_fence_action_cleanup()
[all …]
/linux-6.12.1/include/uapi/linux/tc_act/
Dtc_mirred.h15 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member
/linux-6.12.1/net/sched/
Dact_mirred.c151 switch (parm->eaction) { in tcf_mirred_init()
215 m->tcfm_eaction = parm->eaction; in tcf_mirred_init()
488 opt.eaction = m->tcfm_eaction; in tcf_mirred_dump()