Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_dpdk_if.c142 static struct ff_top_args ff_top_status; variable
1465 msg->top = ff_top_status;
1939 ff_top_status.sys_tsc += sys_tsc;
1942 ff_top_status.usr_tsc += usr_tsc;
1943 ff_top_status.work_tsc += end_tsc - cur_tsc;
1944 ff_top_status.idle_tsc += end_tsc - cur_tsc - usr_tsc - sys_tsc;
1946 ff_top_status.loops++;