Searched refs:lookup_object (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/lib/ |
| D | debugobjects.c | 186 static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b) in lookup_object() function 542 obj = lookup_object(addr, db); in __debug_object_init() 634 obj = lookup_object(addr, db); in debug_object_activate() 708 obj = lookup_object(addr, db); in debug_object_deactivate() 761 obj = lookup_object(addr, db); in debug_object_destroy() 810 obj = lookup_object(addr, db); in debug_object_free() 850 obj = lookup_object(addr, db); in debug_object_assert_init() 900 obj = lookup_object(addr, db); in debug_object_active_state() 1159 obj = lookup_object(addr, db); in check_results()
|
| /Linux-v5.4/mm/ |
| D | kmemleak.c | 379 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) in lookup_object() function 518 object = lookup_object(ptr, alias); in find_and_get_object() 550 object = lookup_object(ptr, alias); in find_and_remove_object() 1259 object = lookup_object(pointer, 1); in scan_block() 1283 object = lookup_object(excess_ref, 0); in scan_block()
|
| /Linux-v5.4/include/linux/ |
| D | fscache-cache.h | 236 int (*lookup_object)(struct fscache_object *object); member
|
| /Linux-v5.4/fs/cachefiles/ |
| D | interface.c | 554 .lookup_object = cachefiles_lookup_object,
|
| /Linux-v5.4/fs/fscache/ |
| D | object.c | 481 ret = object->cache->ops->lookup_object(object); in fscache_look_up_object()
|
| /Linux-v5.4/Documentation/filesystems/caching/ |
| D | fscache.txt | 292 luo=N Number of in-progress lookup_object() cache ops
|
| D | backend-api.txt | 249 void (*lookup_object)(struct fscache_object *object)
|