Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c73 static void stat_inc(enum fcg_stat_idx idx) in stat_inc() function
197 stat_inc(FCG_STAT_HWT_SKIP); in cgrp_refresh_hweight()
202 stat_inc(FCG_STAT_HWT_CACHE); in cgrp_refresh_hweight()
206 stat_inc(FCG_STAT_HWT_UPDATES); in cgrp_refresh_hweight()
243 stat_inc(FCG_STAT_HWT_RACE); in cgrp_refresh_hweight()
283 stat_inc(FCG_STAT_ENQ_SKIP); in cgrp_enqueued()
296 stat_inc(FCG_STAT_ENQ_RACE); in cgrp_enqueued()
338 stat_inc(FCG_STAT_LOCAL); in BPF_STRUCT_OPS()
374 stat_inc(FCG_STAT_LOCAL); in BPF_STRUCT_OPS()
378 stat_inc(FCG_STAT_GLOBAL); in BPF_STRUCT_OPS()
[all …]
H A Dscx_cpu0.bpf.c38 static void stat_inc(u32 idx) in stat_inc() function
57 stat_inc(0); /* count local queueing */ in BPF_STRUCT_OPS()
62 stat_inc(1); /* count cpu0 queueing */ in BPF_STRUCT_OPS()
/linux/include/net/
H A Dtcp.h2914 int family, int l3index, bool stat_inc) in tcp_ao_required() argument
2930 if (stat_inc) { in tcp_ao_required()