Searched refs:bc_level (Results 1 – 4 of 4) sorted by relevance
263 * The array bc_level is sorted in strictly ascending order.267 * (bc_level != NULL) && (bc_level_count > 0)270 uint8_t *bc_level; /* Array of levels */ member 714 bc->bc_current = bc->bc_level[bc->bc_level_count - 1]; in acpidisp_out_attach() 722 kmem_free(bc->bc_level, in acpidisp_out_attach() 723 bc->bc_level_count * sizeof(*bc->bc_level)); in acpidisp_out_attach() 761 kmem_free(bc->bc_level, in acpidisp_out_detach() 762 bc->bc_level_count * sizeof(*bc->bc_level)); in acpidisp_out_detach() 1099 max = bc->bc_level[bc->bc_level_count - 1]; in acpidisp_out_increase_brightness_callback() 1103 acpidisp_array_search(bc->bc_level, b in acpidisp_out_increase_brightness_callback() [all...]
743 bc.bc_level = (unsigned int)strtoul(raid_level, &endptr, 10); in bio_volops_create()798 switch (bc.bc_level) { in bio_volops_create()816 bc.bc_level = BIOC_SVOL_RAID10; in bio_volops_create()872 if (bc.bc_level == BIOC_SVOL_RAID10) in bio_volops_create()875 snprintf(levelstr, sizeof(levelstr), "%u", bc.bc_level); in bio_volops_create()
252 uint16_t bc_level; /* RAID level requested */ member
966 switch (bc->bc_level) { in arc_bio_volops()969 req_cvolset.raidlevel = bc->bc_level; in arc_bio_volops()1022 if (bc->bc_level == 1 || bc->bc_level == BIOC_SVOL_RAID10) in arc_bio_volops()1043 if (bc->bc_level == 1 || bc->bc_level == BIOC_SVOL_RAID10) in arc_bio_volops()