OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:axmap
(Results
1 - 8
of
8
) sorted by null
/external/fio/lib/
axmap.h
6
struct
axmap
;
7
struct
axmap
*axmap_new(unsigned long nr_bits);
8
void axmap_free(struct
axmap
*bm);
10
void axmap_clear(struct
axmap
*
axmap
, uint64_t bit_nr);
11
void axmap_set(struct
axmap
*
axmap
, uint64_t bit_nr);
12
unsigned int axmap_set_nr(struct
axmap
*
axmap
, uint64_t bit_nr, unsigned int nr_bits);
13
int axmap_isset(struct
axmap
*axmap, uint64_t bit_nr)
[
all
...]
axmap.c
3
* the previous. Hence an '
axmap
', since we axe each previous layer into a
24
#include "
axmap
.h"
47
struct
axmap
{
struct
62
void axmap_reset(struct
axmap
*
axmap
)
66
for (i = 0; i <
axmap
->nr_levels; i++) {
67
struct axmap_level *al = &
axmap
->levels[i];
72
axmap
->first_free = 0;
75
void axmap_free(struct
axmap
*
axmap
)
91
struct
axmap
*
axmap
;
local
[
all
...]
/external/fio/t/
axmap.c
9
#include "../lib/
axmap
.h"
24
struct
axmap
*map;
75
struct
axmap
*map;
/external/fio/
file.h
9
#include "lib/
axmap
.h"
113
struct
axmap
*io_axmap;
Makefile
35
cconv.c lib/prio_tree.c json.c lib/zipf.c lib/
axmap
.c \
161
T_AXMAP_OBJS = t/
axmap
.o
162
T_AXMAP_OBJS += lib/lfsr.o lib/
axmap
.o
163
T_AXMAP_PROGS = t/
axmap
270
t/
axmap
: $(T_AXMAP_OBJS)
Android.mk
31
lib/num2str.c lib/prio_tree.c lib/rand.c lib/zipf.c lib/inet_aton.c lib/
axmap
.c \
filesetup.c
17
#include "lib/
axmap
.h"
io_u.c
13
#include "lib/
axmap
.h"
[
all
...]
Completed in 2535 milliseconds