Lines Matching defs:slab_free
152 * it is frozen but slab_free will then skip the usual
3537 struct slab *slab_free = NULL;
3561 slab_free = slab;
3566 if (!slab_free) {
3570 } else if (slab_free) {
3576 if (slab_free) {
3581 dec_slabs_node(s, slab_nid(slab_free), slab_free->objects);
3586 if (slab_free) {
3588 free_slab(s, slab_free);
3767 note_cmpxchg_failure("slab_free", s, tid);
3800 static __fastpath_inline void slab_free(struct kmem_cache *s, struct slab *slab,
3822 slab_free(s, virt_to_slab(x), x, NULL, &x, 1, caller);
3831 slab_free(s, virt_to_slab(x), x, NULL, &x, 1, _RET_IP_);
3927 slab_free(df.s, df.slab, df.freelist, df.tail, &p[size], df.cnt,