/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 1559 /* RIFs can't be edited, so to update loopback, we need to destroy and in __mlxsw_sp_ipip_entry_update_tunnel() 2391 dev_err(router->mlxsw_sp->bus_info->dev, "Could not update kernel for neigh activity"); in mlxsw_sp_router_neighs_update_work() 2772 update:1; /* set indicates that MAC of this neigh should be member 3250 if (nh->update || reallocate) { in mlxsw_sp_nexthop_group_update() 3265 nh->update = 0; in mlxsw_sp_nexthop_group_update() 3482 nh->update = 1; in mlxsw_sp_nexthop_group_refresh() 3487 * update MAC on existing adjacency indexes. in mlxsw_sp_nexthop_group_refresh() 3491 dev_warn(mlxsw_sp->bus_info->dev, "Failed to update neigh MAC in adjacency table.\n"); in mlxsw_sp_nexthop_group_refresh() 3527 dev_warn(mlxsw_sp->bus_info->dev, "Failed to update neigh MAC in adjacency table.\n"); in mlxsw_sp_nexthop_group_refresh() 3535 * fib entry update t in mlxsw_sp_nexthop_group_refresh() [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace.c | 1171 * cond_snapshot.update() implementation receiving the cond_data 1173 * update() operation used the cond_data to determine whether the 1191 * Should not be called from cond_snapshot.update(), since it takes 1193 * cond_snapshot.update() has already done. 1298 * @update: Implementation of the cond_snapshot update function 1303 * save the cond_data and update function inside. 1308 cond_update_fn_t update) in tracing_snapshot_cond_enable() 1318 cond_snapshot->update = update; in tracing_snapshot_cond_enable() 1307 tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data, cond_update_fn_t update) tracing_snapshot_cond_enable() argument 1419 tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data, cond_update_fn_t update) tracing_snapshot_cond_enable() argument [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.c | 1217 * cond_snapshot.update() implementation receiving the cond_data 1219 * update() operation used the cond_data to determine whether the 1237 * Should not be called from cond_snapshot.update(), since it takes 1239 * cond_snapshot.update() has already done. 1344 * @update: Implementation of the cond_snapshot update function 1349 * save the cond_data and update function inside. 1354 cond_update_fn_t update) in tracing_snapshot_cond_enable() 1364 cond_snapshot->update = update; in tracing_snapshot_cond_enable() 1353 tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data, cond_update_fn_t update) tracing_snapshot_cond_enable() argument 1465 tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data, cond_update_fn_t update) tracing_snapshot_cond_enable() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 954 // update vertex: build with vertices[0], update vertices with vertices[1] 955 // update index: build with vertices[0], updade indices with indices[1] 2149 .update(vkd, device); in runTest() 2658 .update(vkd, device); in iterate() 4113 .update(vk, device); 4453 .update(vk, device); in iterate() 4777 .update(vkd, device); in iterate() 4869 { VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_KHR, "update" }, in addBasicBuildingTests() 5554 { OP_UPDATE, "update" }, in addInstanceUpdateTests() [all...] |
H A D | vktRayTracingBuiltinTests.cpp | 1750 .update(vkd, device); in runTest() 3852 .update(vk, device); in iterate() 3859 .update(vk, device); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 534 struct sta_info *sta, int update, in auth_build_sae_commit() 568 if (update && use_pt && in auth_build_sae_commit() 573 if (update && !use_pt && in auth_build_sae_commit() 631 const u8 *bssid, int update, int status_code) in auth_sae_send_commit() 637 data = auth_build_sae_commit(hapd, sta, update, status_code); in auth_sae_send_commit() 2556 /* Write the actual commit and update the length accordingly */ in pasn_get_sae_wd() 533 auth_build_sae_commit(struct hostapd_data *hapd, struct sta_info *sta, int update, int status_code) auth_build_sae_commit() argument 629 auth_sae_send_commit(struct hostapd_data *hapd, struct sta_info *sta, const u8 *bssid, int update, int status_code) auth_sae_send_commit() argument
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | vt.c | 1017 int update; in redraw_screen() local 1021 update = vc->vc_sw->con_switch(vc); in redraw_screen() 1034 if (update && vc->vc_mode != KD_GRAPHICS) in redraw_screen() 1189 * If the caller passes a tty structure then update the termios winsize 1356 * use the common vc_do_resize methods to update the structures. The
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | extents.c | 2245 * The function returns the length of a hole starting at @lblk. We update @lblk 3290 /* update the extent length and mark as initialized */ in ext4_split_extent_at() 3295 /* update extent status tree */ in ext4_split_extent_at() 4372 * Cache the extent and update transaction to commit on fdatasync only in ext4_ext_map_blocks() 4643 * blocks and update the inode in ext4_zero_range() 5040 bool update = false; in ext4_ext_shift_path_extents() local 5054 update = true; in ext4_ext_shift_path_extents() 5096 if (--depth < 0 || !update) in ext4_ext_shift_path_extents() 6001 /* Count number of blocks used by this inode and update i_blocks */
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | extents.c | 2241 * The function returns the length of a hole starting at @lblk. We update @lblk 3260 /* update the extent length and mark as initialized */ in ext4_split_extent_at() 3265 /* update extent status tree */ in ext4_split_extent_at() 4087 * the queried range, update hole length until the in ext4_ext_determine_insert_hole() 4393 * Cache the extent and update transaction to commit on fdatasync only in ext4_ext_map_blocks() 4664 * blocks and update the inode in ext4_zero_range() 5061 bool update = false; in ext4_ext_shift_path_extents() local 5075 update = true; in ext4_ext_shift_path_extents() 5117 if (--depth < 0 || !update) in ext4_ext_shift_path_extents() 5983 /* Count number of blocks used by this inode and update i_block [all...] |
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt.c | 965 int update; in redraw_screen() local 969 update = vc->vc_sw->con_switch(vc); in redraw_screen() 982 if (update && vc->vc_mode != KD_GRAPHICS) in redraw_screen() 1137 * If the caller passes a tty structure then update the termios winsize 1304 * use the common vc_do_resize methods to update the structures. The
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 1493 task->ata_task.fis.flags |= 0x80; /* C=1: update ATA cmd reg */ in prep_ata_v3_hw() 2486 /* update rd_point */ in complete_v3_hw() 3169 /* update FFE */ in hisi_sas_bist_test_prep_v3_hw() 4493 /* Disable trace FIFO before update configuration */ in debugfs_update_fifo_config_v3_hw() 4528 bool update; in debugfs_fifo_update_cfg_v3_hw_write() local 4531 val = kstrtobool_from_user(buf, count, &update); in debugfs_fifo_update_cfg_v3_hw_write() 4535 if (update != 1) in debugfs_fifo_update_cfg_v3_hw_write()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rx.c | 1747 * Mesh beacons will update last_rx when if they are found to in ieee80211_rx_h_sta_process() 2834 bool update = false; in ieee80211_rx_mesh_data() local 2852 update = true; in ieee80211_rx_mesh_data() 2859 if (update) in ieee80211_rx_mesh_data() 2935 /* update power mode indication when forwarding */ in ieee80211_rx_mesh_data() 4313 /* update ssn to match received ssn */ in ieee80211_mark_rx_ba_filtered_frames() 4330 /* update bitmap */ in ieee80211_mark_rx_ba_filtered_frames()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 103 bool updateAfterBind; // whether a test will use update after bind feature 156 void update(const vkt::Context& context); 480 void DescriptorEnumerator::update (const vkt::Context& context) in update() function in vkt::DescriptorIndexing::__anon27891::DescriptorEnumerator 1316 variables.descriptorEnumerator.update(m_context); in iterateCommandSetup() 3674 // update an image in updateDescriptors() 3700 // update samplers in updateDescriptors() 3827 // update a sampler in updateDescriptors() 3853 // update images in updateDescriptors() 4126 // update image at last index in updateDescriptors() 4152 // update res in updateDescriptors() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2243 // Create and update descriptor set. in iterate() 2255 updateBuilder.update(vkd, device); in iterate() 4310 // Create and update descriptor set. 4321 updateBuilder.update(vkd, device); 4639 updateBuilder.update(vkd, device);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryBuiltinTests.cpp | 982 .update(vkd, device); in fillCommandBuffer() 1123 .update(vkd, device); in fillCommandBuffer() 1572 .update(vkd, device); in fillCommandBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 127 bool updateAfterBind; // whether a test will use update after bind feature 189 void update(const vkt::Context& context); 504 void DescriptorEnumerator::update (const vkt::Context& context) in update() function in vkt::DescriptorIndexing::__anon29135::DescriptorEnumerator 1240 variables.descriptorEnumerator.update(m_context); in iterateCommandSetup() 3564 // update an image in updateDescriptors() 3590 // update samplers in updateDescriptors() 3680 // update a sampler in updateDescriptors() 3706 // update images in updateDescriptors() 3920 // update image at last index in updateDescriptors() 3946 // update res in updateDescriptors() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2243 // Create and update descriptor set. in iterate() 2255 updateBuilder.update(vkd, device); in iterate() 4310 // Create and update descriptor set. 4321 updateBuilder.update(vkd, device); 4639 updateBuilder.update(vkd, device);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 1511 // specConstUsageBits. We need to update it if program has changed. in handleDirtyGraphicsPipelineDesc() 2021 // TODO(http://anglebug.com/3570): Need to update to handle Program Pipelines in handleDirtyGraphicsTransformFeedbackBuffersEmulation() 3616 // If we are emulating rasterizer discard, update the scissor if in render pass. If not in in updateRasterizerDiscardEnabled() 3669 // No additional work is needed here. We will update the pipeline desc in invalidateProgramExecutableHelper() 4051 // Since we are flipping the y coordinate, update front face state in syncState() 4138 // Force update mGraphicsPipelineDesc in onMakeCurrent() 4242 // rotation changes, we need to update GraphicsPipelineDesc so that the correct pipeline in updateGraphicsPipelineDescWithSpecConstUsageBits() 5321 mActiveTexturesDesc.update(textureUnit, textureVk->getBufferViewSerial(), 5381 mActiveTexturesDesc.update(textureUnit, imageViewSerial, samplerHelper.getSamplerSerial()); 5810 desc.update( [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryBuiltinTests.cpp | 962 .update(vkd, device); in fillCommandBuffer() 1103 .update(vkd, device); in fillCommandBuffer() 1552 .update(vkd, device); in fillCommandBuffer()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.c | 2280 /* Decrease starting rate, update uCode's rate table */ in rs_rate_scale_perform() 2291 /* Increase starting rate, update uCode's rate table */ in rs_rate_scale_perform() 3108 * update tx stats in __iwl_mvm_rs_tx_status() 3236 * We need to update counters for each txp level accordingly. in __iwl_mvm_rs_tx_status() 3253 /* For legacy, update frame history with for each Tx retry. */ in __iwl_mvm_rs_tx_status() 3310 * just wait for next tx status to update the lq_sta data in iwl_mvm_rs_tx_status() 3477 /* update the color of the LQ command (as a counter at bits 1-3) */ in rs_build_rates_table() 4169 enum nl80211_band band, bool update) in iwl_mvm_rs_rate_init() 4172 rs_fw_rate_init(mvm, sta, band, update); in iwl_mvm_rs_rate_init() 4168 iwl_mvm_rs_rate_init(struct iwl_mvm *mvm, struct ieee80211_sta *sta, enum nl80211_band band, bool update) iwl_mvm_rs_rate_init() argument
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 245 * update entry_cnt in below condition: in __set_nat_cache_dirty() 246 * 1. update NEW_ADDR to valid block address; in __set_nat_cache_dirty() 247 * 2. update old block address to new one; in __set_nat_cache_dirty() 475 /* update fsync_mark if its inode nat entry is still alive */ in set_node_addr() 2203 nid_t nid, bool build, bool update) in add_free_nid() 2263 if (update) { in add_free_nid() 2649 /* 2: update xattr nid in inode */ in f2fs_recover_xattr_data() 2663 /* 3: update and set xattr node page dirty */ in f2fs_recover_xattr_data() 2202 add_free_nid(struct f2fs_sb_info *sbi, nid_t nid, bool build, bool update) add_free_nid() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dlmglue.c | 942 * update */ in ocfs2_generic_handle_convert_action() 2397 /* Ok, the update went to disk for us, use the in ocfs2_assign_bh() 2444 goto update; in ocfs2_inode_lock_full_nested() 2473 update: in ocfs2_inode_lock_full_nested() 2580 * If we should update atime, we will get EX lock, in ocfs2_inode_lock_atime() 2707 * ignore the lock level and just update it. in ocfs2_inode_lock_tracker()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.c | 268 * update entry_cnt in below condition: in __set_nat_cache_dirty() 269 * 1. update NEW_ADDR to valid block address; in __set_nat_cache_dirty() 270 * 2. update old block address to new one; in __set_nat_cache_dirty() 504 /* update fsync_mark if its inode nat entry is still alive */ in set_node_addr() 2290 nid_t nid, bool build, bool update) in add_free_nid() 2350 if (update) { in add_free_nid() 2747 /* 2: update xattr nid in inode */ in f2fs_recover_xattr_data() 2761 /* 3: update and set xattr node page dirty */ in f2fs_recover_xattr_data() 2289 add_free_nid(struct f2fs_sb_info *sbi, nid_t nid, bool build, bool update) add_free_nid() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent_io.c | 530 goto update; in endio_readpage_release_extent() 556 update: in endio_readpage_release_extent()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dlmglue.c | 941 * update */ in ocfs2_generic_handle_convert_action() 2407 /* Ok, the update went to disk for us, use the in ocfs2_assign_bh() 2454 goto update; in ocfs2_inode_lock_full_nested() 2483 update: in ocfs2_inode_lock_full_nested() 2590 * If we should update atime, we will get EX lock, in ocfs2_inode_lock_atime() 2717 * ignore the lock level and just update it. in ocfs2_inode_lock_tracker()
|