Home
last modified time | relevance | path

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

/mm/
Dslub.c5088 struct location { struct
5103 struct location *loc; argument
5113 get_order(sizeof(struct location) * t->max)); in free_loc_track()
5118 struct location *l; in alloc_loc_track()
5121 order = get_order(sizeof(struct location) * max); in alloc_loc_track()
5128 memcpy(l, t->loc, sizeof(struct location) * t->count); in alloc_loc_track()
5140 struct location *l; in add_location()
5196 (t->count - pos) * sizeof(struct location)); in add_location()
6072 struct location *l; in slab_debugfs_show()
6171 if (!alloc_loc_track(t, PAGE_SIZE / sizeof(struct location), GFP_KERNEL)) { in slab_debug_trace_open()
DKconfig249 Allows the migration of the physical location of pages of processes
/mm/kasan/
Dkasan.h239 struct kasan_source_location *location; member