Lines Matching defs:kmemleak_object
148 struct kmemleak_object { struct
149 spinlock_t lock;
150 unsigned long flags; /* object status flags */
151 struct list_head object_list;
152 struct list_head gray_list;
153 struct rb_node rb_node;
154 struct rcu_head rcu; /* object_list lockless traversal */
156 atomic_t use_count;
157 unsigned long pointer;
158 size_t size;
160 int min_count;
162 int count;
164 u32 checksum;
166 struct hlist_head area_list;
167 unsigned long trace[MAX_TRACE];
168 unsigned int trace_len;
169 unsigned long jiffies; /* creation timestamp */
170 pid_t pid; /* pid of the current task */
171 char comm[TASK_COMM_LEN]; /* executable name */