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

/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c281 char *fifo_in, *fifo_out; local
404 assert((fifo_out = (char *)(uintptr_t)aligned_alloc(line_sz,
407 fifo_out = fifo_out + line_sz;
408 nxu_touch_pages(fifo_out, fifo_out_len, page_sz, 1);
491 /* If fifo_out has data waiting, write it out to the file to
493 * the first and last parts of fifo_out.
503 n = fwrite(fifo_out + cur_out, 1, write_sz, outf);
519 n = fwrite(fifo_out, 1, write_sz, outf);
564 nx_append_dde(ddl_in, fifo_out
[all...]

Completed in 411 milliseconds