Home
last modified time | relevance | path

Searched refs:qevent (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_ets.sh136 install_qdisc qevent early_drop block 10
145 install_qdisc qevent early_drop block 10
154 install_qdisc ecn qevent mark block 10
H A Dsch_red_root.sh76 install_qdisc qevent early_drop block 10
/linux/tools/testing/selftests/net/forwarding/
H A Dsch_red.sh445 install_qdisc qevent early_drop block 10
452 install_qdisc ecn qevent mark block 10
/linux/tools/perf/
H A Dbuiltin-top.c1132 static int should_drop(struct ordered_event *qevent, struct perf_top *top) in should_drop() argument
1134 union perf_event *event = qevent->event; in should_drop()
1140 delay_timestamp = qevent->timestamp + top->delay_secs * NSEC_PER_SEC; in should_drop()
1145 struct ordered_event *qevent) in deliver_event() argument
1150 union perf_event *event = qevent->event; in deliver_event()
1156 if (should_drop(qevent, top)) { in deliver_event()