Lines Matching refs:track
189 struct track { struct
498 static struct track *get_track(struct kmem_cache *s, void *object, in get_track()
501 struct track *p; in get_track()
514 struct track *p = get_track(s, object, alloc); in set_track()
542 memset(p, 0, sizeof(struct track)); in set_track()
554 static void print_track(const char *s, struct track *t) in print_track()
644 off += 2 * sizeof(struct track); in print_trailer()
768 off += 2 * sizeof(struct track); in check_pad_bytes()
3070 size += 2 * sizeof(struct track); in calculate_sizes()
4009 const struct track *track) in add_location() argument
4014 unsigned long age = jiffies - track->when; in add_location()
4030 if (track->addr == caddr) { in add_location()
4034 if (track->when) { in add_location()
4041 if (track->pid < l->min_pid) in add_location()
4042 l->min_pid = track->pid; in add_location()
4043 if (track->pid > l->max_pid) in add_location()
4044 l->max_pid = track->pid; in add_location()
4046 cpumask_set_cpu(track->cpu, in add_location()
4049 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
4053 if (track->addr < caddr) in add_location()
4071 l->addr = track->addr; in add_location()
4075 l->min_pid = track->pid; in add_location()
4076 l->max_pid = track->pid; in add_location()
4078 cpumask_set_cpu(track->cpu, to_cpumask(l->cpus)); in add_location()
4080 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()