Home
last modified time | relevance | path

Searched refs:put_object (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dkmemleak.c54 * 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 Di915_gem_coherency.c382 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 Di915_gem_coherency.c379 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 Dkmemleak.c51 * 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 Dfscache-cache.h266 void (*put_object)(struct fscache_object *object, member
/kernel/linux/linux-5.10/fs/fscache/
H A Dcookie.c509 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 Dobject.c790 object->cache->ops->put_object(object, why); in fscache_put_object()
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dnamei.c242 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 Dinterface.c560 .put_object = cachefiles_put_object,

Completed in 11 milliseconds