Searched refs:grinder (Results 1 – 4 of 4) sorted by relevance
2416 grinder->wrr_tokens[grinder->qpos] += in grinder_schedule()2423 grinder->qmask &= ~(1 << grinder->qpos); in grinder_schedule()2425 grinder->wrr_mask[grinder->qpos] = 0; in grinder_schedule()2507 grinder->pcache_qmask[grinder->pcache_w] = w[0]; in grinder_pcache_populate()2511 grinder->pcache_qmask[grinder->pcache_w] = w[1]; in grinder_pcache_populate()2515 grinder->pcache_qmask[grinder->pcache_w] = w[2]; in grinder_pcache_populate()2519 grinder->pcache_qmask[grinder->pcache_w] = w[3]; in grinder_pcache_populate()2542 grinder->tccache_qmask[grinder->tccache_w] = b; in grinder_tccache_populate()2557 if (grinder->tccache_r == grinder->tccache_w) in grinder_next_tc()2565 grinder->qmask = grinder->tccache_qmask[grinder->tccache_r]; in grinder_next_tc()[all …]
42 struct grinder { struct69 struct grinder grinders[RTE_PORT_IN_BURST_SIZE_MAX]; argument653 struct grinder *g10, *g11; \690 struct grinder *g20, *g21; \735 struct grinder *g30, *g31; \811 struct grinder *g = t->grinders; in rte_table_hash_lru_lookup()
62 struct grinder { struct90 struct grinder grinders[RTE_PORT_IN_BURST_SIZE_MAX];715 struct grinder *g10, *g11; \752 struct grinder *g20, *g21; \797 struct grinder *g30, *g31; \859 struct grinder *g = t->grinders; in rte_table_hash_ext_lookup()
329 … | | | | processing. The grinder contains temporar…446 …atency of the prefetch operations is to switch from the current pipe (in grinder A) to another pipe447 (in grinder B) immediately after a prefetch is issued for the current pipe.448 … the prefetch operation to complete before the execution switches back to this pipe (in grinder A).