Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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->fence); in vmw_event_fence_action_cleanup()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/tc_act/
H A Dtc_mirred.h15 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/tc_act/
H A Dtc_mirred.h16 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/tc_act/
H A Dtc_mirred.h16 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_mirred.c131 switch (parm->eaction) { in tcf_mirred_init()
189 m->tcfm_eaction = parm->eaction; in tcf_mirred_init()
346 opt.eaction = m->tcfm_eaction; in tcf_mirred_dump()