Lines Matching full:exists
332 if (exists $ctxdb{$ctx} and $ctxdb{$ctx} > 1) {
378 next if exists $tp{'ring'} and exists $ignore_ring{$tp{'ring'}};
380 if (exists $tp{'ring'} and exists $tp{'seqno'}) {
384 if (exists $tp{'ctx'}) {
396 next if exists $reqwait{$key};
397 die if $ring eq VENG and not exists $queues{$ctx};
406 die if $ring eq VENG and not exists $queues{$ctx};
408 if (exists $reqwait{$key}) {
413 die unless exists $reqwait{$vkey};
420 if (exists $queue{$key}) {
429 if ($ring eq VENG and not exists $queues{$ctx}) {
435 die if exists $submit{$key};
436 die unless exists $queue{$key};
437 die if $ring eq VENG and not exists $queues{$ctx};
445 delete $db{$key} if exists $db{$key};
447 unless (exists $queue{$key}) {
452 die unless exists $queues{$ctx};
453 die unless exists $queue{$vkey};
454 die unless exists $submit{$vkey};
486 $req{'virtual'} = 1 if exists $queues{$ctx};
487 $rings{$ring} = $gid++ unless exists $rings{$ring};
494 die unless exists $db{$key};
495 die unless exists $db{$key}->{'start'};
496 die if exists $db{$key}->{'end'};
502 if exists $notify{$nkey};
514 die if exists $notify{$nkey};
515 $notify{$nkey} = $time unless exists $notify{$nkey};
529 die unless exists $db{$key}->{'start'};
534 $db{$key}->{'notify'} = $notify{$nkey} if not exists $db{$key}->{'notify'}
535 and exists $notify{$nkey};
538 $db{$key}->{'notify'} = $db{$key}->{'end'} if exists $db{$key}->{'end'} and
539 not exists $db{$key}->{'notify'};
543 if (exists $db{$key}->{'end'} and exists $db{$key}->{'notify'} and
568 return $engine_timelines{$ring} if exists $engine_timelines{$ring};
590 next if exists $db{$key}->{'end'};
603 exists $db{$next_key}->{'end'}) {
620 if (exists $db{$key}->{'notify'}) {
628 unless (exists $db{$key}->{'notify'}) {
670 return $ctx_timelines{$key} if exists $ctx_timelines{$key};
696 $complete = $key unless exists $db{$key}->{'no-end'};
729 next unless exists $db{$key}->{'no-end'};
737 if (exists $db{$key}->{'notify'} and
769 unless (exists $db{$key}->{'no-end'}) {
778 unless (exists $db{$key}->{'no-notify'}) {
785 not exists $db{$key}->{'no-end'};
786 unless (exists $db{$key}->{'virtual'}) {
1035 my $veng = exists $stats->{'virtual'} ? 1 : 0;
1061 my $veng = exists $stats->{'virtual'} ? 1 : 0;
1100 if (exists $runnable{$ring}) {
1105 if (exists $queued{$ring}) {
1110 $reqw{$ring} = 0 unless exists $reqw{$ring};
1158 if (exists $vrunnable{$ctx}) {
1163 if (exists $vqueued{$ctx}) {
1168 $vreqw{$ctx} = 0 unless exists $vreqw{$ctx};
1296 unless (exists $skip_box{'queue'} or exists $db{$key}->{'virtual'}) {
1307 unless (exists $skip_box{'ready'} or exists $db{$key}->{'virtual'}) {
1317 unless (exists $skip_box{'execute'}) {
1320 exists $db{$key}->{'incomplete'} ?
1323 $content .= ' <small><i>???</i></small> ' if exists $db{$key}->{'incomplete'};
1324 $content .= ' <small><i>++</i></small> ' if exists $db{$key}->{'no-end'};
1325 $content .= ' <small><i>+</i></small> ' if exists $db{$key}->{'no-notify'};
1333 unless (exists $skip_box{'ctxsave'} or exists $db{$key}->{'no-end'}) {
1338 $content .= ' <small><i>???</i></small> ' if exists $db{$key}->{'incomplete'};
1339 $content .= ' <small><i>++</i></small> ' if exists $db{$key}->{'no-end'};
1340 $content .= ' <small><i>+</i></small> ' if exists $db{$key}->{'no-notify'};
1395 unless (exists $skip_box{'queue'}) {
1406 unless (exists $skip_box{'ready'}) {