HomeSort by relevance Sort by last modified time
    Searched refs:mem_type (Results 1 - 25 of 36) sorted by null

1 2

  /external/fio/
memory.c 69 if (td->o.mem_type == MEM_SHMHUGE) {
82 if (td->o.mem_type == MEM_SHMHUGE) {
131 if (td->o.mem_type == MEM_MMAPHUGE) {
148 if (td->o.mem_type != MEM_MMAPHUGE &&
149 td->o.mem_type != MEM_MMAPSHARED &&
155 if (td->o.mem_type == MEM_MMAPHUGE ||
156 td->o.mem_type == MEM_MMAPSHARED)
309 if (fio_option_is_set(&td->o, mem_type)) {
314 } else if (td->o.mem_type == MEM_MALLOC)
316 else if (td->o.mem_type == MEM_SHM || td->o.mem_type == MEM_SHMHUGE
    [all...]
thread_options.h 186 enum fio_memtype mem_type; member in struct:thread_options
455 uint32_t mem_type; member in struct:thread_options_pack
cconv.c 231 o->mem_type = le32_to_cpu(top->mem_type);
417 top->mem_type = cpu_to_le32(o->mem_type);
backend.c 1182 if (td->o.mem_type == MEM_SHMHUGE || td->o.mem_type == MEM_MMAPHUGE) {
    [all...]
  /external/autotest/server/site_tests/brillo_MemorySizeTest/
brillo_MemorySizeTest.py 42 for mem_type, min_mem in (('MemTotal', min_total), ('MemFree', min_free)):
43 actual_mem = meminfo_dict.get(mem_type)
46 'Failed to read %s from /proc/meminfo' % mem_type)
51 (mem_type, actual_mem, min_mem))
  /external/mesa3d/src/gallium/state_trackers/va/
buffer.c 242 uint32_t mem_type; local
271 if (!out_buf_info->mem_type)
272 mem_type = mem_types[0];
274 mem_type = 0;
276 if (out_buf_info->mem_type & mem_types[i]) {
277 mem_type = out_buf_info->mem_type;
281 if (!mem_type)
289 if (buf->export_state.mem_type != mem_type)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 125 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) {
132 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report);
151 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
155 uptr map_res = (uptr)MmapOrDie(map_size, mem_type);
168 void *MmapNoReserveOrDie(uptr size, const char *mem_type) {
177 ReportMmapFailureAndDie(size, mem_type, "allocate noreserve", reserrno);
191 char mem_type[30]; local
192 internal_snprintf(mem_type, sizeof(mem_type), "memory at address 0x%zx",
194 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno)
    [all...]
sanitizer_win.cc 88 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) {
91 ReportMmapFailureAndDie(size, mem_type, "allocate",
117 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
127 ReportMmapFailureAndDie(size, mem_type, "allocate aligned", GetLastError());
134 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError());
147 ReportMmapFailureAndDie(size, mem_type, "allocate aligned",
155 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError());
166 ReportMmapFailureAndDie(size, mem_type, "allocate aligned", GetLastError());
197 char mem_type[30]; local
198 internal_snprintf(mem_type, sizeof(mem_type), "memory at address 0x%zx"
    [all...]
sanitizer_common.h 83 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report = false);
84 INLINE void *MmapOrDieQuietly(uptr size, const char *mem_type) {
85 return MmapOrDie(size, mem_type, /*raw_report*/ true);
90 void *MmapNoReserveOrDie(uptr size, const char *mem_type);
95 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type);
340 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,
sanitizer_common.cc 103 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,
116 SanitizerToolName, mmap_type, size, size, mem_type, err);
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
xlat_tables_common.c 184 int mem_type; local
209 mem_type = MT_TYPE(attr);
210 if (mem_type == MT_DEVICE) {
239 if (mem_type == MT_MEMORY) {
242 assert(mem_type == MT_NON_CACHEABLE);
247 debug_print((mem_type == MT_MEMORY) ? "MEM" :
248 ((mem_type == MT_NON_CACHEABLE) ? "NC" : "DEV"));
  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.h 36 #define GST_XCAM_SRC_MEM_MODE(src) ((GST_XCAM_SRC_CAST(src))->mem_type)
110 enum v4l2_memory mem_type; member in struct:_GstXCamSrc
gstxcamsrc.cpp 613 xcamsrc->mem_type = DEFAULT_PROP_MEM_MODE;
668 g_value_set_enum (value, src->mem_type);
756 src->mem_type = (enum v4l2_memory)g_value_get_enum (value);
    [all...]
  /external/libxcam/xcore/base/
xcam_buffer.h 102 uint32_t mem_type; member in struct:_XCamVideoBuffer
  /external/libxcam/xcore/
smart_buffer_priv.cpp 71 this->base.mem_type = XCAM_MEM_TYPE_PRIVATE_BO;
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c 122 int mem_type; local
171 mem_type = MT_TYPE(attr);
172 if (mem_type == MT_DEVICE) {
204 if (mem_type == MT_MEMORY) {
207 assert(mem_type == MT_NON_CACHEABLE);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1250 struct lp_type mem_type; local
1417 struct lp_type mem_type; local
    [all...]
  /external/libxcam/capi/
xcam_handle.cpp 237 if (buf_in->mem_type == XCAM_MEM_TYPE_GPU) {
  /external/libxcam/plugins/smart/dvs/
xcam_plugin_dvs.cpp 111 if (buffer->info.format != V4L2_PIX_FMT_NV12 || buffer->mem_type != XCAM_MEM_TYPE_PRIVATE_BO)
  /external/v8/src/wasm/
function-body-decoder.cc     [all...]
  /external/syslinux/gpxe/src/drivers/net/
mtnic.h 232 u32 mem_type; member in struct:mtnic_data_seg
mtnic.c 156 rx_desc_ptr->data.mem_type = priv->mtnic->fw.mem_type_snoop_be;
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 2012 # define mem_type macro
2014 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; local
2114 # undef mem_type macro
    [all...]
sljitNativeTILEGX_64.c 2089 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 131 unsigned mem_type,
149 declaration.MemType = mem_type;
    [all...]

Completed in 638 milliseconds

1 2