Home
last modified time | relevance | path

Searched refs:is_eof (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/testing/selftests/powerpc/nx-gzip/
Dgunz_test.c289 int is_final, is_eof; in decompress_file() local
395 is_final = is_eof = 0; in decompress_file()
421 if (is_eof != 0) in decompress_file()
455 is_eof = 1; in decompress_file()
472 is_eof = 1; in decompress_file()
894 if (is_eof && (source_sz == 0)) in decompress_file()
/Linux-v5.10/drivers/tty/
Dn_tty.c1970 bool is_eof; in copy_from_read_buf() local
1981 is_eof = n == 1 && *from == EOF_CHAR(tty); in copy_from_read_buf()
1986 if (L_EXTPROC(tty) && ldata->icanon && is_eof && in copy_from_read_buf()
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc.c408 bool is_eof = !!tx_swbd->skb; in enetc_clean_tx_ring() local
427 if (is_eof) { in enetc_clean_tx_ring()
449 if (is_eof) { in enetc_clean_tx_ring()