allocated_channels 24 drivers/gpu/host1x/channel.c chlist->allocated_channels = allocated_channels 27 drivers/gpu/host1x/channel.c if (!chlist->allocated_channels) { allocated_channels 32 drivers/gpu/host1x/channel.c bitmap_zero(chlist->allocated_channels, num_channels); allocated_channels 39 drivers/gpu/host1x/channel.c kfree(chlist->allocated_channels); allocated_channels 88 drivers/gpu/host1x/channel.c clear_bit(channel->id, chlist->allocated_channels); allocated_channels 103 drivers/gpu/host1x/channel.c index = find_first_zero_bit(chlist->allocated_channels, max_channels); allocated_channels 111 drivers/gpu/host1x/channel.c set_bit(index, chlist->allocated_channels); allocated_channels 149 drivers/gpu/host1x/channel.c clear_bit(channel->id, chlist->allocated_channels); allocated_channels 21 drivers/gpu/host1x/channel.h unsigned long *allocated_channels;