Searched refs:blist (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dblist.h32 * blist = blist_create(blocks, flags)
33 * (void) blist_destroy(blist)
34 * blkno = blist_alloc(blist, count)
35 * (void) blist_free(blist, blkno, count)
36 * nblks = blist_fill(blist, blkno, count)
37 * (void) blist_resize(&blist, count, freeextra, flags)
47 * capable of managing up to (2^31) blocks per blist, though
81 typedef struct blist { struct
96 extern void blist_destroy(blist_t blist);
97 extern daddr_t blist_alloc(blist_t blist, daddr_
[all...]
/freebsd-10.0-release/sbin/ldconfig/
H A Dldconfig.c398 struct hints_bucket *blist; local
430 blist = (struct hints_bucket *)xmalloc(n);
431 bzero((char *)blist, n);
434 blist[i].hi_next = -1;
442 bp = blist +
449 if (blist[j].hi_pathx == 0)
457 bp = &blist[bp->hi_next];
459 bp = blist + j;
498 if (write(fd, blist, hdr.hh_nbucket * sizeof(*blist)) !
534 struct hints_bucket *blist; local
[all...]
/freebsd-10.0-release/sys/vm/
H A Dswap_pager.h65 struct blist *sw_blist;
H A Dswap_pager.c95 #include <sys/blist.h>
135 * using a blist.
/freebsd-10.0-release/sys/kern/
H A Dsubr_blist.c55 * The blist code wires all necessary memory at creation time. Neither
57 * The non-blocking features of the blist code are used in the swap code
91 #include <sys/blist.h>
115 #include <sys/blist.h>
148 * blist_create() - create a blist capable of handling up to the specified
154 * The smallest blist consists of a single leaf node capable of
175 bl = malloc(sizeof(struct blist), M_SWAP, flags | M_ZERO);
/freebsd-10.0-release/contrib/gdb/gdb/cli/
H A Dcli-script.c981 struct command_line **blist;
988 blist = l->body_list;
989 for (i = 0; i < l->body_count; i++, blist++)
990 free_command_lines (blist);
979 struct command_line **blist; local
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_getswapinfo.c33 #include <sys/blist.h>
/freebsd-10.0-release/sys/compat/linsysfs/
H A Dlinsysfs.c32 #include <sys/blist.h>
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.h189 #include <sys/blist.h>
/freebsd-10.0-release/usr.sbin/pstat/
H A Dpstat.c58 #include <sys/blist.h>
/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h926 #include <sys/blist.h>
/freebsd-10.0-release/sys/compat/linprocfs/
H A Dlinprocfs.c49 #include <sys/blist.h>
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_misc.c37 #include <sys/blist.h>

Completed in 171 milliseconds