Searched refs:alloc_free (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 118 unsigned long alloc_free; /* copy of free (less cache thrash) */ member
|
H A D | pio.c | 1312 sc->alloc_free = 0; in sc_enable() 1469 avail = (unsigned long)sc->credits - (sc->fill - sc->alloc_free); in sc_buffer_alloc() 1477 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc() 1480 (sc->fill - sc->alloc_free); in sc_buffer_alloc() 1484 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc() 2175 seq_printf(s, " fill %lu free %lu fill_wrap %u alloc_free %lu\n", in seqfile_dump_sci() 2176 sc->fill, sc->free, sc->fill_wrap, sc->alloc_free); in seqfile_dump_sci()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 76 unsigned long alloc_free; /* copy of free (less cache thrash) */ member
|
H A D | pio.c | 1270 sc->alloc_free = 0; in sc_enable() 1427 avail = (unsigned long)sc->credits - (sc->fill - sc->alloc_free); in sc_buffer_alloc() 1435 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc() 1438 (sc->fill - sc->alloc_free); in sc_buffer_alloc() 1442 sc->alloc_free = READ_ONCE(sc->free); in sc_buffer_alloc() 2134 seq_printf(s, " fill %lu free %lu fill_wrap %u alloc_free %lu\n", in seqfile_dump_sci() 2135 sc->fill, sc->free, sc->fill_wrap, sc->alloc_free); in seqfile_dump_sci()
|
Completed in 7 milliseconds