Lines Matching refs:track
189 struct track { struct
500 static struct track *get_track(struct kmem_cache *s, void *object, in get_track()
503 struct track *p; in get_track()
516 struct track *p = get_track(s, object, alloc); in set_track()
544 memset(p, 0, sizeof(struct track)); in set_track()
556 static void print_track(const char *s, struct track *t) in print_track()
646 off += 2 * sizeof(struct track); in print_trailer()
770 off += 2 * sizeof(struct track); in check_pad_bytes()
3284 size += 2 * sizeof(struct track); in calculate_sizes()
4224 const struct track *track) in add_location() argument
4229 unsigned long age = jiffies - track->when; in add_location()
4245 if (track->addr == caddr) { in add_location()
4249 if (track->when) { in add_location()
4256 if (track->pid < l->min_pid) in add_location()
4257 l->min_pid = track->pid; in add_location()
4258 if (track->pid > l->max_pid) in add_location()
4259 l->max_pid = track->pid; in add_location()
4261 cpumask_set_cpu(track->cpu, in add_location()
4264 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
4268 if (track->addr < caddr) in add_location()
4286 l->addr = track->addr; in add_location()
4290 l->min_pid = track->pid; in add_location()
4291 l->max_pid = track->pid; in add_location()
4293 cpumask_set_cpu(track->cpu, to_cpumask(l->cpus)); in add_location()
4295 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()