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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 159 milliseconds