OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_WsbmMMNode
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libwsbm/src/
wsbm_mm.h
53
struct
_WsbmMMNode
63
extern struct
_WsbmMMNode
*wsbmMMSearchFree(const struct _WsbmMM *mm,
67
extern struct
_WsbmMMNode
*wsbmMMGetBlock(struct
_WsbmMMNode
*parent,
70
extern void wsbmMMPutBlock(struct
_WsbmMMNode
*cur);
wsbm_mm.c
57
struct
_WsbmMMNode
*entry;
60
entry = WSBMLISTENTRY(tail_node, struct
_WsbmMMNode
, ml_entry);
72
struct
_WsbmMMNode
*entry;
75
entry = WSBMLISTENTRY(tail_node, struct
_WsbmMMNode
, ml_entry);
91
struct
_WsbmMMNode
*child;
93
child = (struct
_WsbmMMNode
*)malloc(sizeof(*child));
108
static struct
_WsbmMMNode
*
109
wsbmMMSplitAtStart(struct
_WsbmMMNode
*parent, unsigned long size)
111
struct
_WsbmMMNode
*child;
113
child = (struct
_WsbmMMNode
*)malloc(sizeof(*child))
[
all
...]
wsbm_userpool.c
81
struct
_WsbmMMNode
*node;
Completed in 44 milliseconds