Searched refs:lmin (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | main.c | 35 int lmin, lmax; /* packet len */ member 447 c->lmin = c->lmax = 1280; /* packet len */ in init() 480 c->lmin = getnum(av[1], NULL, av[0]); in init() 481 c->lmax = c->lmin; in init() 515 if (c->lmin <= 0) in init() 516 c->lmin = 1; in init()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_init.c | 181 physmem_est = lmin(physmem, btoc(vm_map_max(kernel_map) - in vm_ksubmap_init()
|
| H A D | uma_core.c | 684 zdom->uzd_imin -= lmin(zdom->uzd_imin, bucket->ub_cnt); in zone_fetch_bucket()
|
| /f-stack/freebsd/sys/ |
| H A D | libkern.h | 94 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin() function
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timewait.c | 298 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in tcp_twstart()
|
| H A D | tcp_output.c | 575 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in tcp_output()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_bio.c | 1211 hirunningspace = lmax(lmin(roundup(hibufspace / 64, maxbcachebuf), in bufinit()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 12068 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in bbr_output_wtime() 12747 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in bbr_output_wtime()
|
| H A D | rack.c | 12625 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in rack_output()
|