Searched refs:move_list (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-core.c | 168 struct list_head *move_list = NULL; in __pblk_map_invalidate() local 185 move_list = pblk_line_gc_list(pblk, line); in __pblk_map_invalidate() 188 if (move_list) { in __pblk_map_invalidate() 199 list_move_tail(&line->list, move_list); in __pblk_map_invalidate() 411 struct list_head *move_list = NULL; in pblk_line_gc_list() local 421 move_list = &l_mg->gc_werr_list; in pblk_line_gc_list() 427 move_list = &l_mg->gc_full_list; in pblk_line_gc_list() 432 move_list = &l_mg->gc_high_list; in pblk_line_gc_list() 437 move_list = &l_mg->gc_mid_list; in pblk_line_gc_list() 442 move_list = &l_mg->gc_low_list; in pblk_line_gc_list() [all …]
|
| H A D | pblk-gc.c | 65 struct list_head *move_list; in pblk_put_line_back() local 80 move_list = pblk_line_gc_list(pblk, line); in pblk_put_line_back() 82 list_add_tail(&line->list, move_list); in pblk_put_line_back()
|
| H A D | pblk-recovery.c | 788 struct list_head *move_list; in pblk_recov_l2p() local 794 move_list = pblk_line_gc_list(pblk, line); in pblk_recov_l2p() 798 list_move_tail(&line->list, move_list); in pblk_recov_l2p()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | topology_correction.hpp | 703 std::list<std::pair<ring_ptr<T>, point_ptr_pair<T>>> move_list; in process_single_intersection() local 715 move_list.emplace_back(it_ring, it->second); in process_single_intersection() 732 move_list.emplace_back(it_ring, it->second); in process_single_intersection() 744 if (!move_list.empty()) { in process_single_intersection() 745 connection_map.insert(move_list.begin(), move_list.end()); in process_single_intersection()
|