Searched refs:refill (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/lib/libsm/
H A DMakefile29 fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h73 if (UNLIKELY(!refill(C, ClassId)))
154 NOINLINE bool refill(PerClass *C, uptr ClassId) { function in struct:scudo::SizeClassAllocatorLocalCache
/freebsd-11-stable/lib/libc/stdio/
H A DMakefile.inc21 refill.c remove.c rewind.c rget.c scanf.c setbuf.c setbuffer.c \
/freebsd-11-stable/stand/libsa/
H A Dnfs.c788 refill:
830 goto refill;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c1561 int rsp_type, refill, starved; local
1598 refill = 0;
1609 refill = IDXDIFF(fl->hw_cidx, fl_hw_cidx, fl->sidx) > 2;
1684 if (refill) {
4048 * Attempt to refill all starving freelists.
5004 * preventing us from finding a refill source. See
5008 " refill source for fl %p (dma %u). Ignored.\n",
/freebsd-11-stable/stand/ficl/
H A Dwords.c4542 static void refill(FICL_VM *pVM) function
5024 dictAppendWord(dp, "refill", refill, FW_DEFAULT);
/freebsd-11-stable/lib/libpmc/
H A Dpmclog.c472 refill:
503 goto refill;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c117 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, argument
147 credit_refill = refill[i];
176 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, argument
192 reg |= refill[i];
221 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, argument
251 reg = refill[i];
580 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa,
585 ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id, tsa,
587 ixgbe_dcb_config_tx_desc_arbiter_82599(hw, refill, max, bwg_id,
589 ixgbe_dcb_config_tx_data_arbiter_82599(hw, refill, ma
579 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
[all...]
H A Dixgbe_dcb_82598.c118 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, argument
141 credit_refill = refill[i];
174 u16 *refill, u16 *max, u8 *bwg_id,
195 reg |= refill[i];
218 u16 *refill, u16 *max, u8 *bwg_id,
234 reg = refill[i];
347 u16 *refill, u16 *max, u8 *bwg_id,
352 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa);
353 ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, bwg_id,
355 ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, ma
173 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
217 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
346 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
[all...]
H A Dixgbe_dcb.c48 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, argument
71 refill[i] = (u16)val;
127 * a multiplier. It is required that the refill credits must be
148 /* Calculate credit refill ratio using multiplier */
219 u16 *refill)
225 refill[tc] = tc_config[tc].path[direction].data_credits_refill;
460 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; local
463 ixgbe_dcb_unpack_refill_cee(dcb_config, IXGBE_DCB_TX_CONFIG, refill);
471 ret = ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa);
479 ret = ixgbe_dcb_config_rx_arbiter_82599(hw, refill, ma
218 ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, u16 *refill) argument
502 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
545 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
656 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
724 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1031 % @refill is a no-op.
1032 \let\refill=\relax
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1103 % @refill is a no-op.
1104 \let\refill=\relax
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1126 % @refill is a no-op.
1127 \let\refill=\relax

Completed in 266 milliseconds