Data Fields | |
uintptr_t | q_avail |
uintptr_t | q_borrowed |
uintptr_t | q_free |
Queue consumption information
uintptr_t snf_ring_qinfo::q_avail |
Amount of data available not yet received (approximate)
uintptr_t snf_ring_qinfo::q_borrowed |
Amount of data currently borrowed (exact)
uintptr_t snf_ring_qinfo::q_free |
Amount of free space still available (approximate)