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

/linux-master/drivers/xen/
H A Dpvcalls-front.c545 int sent, tot_sent = 0; local
572 tot_sent += sent;
578 tot_sent = sent;
582 return tot_sent;
/linux-master/net/batman-adv/
H A Dtp_meter.c426 atomic64_read(&tp_vars->tot_sent),
713 &tp_vars->tot_sent);
1011 atomic64_set(&tp_vars->tot_sent, 0);
H A Dtypes.h1504 /** @tot_sent: amount of data sent/ACKed so far */
1505 atomic64_t tot_sent; member in struct:batadv_tp_vars

Completed in 114 milliseconds