Searched refs:pile (Results 1 – 6 of 6) 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/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 230 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() argument 236 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { in i40e_get_lump() 239 pile ? "<valid>" : "<null>", needed, id); in i40e_get_lump() 246 if (pile == pf->qp_pile && pf->vsi[id]->type == I40E_VSI_FDIR) { in i40e_get_lump() 247 if (pile->list[pile->num_entries - 1] & I40E_PILE_VALID_BIT) { in i40e_get_lump() 250 pile->num_entries - 1); in i40e_get_lump() 253 pile->list[pile->num_entries - 1] = id | I40E_PILE_VALID_BIT; in i40e_get_lump() 254 return pile->num_entries - 1; in i40e_get_lump() 258 while (i < pile->num_entries) { in i40e_get_lump() 260 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_get_lump() [all …]
|
| H A D | i40e_virtchnl_pf.c | 2729 struct i40e_lump_tracking *pile; in i40e_check_enough_queue() local 2740 pile = pf->qp_pile; in i40e_check_enough_queue() 2748 i < pile->num_entries; i++) { in i40e_check_enough_queue() 2749 if (pile->list[i] & I40E_PILE_VALID_BIT) in i40e_check_enough_queue() 2759 for (i = 0; i < pile->num_entries; i++) { in i40e_check_enough_queue() 2760 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_check_enough_queue()
|
| /linux/Documentation/trace/ |
| H A D | intel_th.rst | 96 # .. wait for traces to pile up ..
|
| /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/gpu/ |
| H A D | drm-kms.rst | 267 - An atomic update is assembled and validated as an entirely free-standing pile
|