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

/freebsd-12-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-12-stable/sys/net80211/
H A Dieee80211_freebsd.c468 ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen) argument
477 len = roundup2(headroom + pktlen, 4);
495 m->m_data += headroom;
H A Dieee80211_freebsd.h276 struct mbuf *ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1432 * our headroom for the next scanning cycle by this percentage multiple.
7454 * not already there. It scans until a headroom of buffers is satisfied,
7457 * temporarily boost scanning headroom during the next scan cycle to make
7470 * headroom |
7488 * 4. If the ARC evicts faster than the L2ARC can maintain a headroom,
7525 * scanning, we multiply headroom by this
8082 * The headroom_boost is an in-out parameter used to maintain headroom boost
8092 uint64_t write_asize, write_psize, write_lsize, headroom; local
8130 headroom = target_sz * l2arc_headroom;
8132 headroom
[all...]

Completed in 476 milliseconds