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

/linux-4.1.27/mm/
H A Dkmemleak.c57 * using the get_object()/put_object() functions. When the use_count becomes
58 * 0, this count can no longer be incremented and put_object() schedules the
450 * Once use_count is 0 (guaranteed by put_object), there is no other free_object_rcu()
462 * an RCU callback. Since put_object() may be called via the kmemleak_free() ->
467 static void put_object(struct kmemleak_object *object) put_object() function
625 put_object(object); __delete_object()
645 put_object(object); delete_object_full()
684 put_object(object); delete_object_part()
716 put_object(object); paint_ptr()
778 put_object(object); add_scan_area()
800 put_object(object); object_no_scan()
852 * RCU locking needed to ensure object is not freed via put_object(). early_alloc()
1027 put_object(object); kmemleak_update_trace()
1184 put_object(object); scan_block()
1198 put_object(object); scan_block()
1216 put_object(object); scan_block()
1288 put_object(object); scan_gray_list()
1548 put_object(prev_obj); kmemleak_seq_next()
1565 put_object(v); kmemleak_seq_stop()
1614 put_object(object); dump_str_object_info()
/linux-4.1.27/fs/fscache/
H A Dcookie.c321 cache->ops->put_object(object); fscache_alloc_object()
340 cache->ops->put_object(object); fscache_alloc_object()
H A Dobject.c750 object->cache->ops->put_object(object); fscache_put_object()
/linux-4.1.27/fs/cachefiles/
H A Dinterface.c546 .put_object = cachefiles_put_object,
H A Dnamei.c248 cache->cache.ops->put_object(&xobject->fscache); cachefiles_mark_object_active()
253 cache->cache.ops->put_object(&xobject->fscache); cachefiles_mark_object_active()
/linux-4.1.27/include/linux/
H A Dfscache-cache.h269 void (*put_object)(struct fscache_object *object); member in struct:fscache_cache_ops

Completed in 212 milliseconds