Home
last modified time | relevance | path

Searched refs:entry (Results 5301 - 5325 of 7703) sorted by relevance

1...<<211212213214215216217218219220>>...309

/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs_ioctl.c375 void *entry; in uapi_get_attr_for_method() local
378 entry = rcu_dereference_raw(*slot); in uapi_get_attr_for_method()
379 if (likely(!radix_tree_is_internal_node(entry) && entry)) in uapi_get_attr_for_method()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c287 struct guc_mmio_reg entry = { in guc_mmio_reg_add() local
299 if (bsearch(&entry, regset->registers, count, in guc_mmio_reg_add()
300 sizeof(entry), guc_mmio_reg_cmp)) in guc_mmio_reg_add()
303 slot = __mmio_reg_add(regset, &entry); in guc_mmio_reg_add()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.c788 nv17_tv_create(struct drm_connector *connector, struct dcb_output *entry) in nv17_tv_create() argument
809 tv_enc->base.dcb = entry; in nv17_tv_create()
810 tv_enc->base.or = ffs(entry->or) - 1; in nv17_tv_create()
820 encoder->possible_crtcs = entry->heads; in nv17_tv_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c96 struct drm_debugfs_entry *entry = m->private; in vc4_hvs_debugfs_underrun() local
97 struct drm_device *dev = entry->dev; in vc4_hvs_debugfs_underrun()
108 struct drm_debugfs_entry *entry = m->private; in vc4_hvs_debugfs_dlist() local
109 struct drm_device *dev = entry->dev; in vc4_hvs_debugfs_dlist()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_shader.c548 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 Dbus.c901 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 Dtegra-hsp.c161 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 Dhist.c470 .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 Dannotate.c41 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 Dima_main.c345 * 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 Dmremap.c203 * 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 Dkobject.c181 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()
/third_party/ffmpeg/libavcodec/
H A Dmmaldec.c210 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 Dlink_map.c304 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 Dgtest-port.cc232 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 Dnir_clone.c81 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 Dsfn_virtualvalues.cpp580 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 Dgtest-port.cc240 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 Dgtest-port.cc238 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 Dformats.c505 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 Dsweeper.cc112 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 Dfreedreno_gmem.c558 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 Diris_resolve.c359 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 Degl_stubs.cpp6 // 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 Dheader.cpp251 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()

Completed in 37 milliseconds

1...<<211212213214215216217218219220>>...309