Searched refs:cntl (Results 1 – 1 of 1) sorted by relevance
110 #define MMF_CREATE(cntl, align) \ argument111 ((align) ? (MMF_SET_CNTL((mm_flag_t)0, (cntl) | MMF_REQUEST_ALIGN) | \113 : (MMF_SET_CNTL((mm_flag_t)0, (cntl) & ~MMF_REQUEST_ALIGN)))
Completed in 2 milliseconds