Searched refs:indirect_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c175 uint32_t indirect_count; local
184 indirect_count = getpnn(ddep, dde_count);
187 indirect_count));
190 if (indirect_count == 0) {
208 if (indirect_count > MAX_DDE_COUNT)
218 for (i = 0; i < indirect_count; i++) {
/linux-master/drivers/vhost/
H A Dvringh.c305 int err, count = 0, indirect_count = 0, up_next, desc_max; local
365 indirect_count++;
367 if (count > vrh->vring.num || indirect_count > desc_max) {
429 indirect_count = 0;

Completed in 85 milliseconds