Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_svc.c95 #define MAX_EINTR_COUNT 1000 macro
2349 } while ((ret == EINTR) && (eintr_count < MAX_EINTR_COUNT)); in rdc_writemaxfba()
2754 } while ((ret == EINTR) && (eintr_count < MAX_EINTR_COUNT)); in rdc_readmaxfba()
/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv.c99 #define MAX_EINTR_COUNT 1000 macro
895 } while ((rc == EINTR) && (eintr_count < MAX_EINTR_COUNT)); in sv_reserve()