OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:axmap_new
(Results
1 - 4
of
4
) sorted by null
/external/fio/lib/
axmap.h
7
struct axmap *
axmap_new
(unsigned long nr_bits);
axmap.c
88
struct axmap *
axmap_new
(unsigned long nr_bits)
function
/external/fio/t/
axmap.c
33
map =
axmap_new
(size);
82
map =
axmap_new
(map_size);
/external/fio/
filesetup.c
1052
f->io_axmap =
axmap_new
(blocks);
Completed in 474 milliseconds