Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dblist.h78 typedef struct blist { struct
92 daddr_t blist_alloc(blist_t blist, int *count, int maxcount); argument
93 daddr_t blist_avail(blist_t blist);
95 void blist_destroy(blist_t blist);
97 void blist_free(blist_t blist, daddr_t blkno, daddr_t count);
98 void blist_print(blist_t blist);
100 void blist_stats(blist_t blist, struct sbuf *s);
/freebsd/sys/vm/
H A Dswap_pager.h60 struct blist *sw_blist;
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges244 { my $blist = '';
246 $blist .= qq{ * $i\n};
248 $blist;
/freebsd/tools/build/test-includes/
H A Dbadfiles.inc9 sys/blist.h \
/freebsd/sys/kern/
H A Dsubr_blist.c227 bl = malloc(offsetof(struct blist, bl_root[nodes]), M_SWAP, flags | in blist_create()