Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Dgroupspace_003_pos.ksh81 ((grp_cnt = user1_cnt + user2_cnt))
93 [[ $(group_object_count $fs $QGROUP) -eq $grp_cnt ]] ||
94 log_fail "expected $grp_cnt"
104 [[ $(group_object_count $snapfs $QGROUP) -eq $grp_cnt ]] ||
105 log_fail "expected $grp_cnt files for $QGROUP"
/freebsd/sys/netinet/
H A Dtcp_hpts.c1540 if (pace->grp_cnt > 1) { in tcp_choose_hpts_to_run()
1541 for (i = 0; i < pace->grp_cnt; i++) { in tcp_choose_hpts_to_run()
1868 pace->grp_cnt = 1; in tcp_hptsi_create()
1872 pace->grp_cnt = hpts_count_level(cpu_top); in tcp_hptsi_create()
1873 if (pace->grp_cnt == 0) { in tcp_hptsi_create()
1874 pace->grp_cnt = 1; in tcp_hptsi_create()
1876 sz = (pace->grp_cnt * sizeof(struct cpu_group *)); in tcp_hptsi_create()
1879 if (pace->grp_cnt == 1) { in tcp_hptsi_create()
1894 hpts_gather_grps(pace->grps, &count, pace->grp_cnt, cpu_top); in tcp_hptsi_create()
2015 for (j = 0; j < pace->grp_cnt; j++) { in tcp_hptsi_start()
H A Dtcp_hpts_internal.h154 uint32_t grp_cnt; member
H A Dtcp_hpts_test.c460 KTEST_VERIFY(pace->grp_cnt >= 1); /* At least one group */ in KTEST_FUNC()