Searched defs:ALLOC_RETRY (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c1038 * ALLOC_RETRY attempts to get a buffer that doesn't cross a 64k boundary.
1043 #define ALLOC_RETRY 10 macro
1046 ddi_acc_handle_t hold[ALLOC_RETRY];
1048 while (cnt < ALLOC_RETRY) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h134 #define ALLOC_RETRY 3 macro

Completed in 63 milliseconds