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

/linux-master/net/ipv4/
H A Dtcp_westwood.c39 u32 accounted; member in struct:westwood
68 w->accounted = 0;
191 w->accounted += tp->mss_cache;
197 if (w->accounted >= w->cumul_ack) {
198 w->accounted -= w->cumul_ack;
201 w->cumul_ack -= w->accounted;
202 w->accounted = 0;
/linux-master/include/trace/events/
H A Dkmem.h29 __field( bool, accounted )
39 __entry->accounted = IS_ENABLED(CONFIG_MEMCG_KMEM) ?
44 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d accounted=%s",
51 __entry->accounted ? "true" : "false")
83 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d accounted=%s",
/linux-master/kernel/sched/
H A Dcputime.c118 * @p: the process that the CPU time gets accounted to
140 * @p: the process that the CPU time gets accounted to
164 * @p: the process that the CPU time gets accounted to
184 * @p: the process that the CPU time gets accounted to
276 u64 accounted; local
280 accounted = steal_account_process_time(max);
282 if (accounted < max)
283 accounted += irqtime_tick_accounted(max - accounted);
285 return accounted;
[all...]
/linux-master/net/tipc/
H A Dmsg.c209 int accounted, total, curr; local
214 accounted = skb ? msg_blocks(buf_msg(skb)) : 0;
215 total = accounted;
242 return total - accounted;

Completed in 325 milliseconds