Searched refs:total_slots (Results 1 – 4 of 4) sorted by relevance
152 int ret, total_slots; in exc3000_handle_mt_event() local155 total_slots = buf[3]; in exc3000_handle_mt_event()156 if (!total_slots || total_slots > EXC3000_NUM_SLOTS) { in exc3000_handle_mt_event()161 if (total_slots > EXC3000_SLOTS_PER_FRAME) { in exc3000_handle_mt_event()179 while (total_slots > 0) { in exc3000_handle_mt_event()180 int slots = min(total_slots, EXC3000_SLOTS_PER_FRAME); in exc3000_handle_mt_event()183 total_slots -= slots; in exc3000_handle_mt_event()
66 unsigned long total_slots = 0, target_slot; in efi_random_alloc() local92 total_slots += slots; in efi_random_alloc()99 total_slots = total_mirrored_slots; in efi_random_alloc()102 target_slot = (total_slots * (u64)(random_seed & U32_MAX)) >> 32; in efi_random_alloc()
32 void (*load_bitmaps)(struct mddev *mddev, int total_slots);
819 static int gather_all_resync_info(struct mddev *mddev, int total_slots) in gather_all_resync_info() argument828 for (i = 0; i < total_slots; i++) { in gather_all_resync_info()988 static void load_bitmaps(struct mddev *mddev, int total_slots) in load_bitmaps() argument993 if (gather_all_resync_info(mddev, total_slots)) in load_bitmaps()
Completed in 13 milliseconds