Searched defs:location (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dslub.c2878 * the possible location of the free pointer.
4150 struct location { struct
4165 struct location *loc;
4172 get_order(sizeof(struct location) * t->max));
4177 struct location *l;
4180 order = get_order(sizeof(struct location) * max);
4187 memcpy(l, t->loc, sizeof(struct location) * t->count);
4199 struct location *l;
4255 (t->count - pos) * sizeof(struct location));
4296 if (!map || !alloc_loc_track(&t, PAGE_SIZE / sizeof(struct location),
[all...]

Completed in 14 milliseconds