Home
last modified time | relevance | path

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

/linux-6.12.1/tools/sched_ext/
Dscx_flatcg.bpf.c73 static void stat_inc(enum fcg_stat_idx idx) in stat_inc() function
202 stat_inc(FCG_STAT_HWT_SKIP); in cgrp_refresh_hweight()
207 stat_inc(FCG_STAT_HWT_CACHE); in cgrp_refresh_hweight()
211 stat_inc(FCG_STAT_HWT_UPDATES); in cgrp_refresh_hweight()
248 stat_inc(FCG_STAT_HWT_RACE); in cgrp_refresh_hweight()
288 stat_inc(FCG_STAT_ENQ_SKIP); in cgrp_enqueued()
301 stat_inc(FCG_STAT_ENQ_RACE); in cgrp_enqueued()
343 stat_inc(FCG_STAT_LOCAL); in BPF_STRUCT_OPS()
379 stat_inc(FCG_STAT_LOCAL); in BPF_STRUCT_OPS()
382 stat_inc(FCG_STAT_GLOBAL); in BPF_STRUCT_OPS()
[all …]
Dscx_simple.bpf.c48 static void stat_inc(u32 idx) in stat_inc() function
67 stat_inc(0); /* count local queueing */ in BPF_STRUCT_OPS()
76 stat_inc(1); /* count global queueing */ in BPF_STRUCT_OPS()
/linux-6.12.1/include/net/
Dtcp.h2788 int family, int l3index, bool stat_inc) in tcp_ao_required() argument
2804 if (stat_inc) { in tcp_ao_required()