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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c209 #define BUFCTL_END (((kmem_bufctl_t)(~0U))-0) macro
2648 slab_bufctl(slabp)[i - 1] = BUFCTL_END;
2895 for (i = slabp->free; i != BUFCTL_END; i = slab_bufctl(slabp)[i]) {
2987 if (slabp->free == BUFCTL_END)
3314 if (slabp->free == BUFCTL_END)

Completed in 90 milliseconds