lib/debugobjects.c
1016
struct debug_obj *obj, o;
lib/debugobjects.c
1058
struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr };
lib/debugobjects.c
1060
struct debug_obj *obj;
lib/debugobjects.c
1108
struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr };
lib/debugobjects.c
1110
struct debug_obj *obj;
lib/debugobjects.c
1145
struct debug_obj *obj, o;
lib/debugobjects.c
1357
struct debug_obj *obj;
lib/debugobjects.c
1506
struct debug_obj *obj;
lib/debugobjects.c
1524
struct debug_obj *new = pcpu_alloc();
lib/debugobjects.c
155
struct debug_obj *obj;
lib/debugobjects.c
1558
cache = kmem_cache_create("debug_objects_cache", sizeof (struct debug_obj), 0,
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
788
struct debug_obj *obj, o;
lib/debugobjects.c
861
struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr };
lib/debugobjects.c
863
struct debug_obj *obj;
lib/debugobjects.c
926
struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr };
lib/debugobjects.c
928
struct debug_obj *obj;
lib/debugobjects.c
969
struct debug_obj *obj, o;