Home
last modified time | relevance | path

Searched refs:lookup_object (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/lib/
Ddebugobjects.c113 static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b) in lookup_object() function
318 obj = lookup_object(addr, db); in __debug_object_init()
405 obj = lookup_object(addr, db); in debug_object_activate()
465 obj = lookup_object(addr, db); in debug_object_deactivate()
513 obj = lookup_object(addr, db); in debug_object_destroy()
559 obj = lookup_object(addr, db); in debug_object_free()
598 obj = lookup_object(addr, db); in debug_object_assert_init()
640 obj = lookup_object(addr, db); in debug_object_active_state()
890 obj = lookup_object(addr, db); in check_results()
/linux-4.4.14/mm/
Dkmemleak.c403 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) in lookup_object() function
486 object = lookup_object(ptr, alias); in find_and_get_object()
508 object = lookup_object(ptr, alias); in find_and_remove_object()
1200 object = lookup_object(pointer, 1); in scan_block()
/linux-4.4.14/include/linux/
Dfscache-cache.h228 int (*lookup_object)(struct fscache_object *object); member
/linux-4.4.14/fs/cachefiles/
Dinterface.c540 .lookup_object = cachefiles_lookup_object,
/linux-4.4.14/fs/fscache/
Dobject.c470 ret = object->cache->ops->lookup_object(object); in fscache_look_up_object()
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt292 luo=N Number of in-progress lookup_object() cache ops
Dbackend-api.txt249 void (*lookup_object)(struct fscache_object *object)