Searched refs:nr_bits (Results 1 – 2 of 2) sorted by relevance
638 if (end == block->nr_bits) in pcpu_block_update()1309 static void pcpu_init_md_block(struct pcpu_block_md *block, int nr_bits) in pcpu_init_md_block() argument1312 block->contig_hint = nr_bits; in pcpu_init_md_block()1313 block->left_free = nr_bits; in pcpu_init_md_block()1314 block->right_free = nr_bits; in pcpu_init_md_block()1316 block->nr_bits = nr_bits; in pcpu_init_md_block()
32 int nr_bits; /* total bits responsible for */ member
Completed in 14 milliseconds