Searched refs:lmax (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/libkern/
H A Dlibkern.h108 lmax(long a, long b) function
/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_qfq.c125 err = qfq_add_queue(qif, a->qlimit, a->weight, a->pq_u.qfq_opts.lmax,
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_qfq.h104 u_int32_t lmax; member in struct:qfq_classstats
218 * which is log_2(lmax/weight), but we never reference it
H A Dpktsched_qfq.c149 * inside a group. This is approx lmax/lmin + 5. Used when ALTQ is
1516 sp->lmax = cl->cl_lmax;
/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h1618 u_int32_t lmax; member in struct:qfq_opts
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c3449 sfs.f_iosize = lmax(sp->f_iosize, sp->f_bsize);
H A Dvfs_syscalls.c9369 sfs.f_iosize = lmax(sfsp->f_iosize, sfsp->f_bsize);

Completed in 240 milliseconds