Searched refs:alloc_free (Results 1 – 2 of 2) sorted by relevance
122 unsigned long alloc_free; /* copy of free (less cache thrash) */ member
1194 sc->alloc_free = 0; in sc_enable()1350 avail = (unsigned long)sc->credits - (sc->fill - sc->alloc_free); in sc_buffer_alloc()1358 sc->alloc_free = ACCESS_ONCE(sc->free); in sc_buffer_alloc()1361 (sc->fill - sc->alloc_free); in sc_buffer_alloc()1367 sc->alloc_free = ACCESS_ONCE(sc->free); in sc_buffer_alloc()