Lines Matching refs:pos
291 for (pos, ele) in list_guard.iter().enumerate() { in clocksource_enqueue()
293 spilt_pos = pos; in clocksource_enqueue()
411 for (pos, ele) in list.iter().enumerate() { in clocksource_dequeue_watchdog()
415 del_pos = pos; in clocksource_dequeue_watchdog()
444 for (pos, ele) in clocksource_list.iter().enumerate() { in clocksource_dequeue_watchdog()
461 replace_pos = pos; in clocksource_dequeue_watchdog()
498 for (pos, ele) in list.iter().enumerate() { in clocksource_dequeue()
502 del_pos = pos; in clocksource_dequeue()
754 for (pos, ele) in wd_list.iter().enumerate() { in clocksource_watchdog_kthread()
757 del_vec.push(pos); in clocksource_watchdog_kthread()
761 for pos in del_vec { in clocksource_watchdog_kthread()
762 let mut temp_list = wd_list.split_off(pos); in clocksource_watchdog_kthread()