Searched refs:wp_cnt (Results 1 – 1 of 1) sorted by relevance
71 static int bp_accounting(int wp_cnt, int share) in bp_accounting() argument74 int i, fd[wp_cnt], fd_wp, ret; in bp_accounting()76 for (i = 0; i < wp_cnt; i++) { in bp_accounting()97 for (i = 0; i < wp_cnt; i++) in bp_accounting()141 static int detect_share(int wp_cnt, int bp_cnt) in detect_share() argument144 int i, fd[wp_cnt + bp_cnt], ret; in detect_share()146 for (i = 0; i < wp_cnt; i++) { in detect_share()151 for (; i < (bp_cnt + wp_cnt); i++) { in detect_share()157 ret = i != (bp_cnt + wp_cnt); in detect_share()182 int wp_cnt = detect_cnt(false); in test__bp_accounting() local[all …]