Home
last modified time | relevance | path

Searched refs:alloc_loc_track (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/mm/
Dslub.c4618 static int alloc_loc_track(struct loc_track *t, unsigned long max, gfp_t flags) in alloc_loc_track() function
4692 if (t->count >= t->max && !alloc_loc_track(t, 2 * t->max, GFP_ATOMIC)) in add_location()
4737 if (!alloc_loc_track(&t, PAGE_SIZE / sizeof(struct location), in list_locations()