Home
last modified time | relevance | path

Searched refs:instance (Results 101 - 125 of 1908) sorted by relevance

12345678910>>...77

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_device_memory.c51 dev->instance, dev_handle, in vn_device_memory_pool_grow_alloc()
71 vn_instance_submit_roundtrip(dev->instance, &mem->bo_roundtrip_seqno); in vn_device_memory_pool_grow_alloc()
84 vn_async_vkFreeMemory(dev->instance, dev_handle, mem_handle, NULL); in vn_device_memory_pool_grow_alloc()
114 vn_instance_wait_roundtrip(dev->instance, pool_mem->bo_roundtrip_seqno); in vn_device_memory_pool_unref()
116 vn_async_vkFreeMemory(dev->instance, vn_device_to_handle(dev), in vn_device_memory_pool_unref()
196 const struct vn_instance *instance = dev->physical_device->instance; in vn_device_memory_should_suballocate() local
197 const struct vn_renderer_info *renderer = &instance->renderer->info; in vn_device_memory_should_suballocate()
266 vn_instance_roundtrip(dev->instance); in vn_device_memory_import_dma_buf()
280 result = vn_call_vkAllocateMemory(dev->instance, devic in vn_device_memory_import_dma_buf()
390 const struct vn_instance *instance = dev->physical_device->instance; vn_device_memory_alloc() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DProperties.java19 private transient DecimalFormatProperties instance; field in Properties
22 return instance; in getInstance()
26 if (instance == null) { in readObject()
27 instance = new DecimalFormatProperties(); in readObject()
29 instance.readObjectImpl(ois); in readObject()
33 if (instance == null) { in writeObject()
34 instance = new DecimalFormatProperties(); in writeObject()
36 instance.writeObjectImpl(oos); in writeObject()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DProperties.java21 private transient DecimalFormatProperties instance; field in Properties
24 return instance; in getInstance()
28 if (instance == null) { in readObject()
29 instance = new DecimalFormatProperties(); in readObject()
31 instance.readObjectImpl(ois); in readObject()
35 if (instance == null) { in writeObject()
36 instance = new DecimalFormatProperties(); in writeObject()
38 instance.writeObjectImpl(oos); in writeObject()
/third_party/python/Lib/unittest/test/testmock/
H A Dtestcallable.py62 instance = mock()
65 self.assertNotCallable(instance)
66 self.assertRaises(TypeError, instance)
74 instance = mock()
77 self.assertNotCallable(instance)
78 self.assertRaises(TypeError, instance)
112 instance = mock() variable in TestCallable.test_patch_spec_callable_class.Multi
115 self.assertTrue(is_instance(instance, MagicMock))
117 self.assertRaises(AttributeError, getattr, instance,
120 result = instance()
[all...]
/third_party/glfw/src/
H A Dwin32_init.c63 BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) in DllMain() argument
77 (HMODULE*) &_glfw.win32.instance)) in loadLibraries()
84 _glfw.win32.user32.instance = _glfwPlatformLoadModule("user32.dll"); in loadLibraries()
85 if (!_glfw.win32.user32.instance) in loadLibraries()
93 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "SetProcessDPIAware"); in loadLibraries()
95 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "ChangeWindowMessageFilterEx"); in loadLibraries()
97 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "EnableNonClientDpiScaling"); in loadLibraries()
99 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "SetProcessDpiAwarenessContext"); in loadLibraries()
101 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "GetDpiForWindow"); in loadLibraries()
103 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "AdjustWindowRectExForDp in loadLibraries()
[all...]
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtrace.c14 * enable_tracer_by_name - enable a tracer on the given instance
51 * create_instance - create a trace instance with *instance_name
59 * destroy_instance - remove a trace instance and free the data
68 * save_trace_to_file - save the trace output of the instance to the file
130 * trace_instance_destroy - destroy and free a rtla trace instance
152 * trace_instance_init - create an rtla trace instance
154 * It is more than the tracefs instance, as it contains other
158 * Note that the trace instance is returned disabled. This allows
192 * trace_instance_start - start tracing a given rtla instance
280 static void trace_event_disable_filter(struct trace_instance *instance, in trace_event_disable_filter() argument
309 trace_event_save_hist(struct trace_instance *instance, struct trace_events *tevent) trace_event_save_hist() argument
358 trace_event_disable_trigger(struct trace_instance *instance, struct trace_events *tevent) trace_event_disable_trigger() argument
387 trace_events_disable(struct trace_instance *instance, struct trace_events *events) trace_events_disable() argument
411 trace_event_enable_filter(struct trace_instance *instance, struct trace_events *tevent) trace_event_enable_filter() argument
446 trace_event_enable_trigger(struct trace_instance *instance, struct trace_events *tevent) trace_event_enable_trigger() argument
482 trace_events_enable(struct trace_instance *instance, struct trace_events *events) trace_events_enable() argument
515 trace_events_destroy(struct trace_instance *instance, struct trace_events *events) trace_events_destroy() argument
[all...]
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c21 u32 instance; member
31 osl_table_name_from_file(char *filename, char *signature, u32 *instance);
33 static acpi_status osl_add_table_to_list(char *signature, u32 instance);
58 u32 instance,
66 u32 instance,
205 * instance - Multiple table support for SSDT/UEFI (0...n)
220 u32 instance, in acpi_os_get_table_by_name()
240 osl_get_bios_table(signature, instance, table, address); in acpi_os_get_table_by_name()
245 instance, table, address); in acpi_os_get_table_by_name()
255 signature, instance, tabl in acpi_os_get_table_by_name()
219 acpi_os_get_table_by_name(char *signature, u32 instance, struct acpi_table_header **table, acpi_physical_address *address) acpi_os_get_table_by_name() argument
277 osl_add_table_to_list(char *signature, u32 instance) osl_add_table_to_list() argument
348 acpi_os_get_table_by_index(u32 index, struct acpi_table_header **table, u32 *instance, acpi_physical_address *address) acpi_os_get_table_by_index() argument
766 osl_get_bios_table(char *signature, u32 instance, struct acpi_table_header **table, acpi_physical_address *address) osl_get_bios_table() argument
997 u32 instance; osl_list_customized_tables() local
1156 osl_table_name_from_file(char *filename, char *signature, u32 *instance) osl_table_name_from_file() argument
1307 osl_get_customized_table(char *pathname, char *signature, u32 instance, struct acpi_table_header **table, acpi_physical_address *address) osl_get_customized_table() argument
[all...]
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c21 u32 instance; member
31 osl_table_name_from_file(char *filename, char *signature, u32 *instance);
33 static acpi_status osl_add_table_to_list(char *signature, u32 instance);
58 u32 instance,
66 u32 instance,
205 * instance - Multiple table support for SSDT/UEFI (0...n)
220 u32 instance, in acpi_os_get_table_by_name()
240 osl_get_bios_table(signature, instance, table, address); in acpi_os_get_table_by_name()
245 instance, table, address); in acpi_os_get_table_by_name()
255 signature, instance, tabl in acpi_os_get_table_by_name()
219 acpi_os_get_table_by_name(char *signature, u32 instance, struct acpi_table_header **table, acpi_physical_address *address) acpi_os_get_table_by_name() argument
277 osl_add_table_to_list(char *signature, u32 instance) osl_add_table_to_list() argument
348 acpi_os_get_table_by_index(u32 index, struct acpi_table_header **table, u32 *instance, acpi_physical_address *address) acpi_os_get_table_by_index() argument
766 osl_get_bios_table(char *signature, u32 instance, struct acpi_table_header **table, acpi_physical_address *address) osl_get_bios_table() argument
997 u32 instance; osl_list_customized_tables() local
1156 osl_table_name_from_file(char *filename, char *signature, u32 *instance) osl_table_name_from_file() argument
1307 osl_get_customized_table(char *pathname, char *signature, u32 instance, struct acpi_table_header **table, acpi_physical_address *address) osl_get_customized_table() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsun3_scsi.c195 struct Scsi_Host *instance = dev; in scsi_sun3_intr() local
205 shost_printk(KERN_ERR, instance, "bus error in DMA\n"); in scsi_sun3_intr()
207 shost_printk(KERN_ERR, instance, "DMA conflict\n"); in scsi_sun3_intr()
512 struct Scsi_Host *instance; in sun3_scsi_probe() local
579 instance = scsi_host_alloc(&sun3_scsi_template, in sun3_scsi_probe()
581 if (!instance) { in sun3_scsi_probe()
586 instance->irq = irq->start; in sun3_scsi_probe()
588 hostdata = shost_priv(instance); in sun3_scsi_probe()
592 error = NCR5380_init(instance, host_flags); in sun3_scsi_probe()
596 error = request_irq(instance in sun3_scsi_probe()
645 struct Scsi_Host *instance = platform_get_drvdata(pdev); sun3_scsi_remove() local
[all...]
H A Dmac_scsi.c443 struct Scsi_Host *instance; in mac_scsi_probe() local
472 instance = scsi_host_alloc(&mac_scsi_template, in mac_scsi_probe()
474 if (!instance) in mac_scsi_probe()
478 instance->irq = irq->start; in mac_scsi_probe()
480 instance->irq = NO_IRQ; in mac_scsi_probe()
482 hostdata = shost_priv(instance); in mac_scsi_probe()
493 error = NCR5380_init(instance, host_flags | FLAG_LATE_DMA_SETUP); in mac_scsi_probe()
497 if (instance->irq != NO_IRQ) { in mac_scsi_probe()
498 error = request_irq(instance->irq, macscsi_intr, IRQF_SHARED, in mac_scsi_probe()
499 "NCR5380", instance); in mac_scsi_probe()
527 struct Scsi_Host *instance = platform_get_drvdata(pdev); mac_scsi_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsun3_scsi.c195 struct Scsi_Host *instance = dev; in scsi_sun3_intr() local
205 shost_printk(KERN_ERR, instance, "bus error in DMA\n"); in scsi_sun3_intr()
207 shost_printk(KERN_ERR, instance, "DMA conflict\n"); in scsi_sun3_intr()
513 struct Scsi_Host *instance; in sun3_scsi_probe() local
580 instance = scsi_host_alloc(&sun3_scsi_template, in sun3_scsi_probe()
582 if (!instance) { in sun3_scsi_probe()
587 instance->irq = irq->start; in sun3_scsi_probe()
589 hostdata = shost_priv(instance); in sun3_scsi_probe()
593 error = NCR5380_init(instance, host_flags); in sun3_scsi_probe()
597 error = request_irq(instance in sun3_scsi_probe()
646 struct Scsi_Host *instance = platform_get_drvdata(pdev); sun3_scsi_remove() local
[all...]
H A Dgvp11.c37 struct Scsi_Host *instance = data; in gvp11_intr() local
38 struct gvp11_hostdata *hdata = shost_priv(instance); in gvp11_intr()
45 spin_lock_irqsave(instance->host_lock, flags); in gvp11_intr()
46 wd33c93_intr(instance); in gvp11_intr()
47 spin_unlock_irqrestore(instance->host_lock, flags); in gvp11_intr()
57 struct Scsi_Host *instance = cmd->device->host; in dma_setup() local
58 struct gvp11_hostdata *hdata = shost_priv(instance); in dma_setup()
186 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() argument
190 struct gvp11_hostdata *hdata = shost_priv(instance); in dma_stop()
319 struct Scsi_Host *instance; in gvp11_probe() local
428 struct Scsi_Host *instance = zorro_get_drvdata(z); gvp11_remove() local
[all...]
/third_party/ffmpeg/libswscale/
H A Dhscale.c23 /// Scaler instance data
32 /// Color conversion instance data
40 FilterContext *instance = desc->instance; in lum_h_scale() local
43 int xInc = instance->xInc; in lum_h_scale()
56 c->hyScale(c, (int16_t*)dst[dst_pos], dstW, (const uint8_t *)src[src_pos], instance->filter, in lum_h_scale()
57 instance->filter_pos, instance->filter_size); in lum_h_scale()
77 c->hyScale(c, (int16_t*)dst[dst_pos], dstW, (const uint8_t *)src[src_pos], instance->filter, in lum_h_scale()
78 instance in lum_h_scale()
89 ColorContext * instance = desc->instance; lum_convert() local
168 FilterContext *instance = desc->instance; chr_h_scale() local
205 ColorContext * instance = desc->instance; chr_convert() local
[all...]
/third_party/node/deps/v8/tools/wasm/
H A Dwasm-import-profiler.js48 print(`--- Import profile for instance ${profile.instanceNum} ---`);
79 promise.then((instance) => {
80 instanceMap.set(instance, profile);
93 let instance = new orig_new_instance(...args);
94 instanceMap.set(instance, profile);
97 return instance;
101 // expose: WebAssembly.dumpProfile(instance)
102 WebAssembly.dumpProfile = (instance) => {
103 let profile = instanceMap.get(instance);
107 // expose: WebAssembly.clearProfile(instance)
[all...]
/kernel/linux/linux-5.10/sound/usb/6fire/
H A Dpcm.c141 usb_kill_urb(&rt->in_urbs[i].instance); in usb6fire_pcm_stream_stop()
142 usb_kill_urb(&rt->out_urbs[i].instance); in usb6fire_pcm_stream_stop()
170 ret = usb_submit_urb(&rt->in_urbs[i].instance, in usb6fire_pcm_stream_start()
198 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_capture()
199 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in usb6fire_pcm_capture()
245 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_playback()
246 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in usb6fire_pcm_playback()
319 if (sub->period_off >= sub->instance->runtime->period_size) { in usb6fire_pcm_in_urb_handler()
320 sub->period_off %= sub->instance->runtime->period_size; in usb6fire_pcm_in_urb_handler()
322 snd_pcm_period_elapsed(sub->instance); in usb6fire_pcm_in_urb_handler()
[all...]
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dpcm.c141 usb_kill_urb(&rt->in_urbs[i].instance); in usb6fire_pcm_stream_stop()
142 usb_kill_urb(&rt->out_urbs[i].instance); in usb6fire_pcm_stream_stop()
170 ret = usb_submit_urb(&rt->in_urbs[i].instance, in usb6fire_pcm_stream_start()
198 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_capture()
199 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in usb6fire_pcm_capture()
245 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_playback()
246 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in usb6fire_pcm_playback()
319 if (sub->period_off >= sub->instance->runtime->period_size) { in usb6fire_pcm_in_urb_handler()
320 sub->period_off %= sub->instance->runtime->period_size; in usb6fire_pcm_in_urb_handler()
322 snd_pcm_period_elapsed(sub->instance); in usb6fire_pcm_in_urb_handler()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c82 u32 val = cal_read(phy->cal, CAL_CSI2_COMPLEXIO_CFG(phy->instance)); in cal_camerarx_lane_config()
103 cal_write(phy->cal, CAL_CSI2_COMPLEXIO_CFG(phy->instance), val); in cal_camerarx_lane_config()
105 phy->instance, val); in cal_camerarx_lane_config()
110 u32 num_lanes = phy->cal->data->camerarx[phy->instance].num_lanes; in cal_camerarx_enable()
154 phy_dbg(1, phy, "CSI2_%d_REG0 = 0x%08x\n", phy->instance, reg0); in cal_camerarx_config()
164 phy_dbg(1, phy, "CSI2_%d_REG1 = 0x%08x\n", phy->instance, reg1); in cal_camerarx_config()
176 cal_write_field(phy->cal, CAL_CSI2_COMPLEXIO_CFG(phy->instance), in cal_camerarx_power()
183 CAL_CSI2_COMPLEXIO_CFG(phy->instance), in cal_camerarx_power()
204 CAL_CSI2_COMPLEXIO_CFG(phy->instance), in cal_camerarx_wait_reset()
211 if (cal_read_field(phy->cal, CAL_CSI2_COMPLEXIO_CFG(phy->instance), in cal_camerarx_wait_reset()
809 cal_camerarx_create(struct cal_dev *cal, unsigned int instance) cal_camerarx_create() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c175 struct panvk_instance *instance; in panvk_CreateInstance() local
181 instance = vk_zalloc(pAllocator, sizeof(*instance), 8, in panvk_CreateInstance()
183 if (!instance) in panvk_CreateInstance()
194 result = vk_instance_init(&instance->vk, in panvk_CreateInstance()
200 vk_free(pAllocator, instance); in panvk_CreateInstance()
204 instance->physical_device_count = -1; in panvk_CreateInstance()
205 instance->debug_flags = parse_debug_string(getenv("PANVK_DEBUG"), in panvk_CreateInstance()
208 if (instance->debug_flags & PANVK_DEBUG_STARTUP) in panvk_CreateInstance()
209 panvk_logi("Created an instance"); in panvk_CreateInstance()
249 panvk_physical_device_init(struct panvk_physical_device *device, struct panvk_instance *instance, drmDevicePtr drm_device) panvk_physical_device_init() argument
383 panvk_enumerate_devices(struct panvk_instance *instance) panvk_enumerate_devices() argument
1131 vk_icdGetInstanceProcAddr(VkInstance instance, const char *pName) vk_icdGetInstanceProcAddr() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp13 #define ACQUIRE_PROC(name, instance, device) \
14 fFunctions.f##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, instance, device))
16 #define ACQUIRE_PROC_SUFFIX(name, suffix, instance, device) \
18 reinterpret_cast<PFN_vk##name##suffix>(getProc("vk" #name #suffix, instance, device))
21 VkInstance instance, in GrVkInterface()
35 ACQUIRE_PROC(EnumeratePhysicalDevices, instance, VK_NULL_HANDLE); in GrVkInterface()
36 ACQUIRE_PROC(GetPhysicalDeviceFeatures, instance, VK_NULL_HANDLE); in GrVkInterface()
37 ACQUIRE_PROC(GetPhysicalDeviceFormatProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
38 ACQUIRE_PROC(GetPhysicalDeviceImageFormatProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
39 ACQUIRE_PROC(GetPhysicalDeviceProperties, instance, VK_NULL_HANDL in GrVkInterface()
20 GrVkInterface(GrVkGetProc getProc, VkInstance instance, VkDevice device, uint32_t instanceVersion, uint32_t physicalDeviceVersion, const GrVkExtensions* extensions) GrVkInterface() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc50 // an instance finalizer is not guaranteed to run upon isolate shutdown,
55 WasmInstanceNativeAllocations(Handle<WasmInstanceObject> instance, in WasmInstanceNativeAllocations() argument
65 instance->set_imported_function_targets(imported_function_targets_.get()); in WasmInstanceNativeAllocations()
66 instance->set_imported_mutable_globals(imported_mutable_globals_.get()); in WasmInstanceNativeAllocations()
67 instance->set_data_segment_starts(data_segment_starts_.get()); in WasmInstanceNativeAllocations()
68 instance->set_data_segment_sizes(data_segment_sizes_.get()); in WasmInstanceNativeAllocations()
69 instance->set_dropped_elem_segments(dropped_elem_segments_.get()); in WasmInstanceNativeAllocations()
193 Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::ValueType type, in New()
199 instance.is_null() ? nullptr : instance in New()
192 New( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::ValueType type, uint32_t initial, bool has_maximum, uint32_t maximum, Handle<FixedArray>* entries, Handle<Object> initial_value) New() argument
234 AddDispatchTable(Isolate* isolate, Handle<WasmTableObject> table_obj, Handle<WasmInstanceObject> instance, int table_index) AddDispatchTable() argument
452 auto instance = handle(WasmInstanceObject::cast(tuple->value1()), isolate); Get() local
504 WasmInstanceObject instance = WasmInstanceObject::cast( UpdateDispatchTables() local
634 SetFunctionTablePlaceholder( Isolate* isolate, Handle<WasmTableObject> table, int entry_index, Handle<WasmInstanceObject> instance, int func_index) SetFunctionTablePlaceholder() argument
648 GetFunctionTableEntry( Isolate* isolate, const WasmModule* module, Handle<WasmTableObject> table, int entry_index, bool* is_valid, bool* is_null, MaybeHandle<WasmInstanceObject>* instance, int* function_index, MaybeHandle<WasmJSFunction>* maybe_js_function) GetFunctionTableEntry() argument
780 SetInstanceMemory(Handle<WasmInstanceObject> instance, Handle<JSArrayBuffer> buffer) SetInstanceMemory() argument
884 AddInstance(Isolate* isolate, Handle<WasmMemoryObject> memory, Handle<WasmInstanceObject> instance) AddInstance() argument
1027 New( Isolate* isolate, Handle<WasmInstanceObject> instance, MaybeHandle<JSArrayBuffer> maybe_untagged_buffer, MaybeHandle<FixedArray> maybe_tagged_buffer, wasm::ValueType type, int32_t offset, bool is_mutable) New() argument
1110 SetWasmToWasm(WasmInstanceObject instance, Address call_target) SetWasmToWasm() argument
1143 EnsureIndirectFunctionTableWithMinimumSize( Handle<WasmInstanceObject> instance, int table_index, uint32_t minimum_size) EnsureIndirectFunctionTableWithMinimumSize() argument
1250 InitDataSegmentArrays( Handle<WasmInstanceObject> instance, Handle<WasmModuleObject> module_object) InitDataSegmentArrays() argument
1278 InitElemSegmentArrays( Handle<WasmInstanceObject> instance, Handle<WasmModuleObject> module_object) InitElemSegmentArrays() argument
1322 CopyTableEntries(Isolate* isolate, Handle<WasmInstanceObject> instance, uint32_t table_dst_index, uint32_t table_src_index, uint32_t dst, uint32_t src, uint32_t count) CopyTableEntries() argument
1383 GetOrCreateWasmInternalFunction( Isolate* isolate, Handle<WasmInstanceObject> instance, int function_index) GetOrCreateWasmInternalFunction() argument
1429 SetWasmInternalFunction( Isolate* isolate, Handle<WasmInstanceObject> instance, int index, Handle<WasmInternalFunction> val) SetWasmInternalFunction() argument
1446 ImportWasmJSFunctionIntoTable( Isolate* isolate, Handle<WasmInstanceObject> instance, int table_index, int entry_index, Handle<WasmJSFunction> js_function) ImportWasmJSFunctionIntoTable() argument
1512 GetGlobalStorage( Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) GetGlobalStorage() argument
1525 GetGlobalBufferAndIndex(Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) GetGlobalBufferAndIndex() argument
1542 GetGlobalValue( Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) GetGlobalValue() argument
1932 WasmInstanceObject WasmExportedFunction::instance() { instance() function in v8::WasmExportedFunction
1940 New( Isolate* isolate, Handle<WasmInstanceObject> instance, int func_index, int arity, Handle<CodeT> export_wrapper) New() argument
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H A Dgov_power_allocator.c89 struct thermal_instance *instance; in estimate_sustainable_power() local
92 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in estimate_sustainable_power()
93 struct thermal_cooling_device *cdev = instance->cdev; in estimate_sustainable_power()
96 if (instance->trip != params->trip_max_desired_temperature) in estimate_sustainable_power()
328 struct thermal_instance *instance; in allocate_power() local
341 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power()
342 if ((instance->trip == trip_max_desired_temperature) && in allocate_power()
343 cdev_is_power_actor(instance->cdev)) { in allocate_power()
345 total_weight += instance->weight; in allocate_power()
381 list_for_each_entry(instance, in allocate_power()
516 struct thermal_instance *instance; allow_maximum_power() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h17 /* Some per-instance constants */
31 struct vchiq_instance *instance; member
89 vchiq_use_service(struct vchiq_instance *instance, unsigned int handle);
92 vchiq_release_service(struct vchiq_instance *instance, unsigned int handle);
111 vchiq_instance_get_debugfs_node(struct vchiq_instance *instance);
114 vchiq_instance_get_use_count(struct vchiq_instance *instance);
117 vchiq_instance_get_pid(struct vchiq_instance *instance);
120 vchiq_instance_get_trace(struct vchiq_instance *instance);
123 vchiq_instance_set_trace(struct vchiq_instance *instance, int trace);
145 free_bulk_waiter(struct vchiq_instance *instance);
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H A Dgov_fair_share.c71 struct thermal_instance *instance; in fair_share_throttle() local
78 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in fair_share_throttle()
79 if (instance->trip != trip) in fair_share_throttle()
82 total_weight += instance->weight; in fair_share_throttle()
86 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in fair_share_throttle()
88 struct thermal_cooling_device *cdev = instance->cdev; in fair_share_throttle()
90 if (instance->trip != trip) in fair_share_throttle()
96 percentage = (instance->weight * 100) / total_weight; in fair_share_throttle()
98 instance->target = get_target_state(tz, cdev, percentage, in fair_share_throttle()
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvpu_malone.h19 u32 instance, struct vpu_buffer *buf);
21 u32 instance,
24 u32 instance, u32 ptr, bool write);
26 u32 instance,
32 u32 instance,
38 bool vpu_malone_is_ready(struct vpu_shared_addr *shared, u32 instance);
39 int vpu_malone_pre_cmd(struct vpu_shared_addr *shared, u32 instance);
40 int vpu_malone_post_cmd(struct vpu_shared_addr *shared, u32 instance);
41 int vpu_malone_init_instance(struct vpu_shared_addr *shared, u32 instance);
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_device.c37 /* Default workqueue processing interval on this instance, in msecs */
67 unsigned instance, block, attr; in edac_device_alloc_ctl_info() local
75 * (instance,block,attrib) from the start of an allocated structure. in edac_device_alloc_ctl_info()
76 * We want the alignment of each item (instance,block,attrib) in edac_device_alloc_ctl_info()
84 * which will become the start of the 'instance' array in edac_device_alloc_ctl_info()
88 /* Calc the 'end' offset past the instance array within the ctl_info in edac_device_alloc_ctl_info()
148 for (instance = 0; instance < nr_instances; instance++) { in edac_device_alloc_ctl_info()
149 inst = &dev_inst[instance]; in edac_device_alloc_ctl_info()
560 struct edac_device_instance *instance; edac_device_handle_ce_count() local
606 struct edac_device_instance *instance; edac_device_handle_ue_count() local
[all...]

Completed in 16 milliseconds

12345678910>>...77