Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dimgact_elf.c899 if (minv >= maxv || minv + align >= maxv || maxv > vm_map_max(map)) { in __CONCAT()
907 if (res >= maxv) in __CONCAT()
912 res, minv, maxv, rbase)); in __CONCAT()
913 KASSERT(res < maxv, in __CONCAT()
915 res, maxv, minv, rbase)); in __CONCAT()
1319 maxv = sv->sv_usrstack; in __CONCAT()
1321 maxv -= lim_max(td, RLIMIT_STACK); in __CONCAT()
1322 if (error == 0 && mapsz >= maxv - vm_map_min(map)) { in __CONCAT()
1333 maxv / 2, maxalign, &imgp->et_dyn_addr); in __CONCAT()
1357 maxv1 = maxv / 2 + addr / 2; in __CONCAT()
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1279 pci_alloc_irq_vectors(struct pci_dev *pdev, int minv, int maxv, in pci_alloc_irq_vectors() argument
1288 entries = kcalloc(maxv, sizeof(*entries), GFP_KERNEL); in pci_alloc_irq_vectors()
1293 for (i = 0; i < maxv; ++i) in pci_alloc_irq_vectors()
1295 error = pci_enable_msix(pdev, entries, maxv); in pci_alloc_irq_vectors()
1304 error = _lkpi_pci_enable_msi_range(pdev, minv, maxv); in pci_alloc_irq_vectors()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h422 statistic(double minv, double maxv, double meanv, uint64_t sc, double sd) in statistic() argument
423 : minVal(minv), maxVal(maxv), meanVal(meanv), m2(sd * sd * sc), in statistic()
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h348 int pci_alloc_irq_vectors(struct pci_dev *pdev, int minv, int maxv,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve.td562 defm vmaxvq: Reduction<Scalar, "maxv", [Vector], 1, (seq (Scalar $ret))>;