Searched refs:MAX (Results 251 - 275 of 469) sorted by relevance

<<111213141516171819

/freebsd-current/sys/riscv/riscv/
H A Dbusdma_bounce.c295 pages = MAX(atop(dmat->common.maxsize), 1);
297 pages = MAX(pages, 1);
/freebsd-current/sys/x86/x86/
H A Dbusdma_bounce.c327 pages = MAX(atop(dmat->common.maxsize), 1);
330 pages = MAX(pages, 1);
/freebsd-current/sys/arm64/arm64/
H A Dbusdma_bounce.c289 newtag->alloc_alignment = MAX(newtag->common.alignment,
436 pages = MAX(pages, 2);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c816 uint64_t limit = (arc_c_max / 2) / MAX(rvd->vdev_children, 1);
817 vr->vr_bytes_inflight_max = MIN(limit, MAX(1ULL << 20,
H A Darc.c3857 arc_need_free = MAX(-remaining, 0);
3860 MAX(-remaining, (int64_t)(aw->aew_count - arc_evict_count));
4420 arc_c = MAX((int64_t)c - to_free, (int64_t)arc_c_min);
4750 uint64_t dc = MAX(bytes, SPA_OLD_MAXBLOCKSIZE);
4764 int64_t overflow = MAX(SPA_MAXBLOCKSIZE,
4863 aw.aew_count = MAX(last_count, arc_evict_count) + amount;
6774 anon_size = MAX((int64_t)
7171 arc_c = MAX(arc_c, arc_c_min);
7229 *maxcountp = MAX(*maxcountp, multilist_get_num_sublists(ml));
7576 arc_c_min = MAX(allme
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1159 jobLog = MAX(21, ZSTD_cycleLog(params->cParams.chainLog, params->cParams.strategy) + 3);
1161 jobLog = MAX(20, params->cParams.windowLog + 2);
1296 size_t const nbWorkers = MAX(mtctx->params.nbWorkers, 1);
1298 size_t const capacity = MAX(windowSize, sectionsSize) + slackSize;
1855 if (input->pos < input->size) return MAX(remainingToFlush, 1); /* input not consumed : do not end flush yet */
/freebsd-current/sys/vm/
H A Dvm_phys.c1446 pa_start = MAX(low, seg->start);
1568 if (VM_PAGE_TO_PHYS(m) < MAX(low, seg->start))
1571 VM_PAGE_TO_PHYS(m) - max_size >= MAX(low, seg->start) &&
/freebsd-current/contrib/diff/src/
H A Dio.c568 lin guessed_lines = MAX (1, t / guessed_bytes_per_line);
/freebsd-current/contrib/nvi/common/
H A Dlog.c721 blen = p2roundup(MAX(len, 512));
/freebsd-current/sys/contrib/edk2/Include/
H A DBase.h926 #define MAX(a, b) \ macro
/freebsd-current/sys/dev/sfxge/common/
H A Defx_mac.c677 low = MAX((unsigned int)rngp->first, el_min);
/freebsd-current/sys/dev/evdev/
H A Devdev_mt.c576 value = MAX(MIN(value, stmax), 0);
/freebsd-current/sys/netpfil/pf/
H A Dpf_osfp.c189 optlen = MAX(optlen, 1); /* paranoia */
H A Dpf_norm.c1582 hlen -= MAX(opt[1], 2);
1583 opt += MAX(opt[1], 2);
1736 hlen -= MAX(opt[1], 2);
1737 opt += MAX(opt[1], 2);
/freebsd-current/sys/powerpc/aim/
H A Dmoea64_native.c605 MAX(256*1024, size));
/freebsd-current/lib/libc/tests/sys/
H A Dcpuset_test.c495 maxfd = MAX(fd, pfd);
/freebsd-current/sys/dev/ata/
H A Data-all.h153 #define ATA_DMA_ENTRIES MAX(17, btoc(maxphys) + 1)
/freebsd-current/sys/powerpc/powernv/
H A Dopal_pci.c370 tce_tbl_size = MAX(entries * sizeof(uint64_t), 4096);
/freebsd-current/sys/powerpc/powerpc/
H A Dintr_machdep.c390 nirqs = MAX(nirqs, irq);
/freebsd-current/usr.bin/netstat/
H A Dsctp.c264 x_max = MAX(xl_total, xr_total);
/freebsd-current/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c478 num_pins = MAX(num_clear_pins, num_change_pins);
/freebsd-current/sys/dev/uart/
H A Duart_core.c629 sc->sc_rxbufsz = MAX(384, sc->sc_rxfifosz * 3);
/freebsd-current/bin/dd/
H A Ddd.c234 } else if ((in.db = malloc(MAX((size_t)in.dbsz, cbsz) + cbsz)) == NULL ||
/freebsd-current/sys/dev/proto/
H A Dproto_busdma.c84 tag->align = MAX(ioc->u.tag.align, parent->align);
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c346 MAX(uniq_cols_width[i],

Completed in 234 milliseconds

<<111213141516171819