/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 1916 .update(vkd, device); in runTest() 2425 .update(vkd, device); in iterate() 3880 .update(vk, device); 4220 .update(vk, device); in iterate() 4338 { VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_KHR, "update" }, in addBasicBuildingTests()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mmu.c | 79 * This should be called after each page directory update.
310 kbase_mmu_report_fault_and_kill(kctx, faulting_as, "Page table update failure");
in page_fault_worker() 447 /* Rely on the caller to update the address space flags. */
in mmu_get_next_pgd() 836 dev_err(kbdev->dev, "Flush for GPU page table update did not complete. Issuing GPU soft-reset to recover\n");
in kbase_mmu_flush_invalidate_noretain() 901 "Flush for GPU page table update did not complete. Issueing GPU soft-reset to recover\n");
in kbase_mmu_flush_invalidate() 942 kctx->kbdev->mmu_mode->update(kctx);
in kbase_mmu_update()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/ |
H A D | mali_kbase_mmu.c | 56 * This function returns whether a cache flush for page table update should 173 * This should be called after each page directory update. 971 "Page table update failure", fault); in kbase_mmu_page_fault_worker() 1225 /* Rely on the caller to update the address space flags. */ in mmu_get_next_pgd() 1320 /* remap to single entry to update */ in mmu_insert_pages_failure_recovery() 1767 dev_err(kbdev->dev, "Flush for GPU page table update did not complete. Issuing GPU soft-reset to recover\n"); in kbase_mmu_flush_invalidate_noretain() 1836 dev_err(kbdev->dev, "Flush for GPU page table update did not complete. Issuing GPU soft-reset to recover\n"); in kbase_mmu_flush_invalidate_as() 1902 kbdev->mmu_mode->update(kbdev, mmut, as_nr); in kbase_mmu_update() 2160 * @vpfn: Virtual PFN (Page Frame Number) of the first page to update 2163 * @nr: Number of pages to update [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mmu.c | 75 * This should be called after each page directory update. 341 "Page table update failure"); in page_fault_worker() 484 /* Rely on the caller to update the address space flags. */ in mmu_get_next_pgd() 888 dev_err(kbdev->dev, "Flush for GPU page table update did not complete. Issuing GPU soft-reset to recover\n"); in kbase_mmu_flush_invalidate_noretain() 953 dev_err(kbdev->dev, "Flush for GPU page table update did not complete. Issueing GPU soft-reset to recover\n"); in kbase_mmu_flush_invalidate() 995 kctx->kbdev->mmu_mode->update(kctx); in kbase_mmu_update()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/ |
H A D | mali_kbase_mmu.c | 90 * This should be called after each page directory update. 771 kbase_mmu_report_fault_and_kill(kctx, faulting_as, "Page table update failure", fault); in kbase_mmu_page_fault_worker() 990 /* Rely on the caller to update the address space flags. */ in mmu_get_next_pgd() 1073 /* remap to single entry to update */ in mmu_insert_pages_failure_recovery() 1430 dev_err(kbdev->dev, "Flush for GPU page table update did not complete. Issuing GPU soft-reset to recover\n"); in kbase_mmu_flush_invalidate_noretain() 1465 dev_err(kbdev->dev, "Flush for GPU page table update did not complete. Issueing GPU soft-reset to recover\n"); in kbase_mmu_flush_invalidate_as() 1520 kbdev->mmu_mode->update(kbdev, mmut, as_nr); in kbase_mmu_update() 1692 * This will update page table entries that already exist on the GPU based on 1699 * @vpfn: Virtual PFN (Page Frame Number) of the first page to update 1702 * @nr: Number of pages to update [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | n2_core.c | 1422 ahash->update = n2_hash_async_update; in __n2_register_one_ahash()
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | net.c | 1617 .update = fwnet_update,
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 605 sub %o2, %o3, %o2 ! update cnt with bytes to be moved
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip.c | 1295 .update = nip_icsk_ulp_update, 1602 * a window update.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
H A D | igc_ethtool.c | 545 hw->nvm.ops.update(hw); in igc_ethtool_set_eeprom() 1148 /* if we changed something we need to update flags */ in igc_ethtool_set_rss_hash_opt()
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 605 sub %o2, %o3, %o2 ! update cnt with bytes to be moved
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_adminq_cmd.h | 479 * ops: update switch rules, referring the number of filters 1793 u8 update; member
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | cache.c | 193 detail->update(h, new); in cache_entry_update() 204 * If 'old' is not VALID, we update it directly, in sunrpc_cache_update() 314 dprintk("RPC: Want update, refage=%lld, age=%lld\n", in cache_check() 769 * On write, an update request is processed.
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 536 * tcp_synq_overflow() could update .ts_recent_stamp after we read in tcp_synq_no_recent_overflow() 1091 /* call when packets are delivered to update cwnd and pacing rate, 2226 /* update ulp */ 2227 void (*update)(struct sock *sk, struct proto *p, member
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc.h | 620 * struct snd_soc_jack_pin - Describes a pin to update based on jack detection 622 * @pin: name of the pin to update 1082 struct snd_soc_dapm_update *update; member
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpc.c | 1323 mpc->eg_ops->update(entry, holding_time); in MPOA_cache_impos_rcvd()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_core.c | 1891 /* Only update if this is not a fixed timeout */ in __nf_ct_refresh_acct() 2681 .update = nf_conntrack_update,
|
H A D | nfnetlink_queue.c | 239 err = ct_hook->update(entry->state.net, entry->skb); in nfqnl_reinject()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 929 * CRTCEXT0 has to be programmed last to trigger an update and make the 1649 crtc_state->mode_changed = true; /* update PLL settings */ in mgag200_simple_display_pipe_check() 1678 .update = mgag200_simple_display_pipe_update,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_vcap_impl.c | 1517 .update = sparx5_vcap_update,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_devlink.c | 30 * inactive version of flash when there is no pending update, the function 145 pkg->major, pkg->minor, pkg->update, pkg->draft); in ice_info_ddp_pkg_version() 204 * The pending handler should check the status of a pending update for the 333 * running version in the normal case of no pending update. in ice_devlink_info_get() 399 /* pending is a bitmask of which flash banks have a pending update, in ice_devlink_reload_empr_start() 401 * bank. If any of these bits are set, then there is a pending update in ice_devlink_reload_empr_start() 405 NL_SET_ERR_MSG_MOD(extack, "No pending firmware update"); in ice_devlink_reload_empr_start()
|
H A D | ice_adminq_cmd.h | 602 * ops: update switch rules, referring the number of filters 2104 u8 update; member
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfstrace.h | 271 DEFINE_NFS_UPDATE_SIZE_EVENT(update); variable
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 555 * tcp_synq_overflow() could update .ts_recent_stamp after we read in tcp_synq_no_recent_overflow() 1088 /* call when packets are delivered to update cwnd and pacing rate, 2304 /* We update these fields while other threads might in tcp_segs_in() 2340 /* update ulp */ 2341 void (*update)(struct sock *sk, struct proto *p, member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc.h | 1044 struct snd_soc_dapm_update *update; member
|