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

  /src/tests/kernel/
t_lockf.c 65 random_uint32(void) function in typeref:typename:u_int32_t
87 fl.l_start = random_uint32() % filesize;
88 fl.l_len = random_uint32() % filesize;
89 switch (random_uint32() % 3) {
t_lockf.c 65 random_uint32(void) function in typeref:typename:u_int32_t
87 fl.l_start = random_uint32() % filesize;
88 fl.l_len = random_uint32() % filesize;
89 switch (random_uint32() % 3) {

Completed in 44 milliseconds