Home
last modified time | relevance | path

Searched refs:entry (Results 4476 - 4500 of 7759) sorted by relevance

1...<<171172173174175176177178179180>>...311

/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c58 /* Gets a pointer to the virgl_hw_res containing the pointed to cache entry. */
419 struct virgl_resource_cache_entry *entry; in virgl_drm_winsys_resource_cache_create() local
437 entry = virgl_resource_cache_remove_compatible(&qdws->cache, params); in virgl_drm_winsys_resource_cache_create()
438 if (entry) { in virgl_drm_winsys_resource_cache_create()
439 res = cache_entry_container_res(entry); in virgl_drm_winsys_resource_cache_create()
1139 virgl_drm_resource_cache_entry_is_busy(struct virgl_resource_cache_entry *entry, in virgl_drm_resource_cache_entry_is_busy() argument
1143 struct virgl_hw_res *res = cache_entry_container_res(entry); in virgl_drm_resource_cache_entry_is_busy()
1149 virgl_drm_resource_cache_entry_release(struct virgl_resource_cache_entry *entry, in virgl_drm_resource_cache_entry_release() argument
1153 struct virgl_hw_res *res = cache_entry_container_res(entry); in virgl_drm_resource_cache_entry_release()
/third_party/libinput/test/
H A Dtest-utils.c65 ARRAY_FOR_EACH(ai, entry) { in START_TEST()
66 ck_assert_int_eq(*entry, iexpected); in START_TEST()
72 ARRAY_FOR_EACH(ac, entry) { in START_TEST()
73 ck_assert_int_eq(*entry, cexpected); in START_TEST()
83 ARRAY_FOR_EACH(as, entry) { in START_TEST()
84 ck_assert_int_eq(entry->a, sexpected.a); in START_TEST()
85 ck_assert_int_eq(entry->b, sexpected.b); in START_TEST()
86 ck_assert_ptr_eq(entry->ptr, sexpected.ptr); in START_TEST()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c193 struct hash_entry *entry = _mesa_hash_table_search(ht, &key); in find_and_ref_external_bo() local
194 struct crocus_bo *bo = entry ? entry->data : NULL; in find_and_ref_external_bo()
606 struct hash_entry *entry; in bo_close() local
609 entry = _mesa_hash_table_search(bufmgr->name_table, &bo->global_name); in bo_close()
610 _mesa_hash_table_remove(bufmgr->name_table, entry); in bo_close()
613 entry = _mesa_hash_table_search(bufmgr->handle_table, &bo->gem_handle); in bo_close()
614 _mesa_hash_table_remove(bufmgr->handle_table, entry); in bo_close()
/third_party/python/Modules/
H A D_tracemalloc.c342 _Py_hashtable_entry_t *entry; in tracemalloc_get_frame() local
343 entry = _Py_hashtable_get_entry(tracemalloc_filenames, filename); in tracemalloc_get_frame()
344 if (entry != NULL) { in tracemalloc_get_frame()
345 filename = (PyObject *)entry->key; in tracemalloc_get_frame()
428 _Py_hashtable_entry_t *entry; in traceback_new() local
442 entry = _Py_hashtable_get_entry(tracemalloc_tracebacks, traceback); in traceback_new()
443 if (entry != NULL) { in traceback_new()
444 traceback = (traceback_t *)entry->key; in traceback_new()
641 This case is very unlikely: a hash entry has just been in tracemalloc_realloc()
642 released, so the hash table should have at least one free entry in tracemalloc_realloc()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_scan.c137 hi_list *entry = HI_NULL; in hmac_scan_clean_scan_record() local
155 entry = hi_list_delete_head_optimize(&(bss_mgmt->bss_list_head)); in hmac_scan_clean_scan_record()
156 scanned_bss = hi_list_entry(entry, hmac_scanned_bss_info, dlist_head); in hmac_scan_clean_scan_record()
231 hi_list *entry = HI_NULL; in hmac_scan_clean_expire_scanned_bss() local
254 hi_list_for_each_safe(entry, entry_tmp, &(bss_mgmt->bss_list_head)) { in hmac_scan_clean_expire_scanned_bss()
255 scanned_bss = hi_list_entry(entry, hmac_scanned_bss_info, dlist_head); in hmac_scan_clean_expire_scanned_bss()
290 hi_list *entry = HI_NULL; in hmac_scan_find_scanned_bss_dscr_by_index() local
314 hi_list_for_each(entry, &(bss_mgmt->bss_list_head)) { in hmac_scan_find_scanned_bss_dscr_by_index()
315 scanned_bss = hi_list_entry(entry, hmac_scanned_bss_info, dlist_head); in hmac_scan_find_scanned_bss_dscr_by_index()
343 hi_list *entry in hmac_scan_find_scanned_bss_by_bssid() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp554 DistributedKv::Entry entry; in HWTEST_F() local
555 entry.key = "strBase"; in HWTEST_F()
556 entry.value = "strBase"; in HWTEST_F()
557 insertRecords.push_back(entry); in HWTEST_F()
571 DistributedKv::Entry entry; in HWTEST_F() local
572 entry.key = "strBase"; in HWTEST_F()
573 entry.value = "strBase"; in HWTEST_F()
574 updateRecords.push_back(entry); in HWTEST_F()
782 DistributedKv::Entry entry; in HWTEST_F() local
783 entry in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c1299 * This is the main entry point for the brcmsmac driver.
1388 * These are interrupt on/off entry points. Disable interrupts
1601 int i, entry; in brcms_ucode_init_buf() local
1606 for (entry = 0; entry < wl->fw.hdr_num_entries[i]; in brcms_ucode_init_buf()
1607 entry++, hdr++) { in brcms_ucode_init_buf()
1633 int i, entry; in brcms_ucode_init_uint() local
1638 for (entry = 0; entry < wl->fw.hdr_num_entries[i]; in brcms_ucode_init_uint()
1639 entry in brcms_ucode_init_uint()
1675 int entry; brcms_check_firmwares() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dfilemap.c128 /* hugetlb pages are represented by a single entry in the xarray */ in page_cache_delete()
150 * same time and miss a shadow entry. in page_cache_delete()
308 /* A swap/dax/shadow entry got inserted? Skip it. */ in page_cache_delete_batch()
859 void *entry, *old = NULL; in __add_to_page_cache_locked() local
865 xas_for_each_conflict(&xas, entry) { in __add_to_page_cache_locked()
866 old = entry; in __add_to_page_cache_locked()
867 if (!xa_is_value(entry)) { in __add_to_page_cache_locked()
876 /* entry may have been split before we acquired lock */ in __add_to_page_cache_locked()
1088 * and we can unconditionally remove the wait entry. in wake_page_function()
1092 * After this list_del_init(&wait->entry) th in wake_page_function()
1630 void *entry = xas_next(&xas); page_cache_next_miss() local
1666 void *entry = xas_prev(&xas); page_cache_prev_miss() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c1296 * This is the main entry point for the brcmsmac driver.
1385 * These are interrupt on/off entry points. Disable interrupts
1598 int i, entry; in brcms_ucode_init_buf() local
1603 for (entry = 0; entry < wl->fw.hdr_num_entries[i]; in brcms_ucode_init_buf()
1604 entry++, hdr++) { in brcms_ucode_init_buf()
1630 int i, entry; in brcms_ucode_init_uint() local
1635 for (entry = 0; entry < wl->fw.hdr_num_entries[i]; in brcms_ucode_init_uint()
1636 entry in brcms_ucode_init_uint()
1672 int entry; brcms_check_firmwares() local
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Drawmidi.c1758 static void snd_rawmidi_proc_info_read(struct snd_info_entry *entry, in snd_rawmidi_proc_info_read() argument
1768 rmidi = entry->private_data; in snd_rawmidi_proc_info_read()
1774 rmidi->ops->proc_read(entry, buffer); in snd_rawmidi_proc_info_read()
2020 struct snd_info_entry *entry; in snd_rawmidi_dev_register() local
2079 entry = snd_info_create_card_entry(rmidi->card, name, rmidi->card->proc_root); in snd_rawmidi_dev_register()
2080 if (entry) { in snd_rawmidi_dev_register()
2081 entry->private_data = rmidi; in snd_rawmidi_dev_register()
2082 entry->c.text.read = snd_rawmidi_proc_info_read; in snd_rawmidi_dev_register()
2083 if (snd_info_register(entry) < 0) { in snd_rawmidi_dev_register()
2084 snd_info_free_entry(entry); in snd_rawmidi_dev_register()
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh.c768 struct ieee80211_mesh_fast_tx *entry; in ieee80211_mesh_xmit_fast() local
803 entry = mesh_fast_tx_get(sdata, skb->data); in ieee80211_mesh_xmit_fast()
804 if (!entry) in ieee80211_mesh_xmit_fast()
807 if (skb_headroom(skb) < entry->hdrlen + entry->fast_tx.hdr_len) in ieee80211_mesh_xmit_fast()
810 sta = rcu_dereference(entry->mpath->next_hop); in ieee80211_mesh_xmit_fast()
829 meshhdr = (struct ieee80211s_hdr *)entry->hdr; in ieee80211_mesh_xmit_fast()
836 memcpy(skb_push(skb, entry->hdrlen - 2 * ETH_ALEN), entry->hdr, in ieee80211_mesh_xmit_fast()
837 entry in ieee80211_mesh_xmit_fast()
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc1709 std::array<nghttp2_settings_entry, 5> entry; in connection_made() local
1711 entry[0].settings_id = NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS; in connection_made()
1712 entry[0].value = http2conf.downstream.max_concurrent_streams; in connection_made()
1714 entry[1].settings_id = NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE; in connection_made()
1715 entry[1].value = http2conf.downstream.window_size; in connection_made()
1717 entry[2].settings_id = NGHTTP2_SETTINGS_NO_RFC7540_PRIORITIES; in connection_made()
1718 entry[2].value = 1; in connection_made()
1721 entry[nentry].settings_id = NGHTTP2_SETTINGS_ENABLE_PUSH; in connection_made()
1722 entry[nentry].value = 0; in connection_made()
1728 entry[nentr in connection_made()
[all...]
/third_party/libinput/tools/
H A Dlibinput-record.c1647 iprintf(fp, I_NONE, "]\n"); /* last entry, no comma */ in print_bits_props()
1724 struct udev_list_entry *entry; in print_udev_properties() local
1742 entry = udev_device_get_properties_list_entry(udev_device); in print_udev_properties()
1743 while (entry) { in print_udev_properties()
1746 key = udev_list_entry_get_name(entry); in print_udev_properties()
1753 value = udev_list_entry_get_value(entry); in print_udev_properties()
1757 entry = udev_list_entry_get_next(entry); in print_udev_properties()
2517 struct dirent *entry; in init_hidraw() local
2527 while ((entry in init_hidraw()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc975 RefsMap::Entry* entry = refs_->Lookup(object.address()); in TryGetOrCreateData() local
976 if (entry != nullptr) return entry->value; in TryGetOrCreateData()
979 entry = refs_->LookupOrInsert(object.address()); in TryGetOrCreateData()
980 ObjectData** storage = &entry->value; in TryGetOrCreateData()
982 entry->value = zone()->New<ObjectData>( in TryGetOrCreateData()
994 entry = refs_->LookupOrInsert(object.address()); in TryGetOrCreateData()
995 return zone()->New<ObjectData>(this, &entry->value, object, kSmi); in TryGetOrCreateData()
1010 entry = refs_->LookupOrInsert(object.address()); in TryGetOrCreateData()
1011 return zone()->New<ObjectData>(this, &entry in TryGetOrCreateData()
[all...]
/third_party/python/Python/
H A Dsysmodule.c2193 _Py_PreInitEntry entry; in _PySys_ReadPreinitWarnOptions() local
2195 for (entry = _preinit_warnoptions; entry != NULL; entry = entry->next) { in _PySys_ReadPreinitWarnOptions()
2196 status = PyWideStringList_Append(options, entry->value); in _PySys_ReadPreinitWarnOptions()
2211 _Py_PreInitEntry entry; in _PySys_ReadPreinitXOptions() local
2213 for (entry = _preinit_xoptions; entry != NULL; entry in _PySys_ReadPreinitXOptions()
[all...]
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.h36 struct DListHead entry;
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.h36 struct DListHead entry;
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.h36 struct DListHead entry;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.h32 int32_t GetEntry(DistributedData::VBucket &entry) override;
H A Dcache_cursor.h32 int32_t GetEntry(DistributedData::VBucket &entry) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.h37 int32_t GetEntry(DistributedData::VBucket &entry) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_result_set.h62 // Get the entry of current position.
63 int GetEntry(Entry &entry) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_kvdb_sync_interface.h42 // Create one kv entry from the serialized data from remote device.
45 // Release the kv entry created from the interface of CreateKvEntry.
46 virtual void ReleaseKvEntry(const MultiVerKvEntry *entry) = 0;
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.h63 struct amdgpu_iv_entry *entry);
/kernel/linux/linux-5.10/drivers/firmware/google/
H A Dcoreboot_table.h27 /* List of coreboot entry structures that is used */
34 /* Points to a CBMEM entry */
66 struct coreboot_table_entry entry; member

Completed in 49 milliseconds

1...<<171172173174175176177178179180>>...311