Searched defs:continuation (Results 1 – 7 of 7) sorted by relevance
496 struct continuation { struct514 * Discard an old continuation argument
534 def run_analyzer(opts, continuation=report_failure): argument661 def dispatch_ctu(opts, continuation=run_analyzer): argument685 def filter_debug_flags(opts, continuation=dispatch_ctu): argument696 def language_check(opts, continuation=filter_debug_flags): argument726 def arch_check(opts, continuation=language_check): argument
703 struct continuation struct705 void (*continuation_hook) (struct continuation_arg *); argument706 struct continuation_arg *arg_list; argument707 struct continuation *next; argument
52 static int continuation = 0; variable
142 struct list_head *continuation) in __i915_sw_fence_wake_up_all() argument 192 struct list_head *continuation) in __i915_sw_fence_complete() argument
160 unsigned int continuation : 1; member
442 int originalcode = 0, continuation = 0; in getreply() local