Home
last modified time | relevance | path

Searched refs:eaction (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A 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 in vmw_event_fence_action_cleanup()
1022 struct vmw_event_fence_action *eaction; vmw_event_fence_action_queue() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A 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 in vmw_event_fence_action_cleanup()
947 struct vmw_event_fence_action *eaction; vmw_event_fence_action_queue() local
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/tc_act/
H A Dtc_mirred.h15 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member
/kernel/linux/linux-6.6/include/uapi/linux/tc_act/
H A Dtc_mirred.h15 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/tc_act/
H A Dtc_mirred.h17 int eaction; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/tc_act/
H A Dtc_mirred.h29 int eaction; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/tc_act/
H A Dtc_mirred.h29 int eaction; member
/kernel/linux/linux-5.10/net/sched/
H A Dact_mirred.c131 switch (parm->eaction) { in tcf_mirred_init()
189 m->tcfm_eaction = parm->eaction; in tcf_mirred_init()
362 opt.eaction = m->tcfm_eaction; in tcf_mirred_dump()
/kernel/linux/linux-6.6/net/sched/
H A Dact_mirred.c129 switch (parm->eaction) { in tcf_mirred_init()
189 m->tcfm_eaction = parm->eaction; in tcf_mirred_init()
371 opt.eaction = m->tcfm_eaction; in tcf_mirred_dump()

Completed in 5 milliseconds