Searched refs:swapinfo (Results 1 – 6 of 6) sorted by relevance
111 extern struct swapinfo *swapinfo;113 static struct swapinfo *silast;116 static u_offset_t swap_getoff(struct swapinfo *);119 static int swapslot_free(struct vnode *, u_offset_t, struct swapinfo *);151 struct swapinfo *sip; in swap_phys_alloc()176 sip = swapinfo; in swap_phys_alloc()208 silast = swapinfo; in swap_phys_alloc()223 swap_getoff(struct swapinfo *sip) in swap_getoff()320 struct swapinfo *sip; in swap_phys_free()324 sip = swapinfo; in swap_phys_free()[all …]
134 struct swapinfo { struct138 struct swapinfo *si_next; /* next swap area */ argument222 extern struct swapinfo *swapinfo;
220 if (swapinfo) { in cpr()246 if (swapinfo) { in cpr()
83 struct swapinfo *swapinfo; /* protected by the swapinfo_lock */ variable
810 struct swapinfo si; in swap_walk_step()817 if (mdb_vread(&si, sizeof (struct swapinfo), sip) == -1) { in swap_walk_step()830 struct swapinfo si; in swapinfof()846 if (mdb_vread(&si, sizeof (struct swapinfo), addr) == -1) { in swapinfof()
191 struct swapinfo *sip; in ufs_checkswapon()194 for (sip = swapinfo; sip; sip = sip->si_next) in ufs_checkswapon()