Home
last modified time | relevance | path

Searched refs:alloc_free (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/hfi1/
A Dpio.c1270 sc->alloc_free = 0; in sc_enable()
1417 avail = (unsigned long)sc->credits - (sc->fill - sc->alloc_free); in sc_buffer_alloc()
1425 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc()
1428 (sc->fill - sc->alloc_free); in sc_buffer_alloc()
1432 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc()
2125 sc->fill, sc->free, sc->fill_wrap, sc->alloc_free); in seqfile_dump_sci()
A Dpio.h76 unsigned long alloc_free; /* copy of free (less cache thrash) */ member

Completed in 18 milliseconds