Searched refs:rnd_state (Results 1 - 4 of 4) sorted by relevance

/drivers/mtd/tests/
H A Dpagetest.c51 static struct rnd_state rnd_state; variable in typeref:struct:rnd_state
57 prandom_bytes_state(&rnd_state, writebuf, mtd->erasesize);
77 prandom_bytes_state(&rnd_state, writebuf, mtd->erasesize);
98 struct rnd_state old_state = rnd_state;
112 prandom_bytes_state(&rnd_state, boundary + pgsize, pgsize);
118 rnd_state = old_state;
226 prandom_bytes_state(&rnd_state, writebuf, pgsize);
251 prandom_bytes_state(&rnd_state, writebu
[all...]
H A Dsubpagetest.c49 static struct rnd_state rnd_state; variable in typeref:struct:rnd_state
62 prandom_bytes_state(&rnd_state, writebuf, subpgsize);
76 prandom_bytes_state(&rnd_state, writebuf, subpgsize);
100 prandom_bytes_state(&rnd_state, writebuf, subpgsize * k);
136 prandom_bytes_state(&rnd_state, writebuf, subpgsize);
163 prandom_bytes_state(&rnd_state, writebuf, subpgsize);
200 prandom_bytes_state(&rnd_state, writebuf, subpgsize * k);
340 prandom_seed_state(&rnd_state, 1);
353 prandom_seed_state(&rnd_state,
[all...]
H A Doobtest.c52 static struct rnd_state rnd_state; variable in typeref:struct:rnd_state
72 prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt);
125 prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt);
220 prandom_bytes_state(&rnd_state, writebuf, len);
338 prandom_seed_state(&rnd_state, 1);
343 prandom_seed_state(&rnd_state, 1);
358 prandom_seed_state(&rnd_state, 3);
364 prandom_seed_state(&rnd_state, 3);
393 prandom_seed_state(&rnd_state,
[all...]
/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2196 port_id = prandom_u32_state(&fip->rnd_state) & 0xffff;
2221 prandom_seed_state(&fip->rnd_state, fip->lp->wwpn);

Completed in 226 milliseconds