Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dslob.c129 * struct slob_rcu is inserted at the tail of allocated slob blocks, which
130 * were created with a SLAB_TYPESAFE_BY_RCU slab. slob_rcu is used to free
133 struct slob_rcu { struct
588 c->size += sizeof(struct slob_rcu); in __kmem_cache_create()
654 struct slob_rcu *slob_rcu = (struct slob_rcu *)head; in kmem_rcu_free() local
655 void *b = (void *)slob_rcu - (slob_rcu->size - sizeof(struct slob_rcu)); in kmem_rcu_free()
664 struct slob_rcu *slob_rcu; kmem_cache_free() local
[all...]

Completed in 2 milliseconds