lib/debugobjects.c
1012
struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr };
lib/debugobjects.c
1014
struct debug_obj *obj;
lib/debugobjects.c
1053
struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr };
lib/debugobjects.c
1055
struct debug_obj *obj;
lib/debugobjects.c
1090
struct debug_obj *obj, o;
lib/debugobjects.c
1302
struct debug_obj *obj;
lib/debugobjects.c
1451
struct debug_obj *obj;
lib/debugobjects.c
1469
struct debug_obj *new = pcpu_alloc();
lib/debugobjects.c
1503
cache = kmem_cache_create("debug_objects_cache", sizeof (struct debug_obj), 0,
lib/debugobjects.c
155
struct debug_obj *obj;
lib/debugobjects.c
185
struct debug_obj *obj;
lib/debugobjects.c
201
struct debug_obj *obj;
lib/debugobjects.c
224
static struct debug_obj *__alloc_object(struct hlist_head *list)
lib/debugobjects.c
226
struct debug_obj *obj;
lib/debugobjects.c
249
static struct debug_obj *pcpu_alloc(void)
lib/debugobjects.c
256
struct debug_obj *obj = __alloc_object(&pcp->objects);
lib/debugobjects.c
290
static void pcpu_free(struct debug_obj *obj)
lib/debugobjects.c
293
struct debug_obj *first;
lib/debugobjects.c
321
struct debug_obj *obj;
lib/debugobjects.c
368
struct debug_obj *obj;
lib/debugobjects.c
433
static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b)
lib/debugobjects.c
435
struct debug_obj *obj;
lib/debugobjects.c
467
static struct debug_obj *alloc_object(void *addr, struct debug_bucket *b,
lib/debugobjects.c
470
struct debug_obj *obj;
lib/debugobjects.c
534
static void __free_object(struct debug_obj *obj)
lib/debugobjects.c
547
static void free_object(struct debug_obj *obj)
lib/debugobjects.c
559
struct debug_obj *obj;
lib/debugobjects.c
611
static void debug_print_object(struct debug_obj *obj, char *msg)
lib/debugobjects.c
675
static struct debug_obj *lookup_object_or_alloc(void *addr, struct debug_bucket *b,
lib/debugobjects.c
679
struct debug_obj *obj = lookup_object(addr, b);
lib/debugobjects.c
72
static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
lib/debugobjects.c
750
struct debug_obj *obj, o;
lib/debugobjects.c
823
struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr };
lib/debugobjects.c
825
struct debug_obj *obj;
lib/debugobjects.c
880
struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr };
lib/debugobjects.c
882
struct debug_obj *obj;
lib/debugobjects.c
923
struct debug_obj *obj, o;
lib/debugobjects.c
970
struct debug_obj *obj, o;