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

/linux-master/drivers/tty/
H A Dmips_ejtag_fdc.c131 * @xmit_total: Total number of bytes (from all ports) to transmit.
156 atomic_t xmit_total; member in struct:mips_ejtag_fdc_tty
460 atomic_sub(word.bytes, &priv->xmit_total);
480 * This kernel thread runs while @priv->xmit_total != 0, and round robins the
494 atomic_read(&priv->xmit_total) ||
788 atomic_sub(dport->xmit_cnt, &priv->xmit_total);
820 atomic_add(total, &priv->xmit_total);
899 atomic_set(&priv->xmit_total, 0);
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1004 bool xmit_total)
1000 stats_get_devmap_xmit_multi(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out, bool xmit_total) argument

Completed in 151 milliseconds