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