Lines Matching refs:c
3560 struct kmem_cache *c; in kfree() local
3569 c = virt_to_cache(objp); in kfree()
3570 debug_check_no_locks_freed(objp, c->object_size); in kfree()
3572 debug_check_no_obj_freed(objp, c->object_size); in kfree()
3573 __cache_free(c, (void *)objp, _RET_IP_); in kfree()
3713 struct kmem_cache *c = NULL; in do_tune_cpucache() local
3726 c = cache_from_memcg_idx(cachep, i); in do_tune_cpucache()
3727 if (c) in do_tune_cpucache()
3729 __do_tune_cpucache(c, limit, batchcount, shared, gfp); in do_tune_cpucache()
4089 static void handle_slab(unsigned long *n, struct kmem_cache *c, in handle_slab() argument
4097 for (i = 0, p = page->s_mem; i < c->num; i++, p += c->size) { in handle_slab()
4101 if (!add_caller(n, (unsigned long)*dbg_userword(c, p))) in handle_slab()