Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio.h122 unsigned long alloc_free; /* copy of free (less cache thrash) */ member
Dpio.c1194 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()