Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h222 #define DAPL_MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1707 DAPL_MAX(evd_ptr->threshold, NUM_EVENTS_PER_POLL); in dapls_ib_event_poll()