Searched refs:grp_cnt (Results 1 – 2 of 2) sorted by relevance
80 ((grp_cnt = user1_cnt + user2_cnt))92 [[ $(group_object_count $fs $QGROUP) -eq $grp_cnt ]] ||93 log_fail "expected $grp_cnt"103 [[ $(group_object_count $snapfs $QGROUP) -eq $grp_cnt ]] ||104 log_fail "expected $grp_cnt files for $QGROUP"
230 uint32_t grp_cnt; member1521 if (tcp_pace.grp_cnt > 1) { in tcp_choose_hpts_to_run()1522 for (i = 0; i < tcp_pace.grp_cnt; i++) { in tcp_choose_hpts_to_run()1846 tcp_pace.grp_cnt = 0; in tcp_hpts_mod_load()1848 tcp_pace.grp_cnt = 1; in tcp_hpts_mod_load()1852 tcp_pace.grp_cnt = hpts_count_level(cpu_top); in tcp_hpts_mod_load()1853 if (tcp_pace.grp_cnt == 0) { in tcp_hpts_mod_load()1854 tcp_pace.grp_cnt = 1; in tcp_hpts_mod_load()1856 sz = (tcp_pace.grp_cnt * sizeof(struct cpu_group *)); in tcp_hpts_mod_load()1859 if (tcp_pace.grp_cnt == 1) { in tcp_hpts_mod_load()[all …]