HomeSort by: relevance | last modified time | path
    Searched defs:random_maxread (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/librumpuser/
rumpuser_random.c 49 static const size_t random_maxread = 32; variable in typeref:typename:const size_t
81 rv = read(random_fd, buf, buflen > random_maxread ? random_maxread : buflen);
87 buflen = buflen > random_maxread ? random_maxread : buflen;

Completed in 11 milliseconds