Home
last modified time | relevance | path

Searched refs:post_sync (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/oprofile/
Doprof.c62 goto post_sync; in oprofile_setup()
75 post_sync: in oprofile_setup()
210 goto post_sync; in oprofile_shutdown()
214 goto post_sync; in oprofile_shutdown()
219 post_sync: in oprofile_shutdown()
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dcmd_parser.c1081 unsigned int post_sync; in cmd_handler_pipe_control() local
1084 post_sync = (cmd_val(s, 1) & PIPE_CONTROL_POST_SYNC_OP_MASK) >> 14; in cmd_handler_pipe_control()
1090 else if (post_sync) { in cmd_handler_pipe_control()
1091 if (post_sync == 2) in cmd_handler_pipe_control()
1093 else if (post_sync == 3) in cmd_handler_pipe_control()
1095 else if (post_sync == 1) { in cmd_handler_pipe_control()