Searched refs:kMaxAsyncArgs (Results 1 – 2 of 2) sorted by relevance
64 kMaxAsyncArgs = 16 enumerator
2231 OSBoundedArray<io_user_reference_t, kMaxAsyncArgs> args64; in sendAsyncResult()2234 if (numArgs > kMaxAsyncArgs) { in sendAsyncResult()2273 uint32_t args[kMaxAsyncArgs]; in _sendAsyncResult64()2278 io_user_reference_t args[kMaxAsyncArgs] __attribute__ ((packed)); in _sendAsyncResult64()2292 if (numArgs > kMaxAsyncArgs) { in _sendAsyncResult64()2305 - (kMaxAsyncArgs - numArgs) * sizeof(io_user_reference_t); in _sendAsyncResult64()2321 - (kMaxAsyncArgs - numArgs) * sizeof(uint32_t); in _sendAsyncResult64()