Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dslob.c133 struct slob_rcu { struct
595 c->size += sizeof(struct slob_rcu); in __kmem_cache_create()
660 struct slob_rcu *slob_rcu = (struct slob_rcu *)head; in kmem_rcu_free() local
661 void *b = (void *)slob_rcu - (slob_rcu->size - sizeof(struct slob_rcu)); in kmem_rcu_free()
663 __kmem_cache_free(b, slob_rcu->size); in kmem_rcu_free()
670 struct slob_rcu *slob_rcu; in kmem_cache_free() local
671 slob_rcu = b + (c->size - sizeof(struct slob_rcu)); in kmem_cache_free()
672 slob_rcu->size = c->size; in kmem_cache_free()
673 call_rcu(&slob_rcu->head, kmem_rcu_free); in kmem_cache_free()