Home
last modified time | relevance | path

Searched refs:threshhold (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_main.c2826 size_t threshhold; member
2835 uint32_t threshhold; /* The bcopy() threshhold */ in nxge_tdc_sizes() local
2845 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()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c4012 …const mDNSs32 threshhold = m->timenow + mDNSPlatformOneSecond; // See if there are any records ex… in CheckForSoonToExpireRecords() local
4059 … if (threshhold - RRExpireTime(rr) >= 0) // If we have records about to expire within a second in CheckForSoonToExpireRecords()