Searched refs:move_list (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/ |
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 …]
|
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()
|
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()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | walt.h | 73 move_list(struct list_head *dst, struct list_head *src, bool sync_rcu) in move_list() function
|
D | walt.c | 1455 move_list(&new_head, &cluster_head, true); in sort_clusters() 1464 move_list(&cluster_head, &new_head, false); in sort_clusters() 1523 move_list(&cluster_head, &new_head, false); in update_cluster_topology()
|