Home
last modified time | relevance | path

Searched refs:post_sync (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/oprofile/
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c1149 unsigned int post_sync; in cmd_handler_pipe_control() local
1153 post_sync = (cmd_val(s, 1) & PIPE_CONTROL_POST_SYNC_OP_MASK) >> 14; in cmd_handler_pipe_control()
1159 else if (post_sync) { in cmd_handler_pipe_control()
1160 if (post_sync == 2) in cmd_handler_pipe_control()
1162 else if (post_sync == 3) in cmd_handler_pipe_control()
1164 else if (post_sync == 1) { in cmd_handler_pipe_control()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c1184 unsigned int post_sync; in cmd_handler_pipe_control() local
1188 post_sync = (cmd_val(s, 1) & PIPE_CONTROL_POST_SYNC_OP_MASK) >> 14; in cmd_handler_pipe_control()
1194 else if (post_sync) { in cmd_handler_pipe_control()
1195 if (post_sync == 2) in cmd_handler_pipe_control()
1197 else if (post_sync == 3) in cmd_handler_pipe_control()
1199 else if (post_sync == 1) { in cmd_handler_pipe_control()

Completed in 13 milliseconds