Searched refs:headroom (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.h159 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom,
H A Dixgbe_82598.c68 u32 headroom, int strategy);
1392 * @headroom: reserve n KB of headroom
1396 u32 headroom, int strategy)
1400 UNREFERENCED_1PARAMETER(headroom);
1395 ixgbe_set_rxpba_82598(struct ixgbe_hw *hw, int num_pb, u32 headroom, int strategy) argument
H A Dixgbe_common.c4731 * @headroom: reserve n KB of headroom
4734 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom, argument
4741 /* Reserve headroom */
4742 pbsize -= headroom;
/freebsd-13-stable/sys/net80211/
H A Dieee80211_freebsd.c478 ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen) argument
487 len = roundup2(headroom + pktlen, 4);
505 m->m_data += headroom;
H A Dieee80211_freebsd.h278 struct mbuf *ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Darc.c810 * our headroom for the next scanning cycle by this percentage multiple.
7828 * not already there. It scans until a headroom of buffers is satisfied,
7831 * temporarily boost scanning headroom during the next scan cycle to make
7844 * headroom |
7862 * 4. If the ARC evicts faster than the L2ARC can maintain a headroom,
7899 * scanning, we multiply headroom by this
8655 * overhead in processing to make sure there is enough headroom available
9052 * The headroom_boost is an in-out parameter used to maintain headroom boost
9063 uint64_t write_asize, write_psize, write_lsize, headroom; local
9107 headroom
[all...]

Completed in 202 milliseconds