Lines Matching defs:slab_free
170 * it is frozen but slab_free will then skip the usual
4419 struct slab *slab_free = NULL;
4443 slab_free = slab;
4448 if (!slab_free) {
4452 } else if (slab_free) {
4458 if (slab_free) {
4463 dec_slabs_node(s, slab_nid(slab_free), slab_free->objects);
4468 if (slab_free) {
4470 free_slab(s, slab_free);
4642 note_cmpxchg_failure("slab_free", s, tid);
4674 void slab_free(struct kmem_cache *s, struct slab *slab, void *object,
4782 slab_free(s, virt_to_slab(x), x, _RET_IP_);
4850 slab_free(s, slab, obj, _RET_IP_);
4879 slab_free(s, slab, x, _RET_IP_);