Searched refs:min_count (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_pool.h291 IN const size_t min_count,
303 * min_count
/freebsd-13-stable/sys/contrib/zlib/
H A Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbtree.c1323 uint64_t min_count = (BTREE_CORE_ELEMS / 2) - 1; local
1352 hdr->bth_count > min_count) {
1364 ASSERT3U(hdr->bth_count, ==, min_count);
1385 if (l_hdr != NULL && l_hdr->bth_count > min_count) {
1421 if (r_hdr != NULL && r_hdr->bth_count > min_count) {
1516 ASSERT3U(keep_hdr->bth_count, ==, (min_count * 2) + 1);
1601 uint64_t min_count = (capacity / 2) - 1; local
1607 if (hdr->bth_count > min_count || hdr->bth_parent == NULL) {
1623 ASSERT3U(hdr->bth_count, ==, min_count);
1643 if (l_hdr != NULL && l_hdr->bth_count > min_count) {
[all...]
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_fha_new.c474 int req_count, min_count = 0; local
526 if ((min_thread == NULL) || (req_count < min_count)) {
527 min_count = req_count;
/freebsd-13-stable/sys/dev/pci/
H A Dpcib_private.h169 int min_count);
H A Dpci_pci.c604 pcib_setup_secbus(device_t dev, struct pcib_secbus *bus, int min_count) argument
640 min_count, 0);
648 } else if (rman_get_size(bus->res) < min_count)
655 min_count - 1);
/freebsd-13-stable/sys/dev/vmd/
H A Dvmd.c305 int min_count = 1; local
410 min_count, 0);
418 } else if (rman_get_size(bus->res) < min_count) {
425 min_count - 1);
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c1052 uint32_t min_count = 0xFFFFFFFF; local
1109 if (count[port_num] < min_count)
1110 min_count = count[port_num];
1115 if (verbose || ((max_count - min_count) > 1)) {
1116 if ((max_count - min_count) > 1)
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-port.cc804 const size_t min_count = (repeat == '+') ? 1 : 0; local
812 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {

Completed in 140 milliseconds