Lines Matching refs:si
116 struct swap_info_struct *si; in frontswap_register_ops() local
123 plist_for_each_entry(si, &swap_active_head, list) { in frontswap_register_ops()
124 if (!WARN_ON(!si->frontswap_map)) in frontswap_register_ops()
125 set_bit(si->type, a); in frontswap_register_ops()
143 plist_for_each_entry(si, &swap_active_head, list) { in frontswap_register_ops()
144 if (si->frontswap_map) in frontswap_register_ops()
145 set_bit(si->type, b); in frontswap_register_ops()
380 struct swap_info_struct *si = NULL; in __frontswap_curr_pages() local
383 plist_for_each_entry(si, &swap_active_head, list) in __frontswap_curr_pages()
384 totalpages += atomic_read(&si->frontswap_pages); in __frontswap_curr_pages()
392 struct swap_info_struct *si = NULL; in __frontswap_unuse_pages() local
398 plist_for_each_entry(si, &swap_active_head, list) { in __frontswap_unuse_pages()
399 si_frontswap_pages = atomic_read(&si->frontswap_pages); in __frontswap_unuse_pages()
413 *swapid = si->type; in __frontswap_unuse_pages()