Searched refs:allocated_channels (Results 1 – 2 of 2) sorted by relevance
92 index = find_first_zero_bit(&host->allocated_channels, max_channels); in host1x_channel_request()110 host->allocated_channels |= BIT(index); in host1x_channel_request()127 host->allocated_channels &= ~BIT(channel->id); in host1x_channel_free()
125 unsigned long allocated_channels; member