Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dbp_account.c141 static int detect_share(int wp_cnt, int bp_cnt) in detect_share() argument
144 int i, fd[wp_cnt + bp_cnt], ret; in detect_share()
151 for (; i < (bp_cnt + wp_cnt); i++) { in detect_share()
157 ret = i != (bp_cnt + wp_cnt); in detect_share()
183 int bp_cnt = detect_cnt(true); in test__bp_accounting() local
184 int share = detect_share(wp_cnt, bp_cnt); in test__bp_accounting()
187 wp_cnt, bp_cnt, has_ioctl, share); in test__bp_accounting()
189 if (!wp_cnt || !bp_cnt || !has_ioctl) in test__bp_accounting()