Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dpio.h118 unsigned long alloc_free; /* copy of free (less cache thrash) */ member
Dpio.c1301 sc->alloc_free = 0; in sc_enable()
1457 avail = (unsigned long)sc->credits - (sc->fill - sc->alloc_free); in sc_buffer_alloc()
1465 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc()
1468 (sc->fill - sc->alloc_free); in sc_buffer_alloc()
1472 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc()