Searched refs:maxv (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/kern/ |
| HD | imgact_elf.c | 892 __CONCAT(rnd_, __elfN(base))(vm_map_t map, u_long minv, u_long maxv, in __CONCAT() 899 if (minv >= maxv || minv + align >= maxv || maxv > vm_map_max(map)) { in __CONCAT() 905 res = roundup(minv, (u_long)align) + rbase % (maxv - minv); 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() 1106 u_long maxalign, maxsalign, mapsz, maxv, maxv1, anon_loc; in __CONCAT() local 1319 maxv = sv->sv_usrstack; in __CONCAT() 1321 maxv -= lim_max(td, RLIMIT_STACK); in __CONCAT() [all …]
|
| /freebsd-14-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_pci.c | 1279 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-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_stats.h | 422 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-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | pci.h | 348 int pci_alloc_irq_vectors(struct pci_dev *pdev, int minv, int maxv,
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | arm_mve.td | 562 defm vmaxvq: Reduction<Scalar, "maxv", [Vector], 1, (seq (Scalar $ret))>;
|