Searched refs:alloc_loc_track (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 4622 static int alloc_loc_track(struct loc_track *t, unsigned long max, gfp_t flags) in alloc_loc_track() function 4696 if (t->count >= t->max && !alloc_loc_track(t, 2 * t->max, GFP_ATOMIC)) in add_location() 4741 if (!alloc_loc_track(&t, PAGE_SIZE / sizeof(struct location), in list_locations()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 5260 static int alloc_loc_track(struct loc_track *t, unsigned long max, gfp_t flags) in alloc_loc_track() function 5348 if (t->count >= t->max && !alloc_loc_track(t, 2 * t->max, GFP_ATOMIC)) in add_location() 6411 if (!alloc_loc_track(t, PAGE_SIZE / sizeof(struct location), GFP_KERNEL)) { in slab_debug_trace_open()
|
Completed in 16 milliseconds