/kernel/liteos_m/kal/libc/newlib/porting/include/net/ |
H A D | if_arp.h | 90 unsigned long stamp; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_multi_ver_sync_db_interface.cpp | 52 void VirtualMultiVerSyncDBInterface::GetMaxTimestamp(Timestamp &stamp) const in GetMaxTimestamp() 54 return kvStore_->GetMaxTimestamp(stamp); in GetMaxTimestamp()
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 231 void VirtualSingleVerSyncDBInterface::GetMaxTimestamp(Timestamp& stamp) const in GetMaxTimestamp() 234 if (stamp < iter->writeTimestamp) { in GetMaxTimestamp() 235 stamp = iter->writeTimestamp; in GetMaxTimestamp() 238 LOGD("VirtualSingleVerSyncDBInterface::GetMaxTimestamp time = %" PRIu64, stamp); in GetMaxTimestamp()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.h | 69 void GetMaxTimestamp(Timestamp &stamp) const override; 126 void SetMaxTimestamp(Timestamp stamp);
|
H A D | ikvdb_multi_ver_transaction.h | 42 virtual int UpdateTimestampByVersion(const Version &version, Timestamp stamp) const = 0;
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | perfmon_default_smpl.c | 103 default_handler(struct task_struct *task, void *buf, pfm_ovfl_arg_t *arg, struct pt_regs *regs, unsigned long stamp) in default_handler() argument 169 ent->tstamp = stamp; in default_handler()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/ |
H A D | multichannel_audio_renderer_sink.cpp | 509 int64_t stamp = ClockTime::GetCurNano(); in RenderFrame() local 552 stamp = (ClockTime::GetCurNano() - stamp) / AUDIO_US_PER_SECOND; in RenderFrame() 554 AUDIO_DEBUG_LOG("RenderFrame len[%{public}" PRIu64 "] cost[%{public}" PRId64 "]ms", len, stamp); in RenderFrame() 814 int64_t stamp = ClockTime::GetCurNano(); in SetOutputRoute() local 819 stamp = (ClockTime::GetCurNano() - stamp) / AUDIO_US_PER_SECOND; in SetOutputRoute() 820 AUDIO_INFO_LOG("UpdateAudioRoute cost[%{public}" PRId64 "]ms", stamp); in SetOutputRoute()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-core.c | 1251 unsigned long stamp; in update_io_ticks() local 1253 stamp = READ_ONCE(part->stamp); in update_io_ticks() 1254 if (unlikely(stamp != now)) { in update_io_ticks() 1255 if (likely(cmpxchg(&part->stamp, stamp, now) == stamp)) in update_io_ticks() 1256 __part_stat_add(part, io_ticks, end ? now - stamp : 1); in update_io_ticks()
|
/kernel/linux/linux-5.10/lib/ |
H A D | locking-selftest.c | 1603 t.stamp++; in ww_test_fail_acquire() 1619 t2.stamp++; in ww_test_fail_acquire() 1772 t2.stamp--; in ww_test_edeadlk_normal() 1798 t2.stamp--; in ww_test_edeadlk_normal_slow() 1824 t2.stamp--; in ww_test_edeadlk_no_unlock() 1849 t2.stamp--; in ww_test_edeadlk_no_unlock_slow() 1874 t2.stamp--; in ww_test_edeadlk_acquire_more() 1895 t2.stamp--; in ww_test_edeadlk_acquire_more_slow() 1920 t2.stamp--; in ww_test_edeadlk_acquire_more_edeadlk() 1946 t2.stamp in ww_test_edeadlk_acquire_more_edeadlk_slow() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | locking-selftest.c | 1674 t.stamp++; in ww_test_fail_acquire() 1690 t2.stamp++; in ww_test_fail_acquire() 1859 t2.stamp--; in ww_test_edeadlk_normal() 1885 t2.stamp--; in ww_test_edeadlk_normal_slow() 1911 t2.stamp--; in ww_test_edeadlk_no_unlock() 1936 t2.stamp--; in ww_test_edeadlk_no_unlock_slow() 1961 t2.stamp--; in ww_test_edeadlk_acquire_more() 1982 t2.stamp--; in ww_test_edeadlk_acquire_more_slow() 2007 t2.stamp--; in ww_test_edeadlk_acquire_more_edeadlk() 2033 t2.stamp in ww_test_edeadlk_acquire_more_edeadlk_slow() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_codec_aac.h | 61 void MakeAACRtp(const void *data, size_t len, bool mark, uint32_t stamp);
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys.h | 59 (*set_next_timestamp)(struct vl_screen *vscreen, uint64_t stamp);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync_utils.cpp | 393 Timestamp stamp = 0; in GetMaxSendDataTime() local 399 if (stamp < tempStamp) { in GetMaxSendDataTime() 400 stamp = tempStamp; in GetMaxSendDataTime() 403 return stamp; in GetMaxSendDataTime()
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid3.c | 102 * @stamp: most recent time if available - can be left NULL. 111 static void ccid3_hc_tx_update_x(struct sock *sk, ktime_t *stamp) in ccid3_hc_tx_update_x() argument 116 ktime_t now = stamp ? *stamp : ktime_get_real(); in ccid3_hc_tx_update_x() 382 r_sample = dccp_sample_rtt(sk, ktime_us_delta(now, acked->stamp)); in ccid3_hc_tx_packet_recv()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gmc.c | 378 uint64_t stamp, key = amdgpu_gmc_fault_key(addr, pasid); in amdgpu_gmc_filter_faults() local 387 stamp = max(timestamp, AMDGPU_GMC_FAULT_TIMEOUT + 1) - in amdgpu_gmc_filter_faults() 389 if (gmc->fault_ring[gmc->last_fault].timestamp >= stamp) in amdgpu_gmc_filter_faults() 395 while (fault->timestamp >= stamp) { in amdgpu_gmc_filter_faults()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.c | 379 u32 stamp = 0; in intel_guc_dump_time_info() local 383 stamp = intel_uncore_read(gt->uncore, GUCPMTIMESTAMP); in intel_guc_dump_time_info() 387 drm_printf(p, "GuC timestamp: 0x%08X [%u]\n", stamp, stamp); in intel_guc_dump_time_info()
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid3.c | 105 * @stamp: most recent time if available - can be left NULL. 114 static void ccid3_hc_tx_update_x(struct sock *sk, ktime_t *stamp) in ccid3_hc_tx_update_x() argument 119 ktime_t now = stamp ? *stamp : ktime_get_real(); in ccid3_hc_tx_update_x() 387 r_sample = dccp_sample_rtt(sk, ktime_us_delta(now, acked->stamp)); in ccid3_hc_tx_packet_recv()
|
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioRenderer.cpp | 205 Timestamp stamp; in OH_AudioRenderer_GetTimestamp() local 207 bool ret = audioRenderer->GetAudioTime(stamp, base); in OH_AudioRenderer_GetTimestamp() 212 *framePosition = stamp.framePosition; in OH_AudioRenderer_GetTimestamp() 213 *timestamp = stamp.time.tv_sec * SECOND_TO_NANOSECOND + stamp.time.tv_nsec; in OH_AudioRenderer_GetTimestamp()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rx.c | 216 unsigned long stamp) in iwlagn_recover_from_statistics() 223 msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies); in iwlagn_recover_from_statistics() 225 /* Only gather statistics and update time stamp when not associated */ in iwlagn_recover_from_statistics() 350 unsigned long stamp = jiffies; in iwlagn_rx_statistics() local 413 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics() 428 priv->rx_statistics_jiffies = stamp; in iwlagn_rx_statistics() 212 iwlagn_recover_from_statistics(struct iwl_priv *priv, struct statistics_rx_phy *cur_ofdm, struct statistics_rx_ht_phy *cur_ofdm_ht, struct statistics_tx *tx, unsigned long stamp) iwlagn_recover_from_statistics() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rx.c | 211 unsigned long stamp) in iwlagn_recover_from_statistics() 218 msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies); in iwlagn_recover_from_statistics() 220 /* Only gather statistics and update time stamp when not associated */ in iwlagn_recover_from_statistics() 345 unsigned long stamp = jiffies; in iwlagn_rx_statistics() local 408 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics() 423 priv->rx_statistics_jiffies = stamp; in iwlagn_rx_statistics() 207 iwlagn_recover_from_statistics(struct iwl_priv *priv, struct statistics_rx_phy *cur_ofdm, struct statistics_rx_ht_phy *cur_ofdm_ht, struct statistics_tx *tx, unsigned long stamp) iwlagn_recover_from_statistics() argument
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-core.c | 948 unsigned long stamp; in update_io_ticks() local 950 stamp = READ_ONCE(part->bd_stamp); in update_io_ticks() 951 if (unlikely(time_after(now, stamp))) { in update_io_ticks() 952 if (likely(try_cmpxchg(&part->bd_stamp, &stamp, now))) in update_io_ticks() 953 __part_stat_add(part, io_ticks, end ? now - stamp : 1); in update_io_ticks()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxmlparser.cpp | 184 stamp = start; in TiXmlParsingData() 191 const char* stamp; member in TiXmlParsingData 209 const char* p = stamp; in Stamp() 309 stamp = p; in Stamp() 310 assert( stamp ); in Stamp()
|
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | packet_history.h | 34 * @stamp: send time of packet with sequence number @seqno 39 ktime_t stamp; member
|
/kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
H A D | packet_history.h | 34 * @stamp: send time of packet with sequence number @seqno 39 ktime_t stamp; member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.h | 288 * Last value of the stamp. 290 * If this differs from the value stored at __DRIdrawable::dri2.stamp, 302 unsigned int stamp; member
|