Searched refs:min_not_zero (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dminmax.h47 #define min_not_zero(x, y) ({ \ macro
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h99 * min_not_zero - return the minimum that is _not_ zero, unless both are zero
103 #ifndef min_not_zero
104 #define min_not_zero(x, y) ({ \ macro
H A Dqplib_rcfw.c1330 rcfw->curr_shadow_qd = min_not_zero(cmdq_shadow_qd,

Completed in 103 milliseconds