Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 10 of 10) sorted by relevance

/f-stack/tools/compat/
H A Dcompat.h53 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_driver.c237 static u32 __generate_thresh(u32 val, int roundup) in __generate_thresh()
/f-stack/freebsd/sys/
H A Dparam.h309 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.c199 static __inline__ uint32_t GenerateThresh(uint32_t val, int roundup) in GenerateThresh()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h144 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h175 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.h616 static __inline__ uint32_t GenerateCgrThresh(uint64_t val, int roundup) in GenerateCgrThresh()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h561 int roundup) in qm_fqd_taildrop_set()
710 int roundup) in qm_cgr_cs_thres_set64()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h832 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h90 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro