Home
last modified time | relevance | path

Searched refs:slob_rcu (Results 1 – 1 of 1) sorted by relevance

/mm/
Dslob.c133 struct slob_rcu { struct
601 c->size += sizeof(struct slob_rcu); in __kmem_cache_create()
666 struct slob_rcu *slob_rcu = (struct slob_rcu *)head; in kmem_rcu_free() local
667 void *b = (void *)slob_rcu - (slob_rcu->size - sizeof(struct slob_rcu)); in kmem_rcu_free()
669 __kmem_cache_free(b, slob_rcu->size); in kmem_rcu_free()
676 struct slob_rcu *slob_rcu; in kmem_cache_free() local
677 slob_rcu = b + (c->size - sizeof(struct slob_rcu)); in kmem_cache_free()
678 slob_rcu->size = c->size; in kmem_cache_free()
679 call_rcu(&slob_rcu->head, kmem_rcu_free); in kmem_cache_free()