Home
last modified time | relevance | path

Searched refs:kmemleak_object (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dkmemleak.c19 * metadata (struct kmemleak_object) for the allocated memory blocks.
23 * allocated with physical address. The kmemleak_object structures are
28 * - kmemleak_object.lock (raw_spinlock_t): protects a kmemleak_object.
40 * Note that the kmemleak_object.use_count is incremented when an object is
53 * The kmemleak_object structures have a use_count incremented or decremented
56 * kmemleak_object freeing via an RCU callback. All calls to the get_object()
143 struct kmemleak_object { struct
202 static struct kmemleak_object mem_pool[CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE];
296 struct kmemleak_object *objec in hex_dump_object()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dkmemleak.c18 * holding the metadata (struct kmemleak_object) for the allocated memory
21 * kmemleak_object structures are added to the object_list and
25 * - kmemleak_object.lock (raw_spinlock_t): protects a kmemleak_object.
37 * Note that the kmemleak_object.use_count is incremented when an object is
50 * The kmemleak_object structures have a use_count incremented or decremented
53 * kmemleak_object freeing via an RCU callback. All calls to the get_object()
137 struct kmemleak_object { struct
189 static struct kmemleak_object mem_pool[CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE];
281 struct kmemleak_object *objec in hex_dump_object()
[all...]

Completed in 4 milliseconds