Lines Matching refs:check_for_cancel
352 - call check_for_cancel() in sane_cancel, unless s->reader flag is set
563 - call object_position halt in check_for_cancel when requested
7268 ret = check_for_cancel(s);
7284 check_for_cancel(s);
7987 check_for_cancel(struct fujitsu *s)
7991 DBG (10, "check_for_cancel: start %d %d\n",s->started,s->cancelled);
7997 DBG (15, "check_for_cancel: halting\n");
8002 DBG (15, "check_for_cancel: cancelling\n");
8010 DBG (5, "check_for_cancel: ERROR: cannot cancel\n");
8017 DBG (15, "check_for_cancel: already cancelled\n");
8022 DBG (10, "check_for_cancel: finish %d\n",ret);
8157 ret = check_for_cancel(s);
9187 check_for_cancel(s);