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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslob.c181 * struct slob_rcu is inserted at the tail of allocated slob blocks, which
182 * were created with a SLAB_DESTROY_BY_RCU slab. slob_rcu is used to free
185 struct slob_rcu { struct
578 c->size += sizeof(struct slob_rcu);
639 struct slob_rcu *slob_rcu = (struct slob_rcu *)head; local
640 void *b = (void *)slob_rcu - (slob_rcu->size - sizeof(struct slob_rcu));
649 struct slob_rcu *slob_rcu; local
[all...]

Completed in 185 milliseconds