DCOPY_POLL_BLOCK
if ((flags & DCOPY_POLL_BLOCK) && !(cmd->dp_flags & DCOPY_CMD_INTR)) {
if (flags & DCOPY_POLL_BLOCK) {
poll_flag = DCOPY_POLL_BLOCK;
flags |= DCOPY_POLL_BLOCK;