Home
last modified time | relevance | path

Searched refs:swblk (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dswap_pager.c142 struct swblk { struct
483 static bool swp_pager_swblk_empty(struct swblk *sb, int start, int limit);
484 static void swp_pager_free_empty_swblk(vm_object_t, struct swblk *sb);
543 swblk_start(struct swblk *sb, vm_pindex_t pindex) in swblk_start()
549 PCTRIE_DEFINE(SWAP, swblk, p, swblk_trie_alloc, swblk_trie_free);
551 static struct swblk *
559 swblk_lookup_remove(vm_object_t object, struct swblk *sb) in swblk_lookup_remove()
570 static struct swblk *
586 static struct swblk *
594 static struct swblk *
[all …]