Searched refs:alloc_free (Results 1 – 2 of 2) sorted by relevance
1310 sc->alloc_free = 0; in sc_enable()1467 avail = (unsigned long)sc->credits - (sc->fill - sc->alloc_free); in sc_buffer_alloc()1475 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc()1478 (sc->fill - sc->alloc_free); in sc_buffer_alloc()1482 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc()2174 sc->fill, sc->free, sc->fill_wrap, sc->alloc_free); in seqfile_dump_sci()
118 unsigned long alloc_free; /* copy of free (less cache thrash) */ member