Searched refs:ISC_MAX (Results 1 – 4 of 4) sorted by relevance
290 needed = ISC_MAX(needed, THRESHOLD_BITS); in fillpool()305 needed = ISC_MAX(needed, THRESHOLD_BITS - ent->initialized); in fillpool()406 maxfd = ISC_MAX(maxfd, fd); in wait_for_sources()419 maxfd = ISC_MAX(maxfd, fd); in wait_for_sources()424 maxfd = ISC_MAX(maxfd, fd); in wait_for_sources()
125 needed = ISC_MAX(needed, THRESHOLD_BITS); in fillpool()140 needed = ISC_MAX(needed, THRESHOLD_BITS - ent->initialized); in fillpool()
56 #define ISC_MAX(a, b) ((a) > (b) ? (a) : (b)) macro
567 fillcount = ISC_MAX(remain * 8, count * 8); in isc_entropy_getdata()