Searched refs:arc_space (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c3751 const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space;
H A Dif_athrate.h72 size_t arc_space; /* space required for per-node state */ member in struct:ath_ratectrl
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/
H A Damrr.c458 asc->arc.arc_space = sizeof(struct amrr_node);
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/
H A Donoe.c426 osc->arc.arc_space = sizeof(struct onoe_node);
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c1376 ssc->arc.arc_space = sizeof(struct sample_node);

Completed in 126 milliseconds