OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:axmap
(Results
1 - 2
of
2
) sorted by null
/external/fio/lib/
axmap.c
3
* the previous. Hence an '
axmap
', since we axe each previous layer into a
24
#include "
axmap
.h"
46
struct
axmap
{
struct
61
void axmap_reset(struct
axmap
*
axmap
)
65
for (i = 0; i <
axmap
->nr_levels; i++) {
66
struct axmap_level *al = &
axmap
->levels[i];
71
axmap
->first_free = 0;
74
void axmap_free(struct
axmap
*
axmap
)
90
struct
axmap
*
axmap
;
local
[
all
...]
/external/fio/
file.h
9
#include "lib/
axmap
.h"
31
FIO_FILE_axmap = 1 << 7, /* uses
axmap
*/
135
struct
axmap
*io_axmap;
177
FILE_FLAG_FNS(
axmap
);
variable
Completed in 4739 milliseconds