Home
last modified time | relevance | path

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

/f-stack/tools/top/
H A Dtop.c55 struct ff_top_args ptop[RTE_MAX_LCORE], potop[RTE_MAX_LCORE]; in main() local
65 #define TOP_DIFF_P(member) (ptop[j].member - potop[j].member) in main()
134 potop[j] = ptop[j]; in main()
137 if (cpu_status(&ptop[j])) { in main()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c6964 ipf_tune_findbycookie(ptop, cookie, next) in ipf_tune_findbycookie() argument
6965 ipftuneable_t **ptop; in ipf_tune_findbycookie()
6970 for (ta = *ptop; ta->ipft_name != NULL; ta++)
6984 *next = ptop;
6989 for (tap = ptop; (ta = *tap) != NULL; tap = &ta->ipft_next)