Lines Matching refs:si
121 struct swap_info_struct *si; in frontswap_register_ops() local
128 plist_for_each_entry(si, &swap_active_head, list) { in frontswap_register_ops()
129 if (!WARN_ON(!si->frontswap_map)) in frontswap_register_ops()
130 set_bit(si->type, a); in frontswap_register_ops()
150 plist_for_each_entry(si, &swap_active_head, list) { in frontswap_register_ops()
151 if (si->frontswap_map) in frontswap_register_ops()
152 set_bit(si->type, b); in frontswap_register_ops()
378 struct swap_info_struct *si = NULL; in __frontswap_curr_pages() local
381 plist_for_each_entry(si, &swap_active_head, list) in __frontswap_curr_pages()
382 totalpages += atomic_read(&si->frontswap_pages); in __frontswap_curr_pages()
390 struct swap_info_struct *si = NULL; in __frontswap_unuse_pages() local
396 plist_for_each_entry(si, &swap_active_head, list) { in __frontswap_unuse_pages()
397 si_frontswap_pages = atomic_read(&si->frontswap_pages); in __frontswap_unuse_pages()
411 *swapid = si->type; in __frontswap_unuse_pages()