Searched refs:pile (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/md/dm-vdo/indexer/ |
H A D | radix-sort.c | 59 sort_key_t *pile[256]; member 173 struct task **list, sort_key_t *pile[], in push_bins() argument 200 pile[bin] = pile_start; in push_bins() 239 sort_key_t **pile = sorter->pile; in uds_radix_sort() local 283 &insertion_task_list, pile, bins, task.first_key, in uds_radix_sort() 307 while (--pile[bin = key[task.offset]] > fence) in uds_radix_sort() 308 swap_keys(pile[bin], &key); in uds_radix_sort()
|
/linux/Documentation/trace/ |
H A D | intel_th.rst | 96 # .. wait for traces to pile up ..
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 222 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() argument 228 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { in i40e_get_lump() 231 pile ? "<valid>" : "<null>", needed, id); in i40e_get_lump() 238 if (pile == pf->qp_pile && pf->vsi[id]->type == I40E_VSI_FDIR) { in i40e_get_lump() 239 if (pile->list[pile->num_entries - 1] & I40E_PILE_VALID_BIT) { in i40e_get_lump() 242 pile->num_entries - 1); in i40e_get_lump() 245 pile->list[pile->num_entries - 1] = id | I40E_PILE_VALID_BIT; in i40e_get_lump() 246 return pile->num_entries - 1; in i40e_get_lump() 250 while (i < pile->num_entries) { in i40e_get_lump() 252 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_get_lump() [all …]
|
H A D | i40e_virtchnl_pf.c | 2711 struct i40e_lump_tracking *pile; in i40e_check_enough_queue() local 2722 pile = pf->qp_pile; in i40e_check_enough_queue() 2730 i < pile->num_entries; i++) { in i40e_check_enough_queue() 2731 if (pile->list[i] & I40E_PILE_VALID_BIT) in i40e_check_enough_queue() 2741 for (i = 0; i < pile->num_entries; i++) { in i40e_check_enough_queue() 2742 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_check_enough_queue()
|
/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 260 managed to turn a big pile into a group of smaller piles. The work of
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio.txt | 273 Each offset runs from 0 to N. It is perfectly fine to pile any number of
|
/linux/Documentation/gpu/ |
H A D | drm-kms.rst | 267 - An atomic update is assembled and validated as an entirely free-standing pile
|
H A D | todo.rst | 109 now, but there's still a pile of existing drivers that easily could be
|
/linux/Documentation/process/ |
H A D | 2.Process.rst | 101 worse; the pile of changes waiting for the next merge window will grow
|