Lines Matching defs:kmemleak_object
137 struct kmemleak_object { struct
138 spinlock_t lock;
139 unsigned int flags; /* object status flags */
140 struct list_head object_list;
141 struct list_head gray_list;
142 struct rb_node rb_node;
143 struct rcu_head rcu; /* object_list lockless traversal */
145 atomic_t use_count;
146 unsigned long pointer;
147 size_t size;
149 unsigned long excess_ref;
151 int min_count;
153 int count;
155 u32 checksum;
157 struct hlist_head area_list;
158 unsigned long trace[MAX_TRACE];
159 unsigned int trace_len;
160 unsigned long jiffies; /* creation timestamp */
161 pid_t pid; /* pid of the current task */
162 char comm[TASK_COMM_LEN]; /* executable name */