Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_dma_resv.c327 struct dma_resv_list *list, *prealloc; in dma_resv_reserve_shared() local
333 prealloc = robj->robj_prealloc; in dma_resv_reserve_shared()
353 if (prealloc != NULL) { in dma_resv_reserve_shared()
355 if (n <= prealloc->shared_max) in dma_resv_reserve_shared()
360 prealloc = objlist_alloc(nalloc); in dma_resv_reserve_shared()
364 robj->robj_prealloc = prealloc; in dma_resv_reserve_shared()
368 prealloc = objlist_alloc(nalloc); in dma_resv_reserve_shared()
371 robj->robj_prealloc = prealloc; in dma_resv_reserve_shared()
631 struct dma_resv_list *prealloc = robj->robj_prealloc; in dma_resv_add_shared_fence() local
643 if (prealloc == NULL) { in dma_resv_add_shared_fence()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_active.c274 struct active_node *node, *prealloc; in active_instance() local
290 prealloc = kmem_cache_alloc(global.slab_cache, GFP_KERNEL); in active_instance()
291 if (!prealloc) in active_instance()
293 memset(prealloc, 0, sizeof(*prealloc)); in active_instance()
314 kmem_cache_free(global.slab_cache, prealloc); in active_instance()
325 node = prealloc; in active_instance()
326 prealloc = NULL; in active_instance()
345 if (prealloc) in active_instance()
346 kmem_cache_free(global.slab_cache, prealloc); in active_instance()
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dtaskq.c195 boolean_t prealloc; in taskq_thread() local
210 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC; in taskq_thread()
218 if (!prealloc) in taskq_thread()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_fbdev.c198 bool prealloc = false; in intelfb_create() local
220 prealloc = true; in intelfb_create()
255 if (vma->obj->stolen && !prealloc) in intelfb_create()
314 if (vma->obj->stolen && !prealloc) in intelfb_create()
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dindex.c171 size_t prealloc; member
389 i->prealloc = INDEX_GROUP_SIZE; in index_init_plain()
436 i->prealloc = (size_t)(records); in lzma_index_prealloc()
679 + i->prealloc * sizeof(index_record), in lzma_index_append()
685 g->allocated = i->prealloc; in lzma_index_append()
689 i->prealloc = INDEX_GROUP_SIZE; in lzma_index_append()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-2017464 (prealloc, prefetch*): Place them before ld instruction.
H A DChangeLog-2016793 (prealloc): Allow it for ARC EM.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-2017464 (prealloc, prefetch*): Place them before ld instruction.
H A DChangeLog-2016793 (prealloc): Allow it for ARC EM.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2017464 (prealloc, prefetch*): Place them before ld instruction.
H A DChangeLog-2016793 (prealloc): Allow it for ARC EM.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2017464 (prealloc, prefetch*): Place them before ld instruction.
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog5181 - Fix 781: prealloc() is an HP-UX system library call.
8263 - removed abort on prealloc failure, error still printed but softfail.