Home
last modified time | relevance | path

Searched refs:alloc_buffer (Results 51 – 75 of 1021) sorted by relevance

12345678910>>...41

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.cpp336 PLAB* alloc_buf = alloc_buffer(dest, node_index); in allocate_direct_or_new_plab()
371 alloc_buffer(dest, node_index)->undo_allocation(obj, word_sz); in undo_allocation()
378 PLAB* const buf = alloc_buffer(state, node_index); in flush_and_retire_stats()
392 PLAB* const buf = alloc_buffer(state, node_index); in waste()
405 PLAB* const buf = alloc_buffer(state, node_index); in undo_waste()
H A Dg1Allocator.hpp163 inline PLAB* alloc_buffer(G1HeapRegionAttr dest, uint node_index) const;
164 inline PLAB* alloc_buffer(region_type_t dest, uint node_index) const;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp65 inline PLAB* G1PLABAllocator::alloc_buffer(InCSetState dest) { in alloc_buffer() function in G1PLABAllocator
75 PLAB* buffer = alloc_buffer(dest); in plab_allocate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp66 inline PLAB* G1PLABAllocator::alloc_buffer(G1HeapRegionAttr dest) { in alloc_buffer() function in G1PLABAllocator
76 PLAB* buffer = alloc_buffer(dest); in plab_allocate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp65 inline PLAB* G1PLABAllocator::alloc_buffer(InCSetState dest) { in alloc_buffer() function in G1PLABAllocator
75 PLAB* buffer = alloc_buffer(dest); in plab_allocate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp65 inline PLAB* G1PLABAllocator::alloc_buffer(InCSetState dest) { in alloc_buffer() function in G1PLABAllocator
75 PLAB* buffer = alloc_buffer(dest); in plab_allocate()
/dports/graphics/libdrm/libdrm-2.4.110/amdgpu/
H A Damdgpu_bo.c71 struct amdgpu_bo_alloc_request *alloc_buffer, in amdgpu_bo_alloc() argument
78 args.in.bo_size = alloc_buffer->alloc_size; in amdgpu_bo_alloc()
79 args.in.alignment = alloc_buffer->phys_alignment; in amdgpu_bo_alloc()
82 args.in.domains = alloc_buffer->preferred_heap; in amdgpu_bo_alloc()
83 args.in.domain_flags = alloc_buffer->flags; in amdgpu_bo_alloc()
92 r = amdgpu_bo_create(dev, alloc_buffer->alloc_size, args.out.handle, in amdgpu_bo_alloc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libdrm/src/amdgpu/
H A Damdgpu_bo.c79 struct amdgpu_bo_alloc_request *alloc_buffer, in amdgpu_bo_alloc() argument
86 args.in.bo_size = alloc_buffer->alloc_size; in amdgpu_bo_alloc()
87 args.in.alignment = alloc_buffer->phys_alignment; in amdgpu_bo_alloc()
90 args.in.domains = alloc_buffer->preferred_heap; in amdgpu_bo_alloc()
91 args.in.domain_flags = alloc_buffer->flags; in amdgpu_bo_alloc()
100 r = amdgpu_bo_create(dev, alloc_buffer->alloc_size, args.out.handle, in amdgpu_bo_alloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/amdgpu/
H A Damdgpu_bo.c79 struct amdgpu_bo_alloc_request *alloc_buffer, in amdgpu_bo_alloc() argument
86 args.in.bo_size = alloc_buffer->alloc_size; in amdgpu_bo_alloc()
87 args.in.alignment = alloc_buffer->phys_alignment; in amdgpu_bo_alloc()
90 args.in.domains = alloc_buffer->preferred_heap; in amdgpu_bo_alloc()
91 args.in.domain_flags = alloc_buffer->flags; in amdgpu_bo_alloc()
100 r = amdgpu_bo_create(dev, alloc_buffer->alloc_size, args.out.handle, in amdgpu_bo_alloc()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_pool_alloc.c80 static void alloc_buffer(uint32_t size) { in alloc_buffer() function
232 alloc_buffer(200); in build_instance()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.hpp165 inline PLAB* alloc_buffer(G1HeapRegionAttr dest, uint node_index) const;
166 inline PLAB* alloc_buffer(region_type_t dest, uint node_index) const;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.hpp156 inline PLAB* alloc_buffer(G1HeapRegionAttr dest, uint node_index) const;
157 inline PLAB* alloc_buffer(region_type_t dest, uint node_index) const;
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dpercpu-stats.c150 alloc_buffer: in percpu_stats_show()
166 goto alloc_buffer; in percpu_stats_show()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dpercpu-stats.c150 alloc_buffer: in percpu_stats_show()
166 goto alloc_buffer; in percpu_stats_show()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.hpp163 inline PLAB* alloc_buffer(G1HeapRegionAttr dest, uint node_index) const;
164 inline PLAB* alloc_buffer(region_type_t dest, uint node_index) const;
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dpercpu-stats.c150 alloc_buffer: in percpu_stats_show()
166 goto alloc_buffer; in percpu_stats_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/erofs/
H A Dxattr.c166 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz); member
293 if (op->alloc_buffer) { in xattr_foreach()
294 err = op->alloc_buffer(it, value_sz); in xattr_foreach()
371 .alloc_buffer = xattr_checkbuffer,
592 .alloc_buffer = xattr_skipvalue,
/dports/multimedia/libv4l/linux-5.13-rc2/fs/erofs/
H A Dxattr.c166 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz); member
293 if (op->alloc_buffer) { in xattr_foreach()
294 err = op->alloc_buffer(it, value_sz); in xattr_foreach()
371 .alloc_buffer = xattr_checkbuffer,
592 .alloc_buffer = xattr_skipvalue,
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/erofs/
H A Dxattr.c166 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz); member
293 if (op->alloc_buffer) { in xattr_foreach()
294 err = op->alloc_buffer(it, value_sz); in xattr_foreach()
371 .alloc_buffer = xattr_checkbuffer,
592 .alloc_buffer = xattr_skipvalue,
/dports/devel/pecl-swoole/swoole-4.8.5/core-tests/src/server/
H A Dmessage_bus.cpp115 tmb.mb.alloc_buffer(); in TEST()
164 tmb.mb.alloc_buffer(); in TEST()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst/vaapi/
H A Dgstvaapiencode_h264_fei.c359 alloc_buffer (GstVaapiEncode * encode, in alloc_buffer() function
427 ret = alloc_buffer (base_encode, coded_buf, out_buffer_ptr); in gst_vaapiencode_h264_fei_alloc_buffer()
519 encode_class->alloc_buffer = gst_vaapiencode_h264_fei_alloc_buffer; in gst_vaapiencode_h264_fei_class_init()
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/agp/
H A Dgl21.c347 static void alloc_buffer(struct agp_vstore* s) in alloc_buffer() function
376 alloc_buffer(s); in agp_stream_prepare()
383 alloc_buffer(s); in agp_stream_prepare()
491 alloc_buffer(s); in agp_resize_vstore()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/agp/
H A Dgl21.c347 static void alloc_buffer(struct agp_vstore* s) in alloc_buffer() function
376 alloc_buffer(s); in agp_stream_prepare()
383 alloc_buffer(s); in agp_stream_prepare()
491 alloc_buffer(s); in agp_resize_vstore()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/agp/
H A Dgl21.c347 static void alloc_buffer(struct agp_vstore* s) in alloc_buffer() function
376 alloc_buffer(s); in agp_stream_prepare()
383 alloc_buffer(s); in agp_stream_prepare()
491 alloc_buffer(s); in agp_resize_vstore()
/dports/x11/aclip/arcan-0.6.1/src/platform/agp/
H A Dgl21.c347 static void alloc_buffer(struct agp_vstore* s) in alloc_buffer() function
376 alloc_buffer(s); in agp_stream_prepare()
383 alloc_buffer(s); in agp_stream_prepare()
491 alloc_buffer(s); in agp_resize_vstore()

12345678910>>...41