Home
last modified time | relevance | path

Searched refs:vkey (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/scripts/
Dtrace.pl411 my $vkey = db_key(VENG, $ctx, $seqno);
413 die unless exists $reqwait{$vkey};
417 $reqwait{$vkey}->{'end'} = $time;
449 my $vkey = db_key(VENG, $ctx, $seqno);
453 die unless exists $queue{$vkey};
454 die unless exists $submit{$vkey};
457 $q = $queue{$vkey};
458 $s = $submit{$vkey};
470 $vdb{$vkey} = \%req;
/external/libxml2/
DHTMLparser.c1464 htmlCompareStartClose(const void *vkey, const void *member) { in htmlCompareStartClose() argument
1465 const htmlStartCloseEntry *key = (const htmlStartCloseEntry *) vkey; in htmlCompareStartClose()