Lines Matching defs:kmemleak_object
139 struct kmemleak_object { struct
140 raw_spinlock_t lock;
141 unsigned int flags; /* object status flags */
142 struct list_head object_list;
143 struct list_head gray_list;
144 struct rb_node rb_node;
145 struct rcu_head rcu; /* object_list lockless traversal */
147 atomic_t use_count;
148 unsigned long pointer;
149 size_t size;
151 unsigned long excess_ref;
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 */