Home
last modified time | relevance | path

Searched refs:ci_tail (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dswapfile.c421 struct swap_cluster_info *ci_tail; in cluster_list_add_tail() local
428 ci_tail = ci + tail; in cluster_list_add_tail()
429 spin_lock_nested(&ci_tail->lock, SINGLE_DEPTH_NESTING); in cluster_list_add_tail()
430 cluster_set_next(ci_tail, idx); in cluster_list_add_tail()
431 spin_unlock(&ci_tail->lock); in cluster_list_add_tail()
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c428 struct swap_cluster_info *ci_tail; in cluster_list_add_tail() local
435 ci_tail = ci + tail; in cluster_list_add_tail()
436 spin_lock_nested(&ci_tail->lock, SINGLE_DEPTH_NESTING); in cluster_list_add_tail()
437 cluster_set_next(ci_tail, idx); in cluster_list_add_tail()
438 spin_unlock(&ci_tail->lock); in cluster_list_add_tail()

Completed in 9 milliseconds