Lines Matching refs:si
117 struct swap_info_struct *si; in frontswap_register_ops() local
124 plist_for_each_entry(si, &swap_active_head, list) { in frontswap_register_ops()
125 if (!WARN_ON(!si->frontswap_map)) in frontswap_register_ops()
126 set_bit(si->type, a); in frontswap_register_ops()
146 plist_for_each_entry(si, &swap_active_head, list) { in frontswap_register_ops()
147 if (si->frontswap_map) in frontswap_register_ops()
148 set_bit(si->type, b); in frontswap_register_ops()
374 struct swap_info_struct *si = NULL; in __frontswap_curr_pages() local
377 plist_for_each_entry(si, &swap_active_head, list) in __frontswap_curr_pages()
378 totalpages += atomic_read(&si->frontswap_pages); in __frontswap_curr_pages()
386 struct swap_info_struct *si = NULL; in __frontswap_unuse_pages() local
392 plist_for_each_entry(si, &swap_active_head, list) { in __frontswap_unuse_pages()
393 si_frontswap_pages = atomic_read(&si->frontswap_pages); in __frontswap_unuse_pages()
407 *swapid = si->type; in __frontswap_unuse_pages()