Searched refs:prealloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_scoreboard.h54 int prealloc; member in struct:uwx_scoreboard
H A Duwx_scoreboard.c65 sb->prealloc = 1;
91 sb->prealloc = 0;
304 if (!sb->prealloc) {
/freebsd-9.3-release/lib/libc/iconv/
H A Diconv.c66 struct _citrus_iconv *prealloc);
69 _iconv_open(const char *out, const char *in, struct _citrus_iconv *prealloc) argument
75 handle = prealloc;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c152 * Mark it as a prealloc'd task. This is important
190 boolean_t prealloc; local
205 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC;
213 if (!prealloc)
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_iomap.c593 int *prealloc)
600 *prealloc = 0;
625 *prealloc = 1;
649 int prealloc, fsynced = 0; local
677 ioflag, imap, XFS_WRITE_IMAPS, &prealloc);
681 if (prealloc) {
689 if (prealloc || extsz) {
584 xfs_iomap_eof_want_preallocate( xfs_mount_t *mp, xfs_iocore_t *io, xfs_fsize_t isize, xfs_off_t offset, size_t count, int ioflag, xfs_bmbt_irec_t *imap, int nimaps, int *prealloc) argument
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dindex.c171 size_t prealloc; member in struct:lzma_index_s
389 i->prealloc = INDEX_GROUP_SIZE;
436 i->prealloc = (size_t)(records);
679 + i->prealloc * sizeof(index_record),
685 g->allocated = i->prealloc;
687 // Reset prealloc so that if the application happens to
689 i->prealloc = INDEX_GROUP_SIZE;

Completed in 119 milliseconds