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