Home
last modified time | relevance | path

Searched refs:pile (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/Documentation/trace/
Dintel_th.txt92 # .. wait for traces to pile up ..
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c184 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() argument
190 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { in i40e_get_lump()
193 pile, needed, id); in i40e_get_lump()
198 i = pile->search_hint; in i40e_get_lump()
199 while (i < pile->num_entries) { in i40e_get_lump()
201 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_get_lump()
207 for (j = 0; (j < needed) && ((i+j) < pile->num_entries); j++) { in i40e_get_lump()
208 if (pile->list[i+j] & I40E_PILE_VALID_BIT) in i40e_get_lump()
215 pile->list[i+j] = id | I40E_PILE_VALID_BIT; in i40e_get_lump()
217 pile->search_hint = i + j; in i40e_get_lump()
[all …]
/linux-4.4.14/Documentation/development-process/
D2.Process94 worse; the pile of changes waiting for the next merge window will grow
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4002 plus a pile of warnings.