Searched refs:pile (Results 1 – 14 of 14) sorted by relevance
93 18. There's a pile of sink handling code, both for DP and HDMI where I didn't
199 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() argument205 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { in i40e_get_lump()208 pile ? "<valid>" : "<null>", needed, id); in i40e_get_lump()215 if (pile == pf->qp_pile && pf->vsi[id]->type == I40E_VSI_FDIR) { in i40e_get_lump()216 if (pile->list[pile->num_entries - 1] & I40E_PILE_VALID_BIT) { in i40e_get_lump()219 pile->num_entries - 1); in i40e_get_lump()222 pile->list[pile->num_entries - 1] = id | I40E_PILE_VALID_BIT; in i40e_get_lump()223 return pile->num_entries - 1; in i40e_get_lump()227 while (i < pile->num_entries) { in i40e_get_lump()229 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_get_lump()[all …]
2621 struct i40e_lump_tracking *pile; in i40e_check_enough_queue() local2632 pile = pf->qp_pile; in i40e_check_enough_queue()2640 i < pile->num_entries; i++) { in i40e_check_enough_queue()2641 if (pile->list[i] & I40E_PILE_VALID_BIT) in i40e_check_enough_queue()2651 for (i = 0; i < pile->num_entries; i++) { in i40e_check_enough_queue()2652 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_check_enough_queue()
96 # .. wait for traces to pile up ..
25 * There's a big pile of helpers for handling outputs. First the generic bridge
265 - An atomic update is assembled and validated as an entirely free-standing pile
102 now, but there's still a pile of existing drivers that easily could be
256 Each offset runs from 0 to N. It is perfectly fine to pile any number of
255 managed to turn a big pile into a group of smaller piles. The work of
101 worse; the pile of changes waiting for the next merge window will grow
1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey 2# 3# --- ...
2767 (closes: #440743 and its pile of duplicates)
536 +# Strip out --no-create and --no-recursion so they do not pile up.
39875 Adam removed a pile of windows code, including this file.52214 pile of warnings. Fix this by replacing all of the CARD* types with86370 The pile of spaghettis that is the xfree86 include dependencies make it139396 This involved removing a pile of matrix code from the DDX,178048 Big old pile of warning fixes.187165 Unbreak the AGP DRI case. That was quite a pile of broken code.