Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dswap_pager.c141 struct swblk { struct
474 static bool swp_pager_swblk_empty(struct swblk *sb, int start, int limit);
475 static void swp_pager_free_empty_swblk(vm_object_t, struct swblk *sb);
534 swblk_start(struct swblk *sb, vm_pindex_t pindex) in swblk_start()
540 PCTRIE_DEFINE(SWAP, swblk, p, swblk_trie_alloc, swblk_trie_free);
542 static struct swblk *
550 swblk_lookup_remove(vm_object_t object, struct swblk *sb) in swblk_lookup_remove()
561 static struct swblk *
577 static struct swblk *
585 static struct swblk *
[all …]