Searched refs:TILE_NET_MAX_COMPS (Results 1 – 1 of 1) sorted by relevance
78 #define TILE_NET_MAX_COMPS 64 macro123 struct tile_net_comp comp_queue[TILE_NET_MAX_COMPS];714 unsigned int cid = comps->comp_last % TILE_NET_MAX_COMPS; in tile_net_free_comps()734 int cid = comps->comp_next % TILE_NET_MAX_COMPS; in add_comp()1646 if (comps->comp_next - comps->comp_last < TILE_NET_MAX_COMPS - 1 || in tile_net_equeue_try_reserve()1655 tile_net_free_comps(equeue, comps, TILE_NET_MAX_COMPS, false); in tile_net_equeue_try_reserve()