/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_shader.c | 548 struct vmw_dx_shader *entry, *next; in vmw_dx_shader_cotable_list_scrub() local 552 list_for_each_entry_safe(entry, next, list, cotable_head) { in vmw_dx_shader_cotable_list_scrub() 553 WARN_ON(vmw_dx_shader_scrub(&entry->res)); in vmw_dx_shader_cotable_list_scrub() 555 entry->committed = false; in vmw_dx_shader_cotable_list_scrub()
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A D | bus.c | 901 list_for_each_entry(mapping, &cache->mappings, entry) { in host1x_bo_pin() 918 INIT_LIST_HEAD(&mapping->entry); in host1x_bo_pin() 921 list_add_tail(&mapping->entry, &cache->mappings); in host1x_bo_pin() 944 list_del(&mapping->entry); in __host1x_bo_unpin()
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | tegra-hsp.c | 161 struct tegra_hsp_doorbell *entry; in __tegra_hsp_doorbell_get() local 163 list_for_each_entry(entry, &hsp->doorbells, list) in __tegra_hsp_doorbell_get() 164 if (entry->master == master) in __tegra_hsp_doorbell_get() 165 return entry; in __tegra_hsp_doorbell_get()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 470 .entry = hpp__entry_ ## _fn, \ 484 .entry = hpp__entry_ ## _fn, \ 497 .entry = hpp__entry_ ## _fn, \ 657 if (!fmt->entry && !fmt->color) in perf_hpp__setup_output_field()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 41 static bool disasm_line__filter(struct ui_browser *browser, void *entry) in disasm_line__filter() argument 44 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter() 91 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write() argument 95 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_main.c | 345 * an additional measurement list entry, if needed, based on the in process_measurement() 914 * @eventname: event name to be used for the buffer entry. 925 * has been written to the passed location but not added to a measurement entry, 936 struct ima_template_entry *entry = NULL; in process_buffer_measurement() local 1012 ret = ima_alloc_init_template(&event_data, &entry, template); in process_buffer_measurement() 1018 ret = ima_store_template(entry, violation, NULL, event_data.buf, pcr); in process_buffer_measurement() 1021 ima_free_template_entry(entry); in process_buffer_measurement() 1074 * has been written to the passed location but not added to a measurement entry,
|
/kernel/linux/linux-6.6/mm/ |
H A D | mremap.c | 203 * the TLB entry for the old mapping has been in move_ptes() 414 static __always_inline unsigned long get_extent(enum pgt_entry entry, in get_extent() argument 420 switch (entry) { in get_extent() 448 * Attempts to speedup the move by moving entry at the level corresponding to 451 static bool move_pgt_entry(enum pgt_entry entry, struct vm_area_struct *vma, in move_pgt_entry() argument 461 switch (entry) { in move_pgt_entry()
|
/kernel/linux/linux-6.6/lib/ |
H A D | kobject.c | 181 list_add_tail(&kobj->entry, &kobj->kset->list); in kobj_kset_join() 192 list_del_init(&kobj->entry); in kobj_kset_leave() 202 INIT_LIST_HEAD(&kobj->entry); in kobject_init_internal() 911 list_for_each_entry(k, &kset->list, entry) { in kset_find_obj()
|
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/ |
H A D | udmf_ndk_test.cpp | 244 unsigned char entry[] = "CreateGeneralRecord";
in OH_Udmf_AddAndGetGeneralEntry001() local 245 unsigned int count = sizeof(entry);
in OH_Udmf_AddAndGetGeneralEntry001() 247 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count);
in OH_Udmf_AddAndGetGeneralEntry001() 259 && (std::memcmp(getEntry, entry, getCount) == 0) && (getEntry1 == getEntry)
in OH_Udmf_AddAndGetGeneralEntry001()
|
/test/xts/acts/distributeddatamgr/Pasteboardnapitest/entry/src/main/cpp/ |
H A D | napi_init.cpp | 522 unsigned char entry[] = "CreateGeneralRecord1";
in OH_Pasteboard_GetData0300() local 523 unsigned int count = sizeof(entry);
in OH_Pasteboard_GetData0300() 525 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count);
in OH_Pasteboard_GetData0300() 548 NAPI_ASSERT(env, memcmp(entry, getEntry, getCount) == 0, "OH_getRecords is fail");
in OH_Pasteboard_GetData0300() 624 .nm_modname = "entry",
|
/third_party/ffmpeg/libavcodec/ |
H A D | mmaldec.c | 210 FFBufferEntry *entry = buffer->user_data; in input_callback() local 211 av_buffer_unref(&entry->ref); in input_callback() 212 if (entry->flags & MMAL_BUFFER_HEADER_FLAG_FRAME_END) in input_callback() 214 av_free(entry); in input_callback()
|
/third_party/elfutils/libdwfl/ |
H A D | link_map.c | 304 For each link_map entry, if an existing module resides at its address, 545 its entry point address could not have supplied that. */ in consider_executable() 733 GElf_Addr entry = 0; in dwfl_link_map_report() 752 entry = val; \ in dwfl_link_map_report() 998 ? find_executable (dwfl, phdr, entry, in dwfl_link_map_report() 1002 : consider_executable (phdr_mod, phdr, entry, in dwfl_link_map_report() 1111 pointer for the dynamic linker's own entry is a pointer into the in dwfl_link_map_report() 729 GElf_Addr entry = 0; dwfl_link_map_report() local
|
/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | 232 struct procentry64 entry; 234 int status = getprocs64(&entry, sizeof(entry), nullptr, 0, &pid, 1); 236 return entry.pi_thcount;
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_clone.c | 81 struct hash_entry *entry; in _lookup_ptr() local 94 entry = _mesa_hash_table_search(state->remap_table, ptr); in _lookup_ptr() 95 if (!entry) { in _lookup_ptr() 100 return entry->data; in _lookup_ptr()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_virtualvalues.cpp | 580 auto entry = s_opmap.find(namestr); 584 if (entry == s_opmap.end()) { 595 value = entry->second.first; 596 use_chan = entry->second.second;
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 240 struct procentry64 entry; in GetThreadCount() local 242 int status = getprocs64(&entry, sizeof(entry), nullptr, 0, &pid, 1); in GetThreadCount() 244 return entry.pi_thcount; in GetThreadCount()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | 238 struct procentry64 entry; 240 int status = getprocs64(&entry, sizeof(entry), nullptr, 0, &pid, 1); 242 return entry.pi_thcount;
|
/third_party/mesa3d/src/mesa/main/ |
H A D | formats.c | 505 struct hash_entry *entry; in _mesa_format_from_array_format() local 517 entry = _mesa_hash_table_search_pre_hashed(format_array_format_table, in _mesa_format_from_array_format() 520 if (entry) in _mesa_format_from_array_format() 521 return (intptr_t)entry->data; in _mesa_format_from_array_format()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | sweeper.cc | 112 for (auto entry : unfinalized_free_list) { 113 Free(std::move(entry)); 132 for (auto entry : unfinalized_free_list) { 133 Free(std::move(entry)); 308 // Clear only if not the first freed entry. in SweepNormalPage() 321 // Check if this is a free list entry. in SweepNormalPage()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_gmem.c | 558 struct hash_entry *entry = in lookup_gmem_state() local 560 if (entry) { in lookup_gmem_state() 574 entry = _mesa_hash_table_insert_pre_hashed(cache->ht, hash, key, in lookup_gmem_state() 578 fd_gmem_reference(&gmem, entry->data); in lookup_gmem_state()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resolve.c | 359 struct hash_entry *entry = in iris_cache_flush_for_render() local 361 if (!entry) { in iris_cache_flush_for_render() 364 } else if (entry->data != v_aux_usage) { in iris_cache_flush_for_render() 370 entry->data = v_aux_usage; in iris_cache_flush_for_render()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_stubs.cpp | 6 // egl_stubs.cpp: Stubs for EGL entry points. 418 const ProcEntry *entry = in GetProcAddress() local 423 if (entry == &g_procTable[g_numProcs] || strcmp(entry->first, procname) != 0) in GetProcAddress() 428 return entry->second; in GetProcAddress()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 251 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter() local 254 entry["Values"][name] = enumRow.value; in TPrinter() 256 entry["Type"] = "Value"; in TPrinter() 257 entry["Name"] = "Op"; in TPrinter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 251 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter() local 254 entry["Values"][name] = enumRow.value; in TPrinter() 256 entry["Type"] = "Value"; in TPrinter() 257 entry["Name"] = "Op"; in TPrinter()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-repacker.hh | 418 for (auto entry : subgraph.iter ()) in isolate_subgraph() 420 const auto& node = vertices_[entry.first]; in isolate_subgraph() 421 unsigned subgraph_incoming_edges = entry.second; in isolate_subgraph() 427 duplicate_subgraph (entry.first, index_map); in isolate_subgraph()
|