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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dkmemleak.c31 * holding the metadata (struct kmemleak_object) for the allocated memory
34 * kmemleak_object structures are added to the object_list and
38 * - kmemleak_object.lock (spinlock): protects a kmemleak_object. Accesses to
50 * Note that the kmemleak_object.use_count is incremented when an object is
56 * The kmemleak_object structures have a use_count incremented or decremented
59 * kmemleak_object freeing via an RCU callback. All calls to the get_object()
136 struct kmemleak_object { struct
282 struct kmemleak_object *object)
314 static bool color_white(const struct kmemleak_object *objec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dkmemleak.c31 * holding the metadata (struct kmemleak_object) for the allocated memory
34 * kmemleak_object structures are added to the object_list and
38 * - kmemleak_object.lock (spinlock): protects a kmemleak_object. Accesses to
50 * Note that the kmemleak_object.use_count is incremented when an object is
56 * The kmemleak_object structures have a use_count incremented or decremented
59 * kmemleak_object freeing via an RCU callback. All calls to the get_object()
136 struct kmemleak_object { struct
282 struct kmemleak_object *object)
314 static bool color_white(const struct kmemleak_object *objec
[all...]

Completed in 101 milliseconds