Searched refs:lookup_object (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c111 static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b) function
312 obj = lookup_object(addr, db);
394 obj = lookup_object(addr, db);
447 obj = lookup_object(addr, db);
495 obj = lookup_object(addr, db);
541 obj = lookup_object(addr, db);
584 obj = lookup_object(addr, db);
842 obj = lookup_object(addr, db);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfscache-cache.h225 int (*lookup_object)(struct fscache_object *object); member in struct:fscache_cache_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dkmemleak.c392 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) function
476 object = lookup_object(ptr, alias);
572 object = lookup_object(ptr, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dinterface.c455 .lookup_object = cachefiles_lookup_object,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dobject.c466 ret = object->cache->ops->lookup_object(object);

Completed in 82 milliseconds