Searched refs:threshhold (Results 1 – 2 of 2) sorted by relevance
2826 size_t threshhold; member2835 uint32_t threshhold; /* The bcopy() threshhold */ in nxge_tdc_sizes() local2845 threshhold = TX_BCOPY_SIZE; in nxge_tdc_sizes()2847 threshhold = nxge_bcopy_thresh; in nxge_tdc_sizes()2849 tx_size = nxge_tx_ring_size * threshhold; in nxge_tdc_sizes()2875 sizes->threshhold = threshhold; in nxge_tdc_sizes()2941 sizes.tx_size, sizes.cr_size, sizes.threshhold)); in nxge_alloc_txb()2945 sizes.tx_size, sizes.threshhold, num_chunks); in nxge_alloc_txb()
4012 …const mDNSs32 threshhold = m->timenow + mDNSPlatformOneSecond; // See if there are any records ex… in CheckForSoonToExpireRecords() local4059 … if (threshhold - RRExpireTime(rr) >= 0) // If we have records about to expire within a second in CheckForSoonToExpireRecords()