Searched refs:kMaxAsyncArgs (Results 1 – 2 of 2) sorted by relevance
64 kMaxAsyncArgs = 16 enumerator
2135 io_user_reference_t args64[kMaxAsyncArgs]; in sendAsyncResult()2138 if (numArgs > kMaxAsyncArgs) { in sendAsyncResult()2177 uint32_t args[kMaxAsyncArgs]; in _sendAsyncResult64()2182 io_user_reference_t args[kMaxAsyncArgs] __attribute__ ((packed)); in _sendAsyncResult64()2196 if (numArgs > kMaxAsyncArgs) { in _sendAsyncResult64()2209 - (kMaxAsyncArgs - numArgs) * sizeof(io_user_reference_t); in _sendAsyncResult64()2225 - (kMaxAsyncArgs - numArgs) * sizeof(uint32_t); in _sendAsyncResult64()