Searched refs:kMaxAsyncArgs (Results 1 – 2 of 2) sorted by relevance
64 kMaxAsyncArgs = 16 enumerator
2264 OSBoundedArray<io_user_reference_t, kMaxAsyncArgs> args64; in sendAsyncResult()2267 if (numArgs > kMaxAsyncArgs) { in sendAsyncResult()2306 uint32_t args[kMaxAsyncArgs]; in _sendAsyncResult64()2311 io_user_reference_t args[kMaxAsyncArgs] __attribute__ ((packed)); in _sendAsyncResult64()2325 if (numArgs > kMaxAsyncArgs) { in _sendAsyncResult64()2338 - (kMaxAsyncArgs - numArgs) * sizeof(io_user_reference_t); in _sendAsyncResult64()2354 - (kMaxAsyncArgs - numArgs) * sizeof(uint32_t); in _sendAsyncResult64()