Searched refs:put_object (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | kmemleak.c | 54 * using the get_object()/put_object() functions. When the use_count becomes 55 * 0, this count can no longer be incremented and put_object() schedules the 507 * Once use_count is 0 (guaranteed by put_object), there is no other in free_object_rcu() 519 * an RCU callback. Since put_object() may be called via the kmemleak_free() -> 524 static void put_object(struct kmemleak_object *object) in put_object() function 740 * Mark the object as not allocated and schedule RCU freeing via put_object(). 756 put_object(object); in __delete_object() 843 put_object(object); in paint_ptr() 912 put_object(object); in add_scan_area() 936 put_object(objec in object_set_excess_ref() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_coherency.c | 382 goto put_object; in igt_gem_coherency() 391 goto put_object; in igt_gem_coherency() 402 goto put_object; in igt_gem_coherency() 412 goto put_object; in igt_gem_coherency() 427 put_object: in igt_gem_coherency()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_coherency.c | 379 goto put_object; in igt_gem_coherency() 388 goto put_object; in igt_gem_coherency() 399 goto put_object; in igt_gem_coherency() 409 goto put_object; in igt_gem_coherency() 424 put_object: in igt_gem_coherency()
|
/kernel/linux/linux-5.10/mm/ |
H A D | kmemleak.c | 51 * using the get_object()/put_object() functions. When the use_count becomes 52 * 0, this count can no longer be incremented and put_object() schedules the 472 * Once use_count is 0 (guaranteed by put_object), there is no other in free_object_rcu() 484 * an RCU callback. Since put_object() may be called via the kmemleak_free() -> 489 static void put_object(struct kmemleak_object *object) in put_object() function 657 * Mark the object as not allocated and schedule RCU freeing via put_object(). 673 put_object(object); in __delete_object() 760 put_object(object); in paint_ptr() 829 put_object(object); in add_scan_area() 853 put_object(objec in object_set_excess_ref() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscache-cache.h | 266 void (*put_object)(struct fscache_object *object, member
|
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | cookie.c | 509 cache->ops->put_object(object, fscache_obj_put_attach_fail); in fscache_alloc_object() 529 cache->ops->put_object(object, fscache_obj_put_alloc_fail); in fscache_alloc_object()
|
H A D | object.c | 790 object->cache->ops->put_object(object, why); in fscache_put_object()
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | namei.c | 242 cache->cache.ops->put_object(&xobject->fscache, in cachefiles_mark_object_active() 247 cache->cache.ops->put_object(&xobject->fscache, in cachefiles_mark_object_active()
|
H A D | interface.c | 560 .put_object = cachefiles_put_object,
|
Completed in 11 milliseconds