Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc.c294 tx_ring->tx_swbd[i].is_eof = true; in enetc_map_tx_buffs()
392 tx_swbd->is_eof = 1; in enetc_map_tx_tso_data()
814 bool is_eof = tx_swbd->is_eof; in enetc_clean_tx_ring() local
867 if (is_eof) { in enetc_clean_tx_ring()
1254 while (unlikely(!tmp_tx_swbd->is_eof)) { in enetc_xdp_tx()
1267 if (xdp_tx_swbd->is_eof) { in enetc_xdp_tx()
1304 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()
1331 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()
1338 xdp_tx_arr[n - 1].is_eof = true; in enetc_xdp_frame_to_xdp_tx_swbd()
1472 tx_swbd->is_eof = false; in enetc_rx_swbd_to_xdp_tx_swbd()
[all …]
Denetc.h36 u8 is_eof:1; member
/Linux-v6.1/drivers/tty/
Dn_tty.c1932 bool is_eof; in copy_from_read_buf() local
1941 is_eof = n == 1 && *from == EOF_CHAR(tty); in copy_from_read_buf()
1946 if (L_EXTPROC(tty) && ldata->icanon && is_eof && in copy_from_read_buf()