/kernel/linux/linux-5.10/fs/fat/ |
H A D | dir.c | 1140 __le16 date, time; in fat_alloc_new_dir() local 1155 fat_time_unix2fat(sbi, ts, &time, &date, &time_cs); in fat_alloc_new_dir() 1165 de[0].time = de[1].time = time; in fat_alloc_new_dir() 1169 de[0].ctime = de[1].ctime = time; in fat_alloc_new_dir()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ptp.c | 23 static int bnxt_ptp_cfg_settime(struct bnxt *bp, u64 time) in bnxt_ptp_cfg_settime() argument 33 req->ptp_set_time = cpu_to_le64(time); in bnxt_ptp_cfg_settime() 744 u64 time; in bnxt_get_rx_ts_p5() local 749 BNXT_READ_TIME64(ptp, time, ptp->old_time); in bnxt_get_rx_ts_p5() 750 *ts = (time & BNXT_HI_TIMER_MASK) | pkt_ts; in bnxt_get_rx_ts_p5() 751 if (pkt_ts < (time & BNXT_LO_TIMER_MASK)) in bnxt_get_rx_ts_p5() 864 /* Use timecounter based non-real time mode */ in bnxt_ptp_timecounter_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | clock.c | 309 u64 time; in mlx5_ptp_gettimex_real_time() local 311 time = mlx5_read_time(mdev, sts, true); in mlx5_ptp_gettimex_real_time() 312 ts = ns_to_timespec64(time); in mlx5_ptp_gettimex_real_time() 347 /* HW time adjustment range is checked. If out of range, settime instead */ in mlx5_ptp_adjtime_real_time() 467 /* Reject requests to enable time stamping on both edges. */ in mlx5_extts_configure() 599 struct ptp_clock_time *time = &rq->perout.start; in perout_conf_npps_real_time() local 614 *time_stamp = perout_conf_real_time(time->sec, time->nsec); in perout_conf_npps_real_time()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | dir.c | 1140 __le16 date, time; in fat_alloc_new_dir() local 1155 fat_time_unix2fat(sbi, ts, &time, &date, &time_cs); in fat_alloc_new_dir() 1165 de[0].time = de[1].time = time; in fat_alloc_new_dir() 1169 de[0].ctime = de[1].ctime = time; in fat_alloc_new_dir()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_qm.c | 449 * skip it so there is time for the IO to complete before we try to in __releases() 577 /* Initialize quota time limits from the root dquot. */ 590 defq->blk.time = XFS_QM_BTIMELIMIT; in xfs_qm_init_timelimits() 591 defq->ino.time = XFS_QM_ITIMELIMIT; in xfs_qm_init_timelimits() 592 defq->rtb.time = XFS_QM_RTBTIMELIMIT; in xfs_qm_init_timelimits() 611 defq->blk.time = dqp->q_blk.timer; in xfs_qm_init_timelimits() 613 defq->ino.time = dqp->q_ino.timer; in xfs_qm_init_timelimits() 615 defq->rtb.time = dqp->q_rtb.timer; in xfs_qm_init_timelimits() 993 * happens only at mount time which is single threaded. in xfs_qm_reset_dqcounts_buf() 1155 * at mount time an in xfs_qm_dqusage_adjust() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_trace.h | 487 TP_PROTO(uint32_t drm_id, int irq_idx, int rc, s64 time, 489 TP_ARGS(drm_id, irq_idx, rc, time, expected_time, atomic_cnt), 494 __field( s64, time ) 502 __entry->time = time; 506 TP_printk("id=%u, irq_idx=%d, rc=%d, time=%lld, expected=%lld cnt=%d", 507 __entry->drm_id, __entry->irq_idx, __entry->rc, __entry->time,
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | cmf.c | 103 * reset its time stamp 136 * not accumulated time. 408 * @device_connect_time: time of device connect 409 * @function_pending_time: time of function pending 410 * @device_disconnect_time: time of device disconnect 411 * @control_unit_queuing_time: time of control unit queuing 412 * @device_active_only_time: time of device active only 651 u64 time; in readall_cmb() local 669 time = cmb_data->last_update - cdev->private->cmb_start_time; in readall_cmb() 676 data->elapsed_time = tod_to_ns(time); in readall_cmb() 911 u64 time; readall_cmbe() local [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | fnmatchndk32.cpp | 242 const time_t time = PARAM_0;
in CTime64() local 243 checkParam = __ctime64(&time);
in CTime64() 257 const time_t time = PARAM_0;
in CTime64_r() local 259 checkParam = __ctime64_r(&time, secondParam);
in CTime64_r() 275 time(&now);
in DiffTime64() 773 time(&ubuf.actime);
in UTime64()
|
/third_party/curl/lib/ |
H A D | tftp.c | 209 /* Compute drop-dead time */ in tftp_set_timeouts() 213 /* time-out, bail out, go home */ in tftp_set_timeouts() 214 failf(state->data, "Connection time-out"); in tftp_set_timeouts() 246 /* init RX time */ in tftp_set_timeouts() 247 time(&state->rx_time); in tftp_set_timeouts() 630 time(&state->rx_time); in tftp_rx() 650 time(&state->rx_time); in tftp_rx() 755 time(&state->rx_time); in tftp_tx() 1127 /* The event is given by the TFTP packet time */ in tftp_receive_packet() 1205 time( in tftp_state_timeout() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateIntervalFormat.java | 61 * There is no structural information in date time patterns. 62 * For any punctuations and string literals inside a date time pattern, 69 * patterns, similar to date time pattern in SimpleDateFormat. 93 * in date time patterns, will be returned without honor the field pattern 132 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 144 * For the combination of date and time, 156 * for the time. 174 * formatting: time zone, calendar type, pattern, date format symbols, 553 * @return a date time interval formatter. 574 * @return a date time interva [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateIntervalFormat.java | 62 * There is no structural information in date time patterns. 63 * For any punctuations and string literals inside a date time pattern, 70 * patterns, similar to date time pattern in SimpleDateFormat. 94 * in date time patterns, will be returned without honor the field pattern 133 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 145 * For the combination of date and time, 157 * for the time. 175 * formatting: time zone, calendar type, pattern, date format symbols, 535 * @return a date time interval formatter. 555 * @return a date time interva [all...] |
/third_party/littlefs/scripts/ |
H A D | bench.py | 26 import time namespace 271 # we can only compile one bench suite at a time 978 time.sleep(0.01) 1034 start = time.time() 1072 stop = time.time()
|
/third_party/ltp/pan/ |
H A D | ltp-pan.c | 67 #include <time.h> 144 #define Dsetup 0x000200 /* one-time set-up */ 235 " [-t time[s|m|h|d] [ -x nactive ] [ -l logfile ]\n\t" in main() 266 "Need proper time input: ####x where " in main() 270 fprintf(stderr, "Only got a time value of %d " in main() 289 "Invalid time modifier, try: s|h|m|d\n"); in main() 348 time(&startup); in main() 394 srand48(time(NULL) ^ (getpid() + (getpid() << 15))); in main() 414 /* if we're buffering output, but we're only running on process at a time, in main() 801 time( in check_pids() [all...] |
/third_party/libfuse/test/ |
H A D | test_examples.py | 17 import time namespace 454 not detect in time that UNLINK has happened, and UNLINK will not detect in 455 time that RELEASE has happened. 697 maxwait = time.time() + 2 699 while fstat1.st_nlink == 2 and time.time() < maxwait: 701 time.sleep(0.1)
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-date.cc | 15 #include "src/objects/js-date-time-format.h" 42 double const time = in ParseDateTimeString() local 45 double date = MakeDate(day, time); in ParseDateTimeString() 149 double const time = MakeTime(hours, minutes, seconds, ms); in BUILTIN() local 150 time_val = MakeDate(day, time); in BUILTIN() 232 double const time = MakeTime(hours, minutes, seconds, ms); in BUILTIN() local 234 DateCache::TimeClip(MakeDate(day, time))); in BUILTIN() 450 // ES6 section 20.3.4.27 Date.prototype.setTime ( time )
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 1105 int64_t time = os_time_get_nano(); in r600_fence_finish() local 1106 timeout = abs_timeout > time ? abs_timeout - time : 0; in r600_fence_finish() 1125 int64_t time = os_time_get_nano(); in r600_fence_finish() local 1126 timeout = abs_timeout > time ? abs_timeout - time : 0; in r600_fence_finish()
|
/third_party/python/Lib/test/ |
H A D | test_imaplib.py | 8 import time namespace 39 self.assertEqual(time.mktime(tt), t0) 42 self.assertEqual(time.mktime(tt), t0) 45 self.assertEqual(time.mktime(tt), t0) 55 return [2000000000, 2000000000.0, time.localtime(2000000000), 64 # otherwise restore the previous time zone 477 time.sleep(1)
|
H A D | test_threading.py | 15 import time namespace 77 time.sleep(delay) 309 time.sleep(0.1) 370 import ctypes, sys, time, _thread 388 time.sleep(100) 405 import os, time 406 time.sleep(2) 426 from time import sleep 569 import _thread, threading, os, time 575 time [all...] |
/third_party/python/Lib/xmlrpc/ |
H A D | client.py | 48 # 2003-06-15 gn Add support for time.struct_time 107 DateTime dateTime wrapper for an ISO 8601 string or time tuple or 133 import time namespace 252 # Wrapper for XML-RPC DateTime values. This converts a time value to 256 # format "yyyymmddThh:mm:ss", as a 9-item time tuple (as returned by 257 # time.localtime()), or an integer value (as returned by time.time()). 258 # The wrapper uses time.localtime() to convert an integer to a time [all...] |
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.cpp | 1731 int64_t time = 0; 1732 CHECK_AND_RETURN_LOG(cmd.GetForwardTime(time) == AVSESSION_SUCCESS, "GetForwardTime failed"); 1733 callback_->OnFastForward(time); 1741 int64_t time = 0; 1742 CHECK_AND_RETURN_LOG(cmd.GetRewindTime(time) == AVSESSION_SUCCESS, "GetForwardTime failed"); 1743 callback_->OnRewind(time); 1751 int64_t time = 0; 1752 CHECK_AND_RETURN_LOG(cmd.GetSeekTime(time) == AVSESSION_SUCCESS, "GetSeekTime failed"); 1753 callback_->OnSeek(time);
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stb0899_algo.c | 103 * Compute the amount of time needed by the derotator to lock 105 * return: derotator time constant (ms) 160 * internal.Ttiming: time to wait for loop lock 1086 int time = -10, lock = 0, uwp, csm; in stb0899_dvbs2_get_dmd_status() local 1101 time += 10; in stb0899_dvbs2_get_dmd_status() 1104 } while ((!lock) && (time <= timeout)); in stb0899_dvbs2_get_dmd_status() 1120 int time = 0, lock = 0; in stb0899_dvbs2_get_data_lock() local 1123 while ((!lock) && (time < timeout)) { in stb0899_dvbs2_get_data_lock() 1127 time++; in stb0899_dvbs2_get_data_lock() 1139 int time in stb0899_dvbs2_get_fec_status() local [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_taprio.c | 41 * packet leaves after this time. 146 /* Get how much time has been already elapsed in the current cycle. */ 147 static s32 get_cycle_time_elapsed(struct sched_gate_list *sched, ktime_t time) in get_cycle_time_elapsed() argument 152 time_since_sched_start = ktime_sub(time, sched->base_time); in get_cycle_time_elapsed() 193 ktime_t time, in find_entry_to_transmit() 217 cycle_elapsed = get_cycle_time_elapsed(sched, time); in find_entry_to_transmit() 218 curr_intv_end = ktime_sub_ns(time, cycle_elapsed); in find_entry_to_transmit() 235 if (ktime_before(txtime, time) || validate_interval) { in find_entry_to_transmit() 236 transmit_end_time = ktime_add_ns(time, packet_transmit_time); in find_entry_to_transmit() 237 if ((ktime_before(curr_intv_start, time) in find_entry_to_transmit() 189 find_entry_to_transmit(struct sk_buff *skb, struct Qdisc *sch, struct sched_gate_list *sched, struct sched_gate_list *admin, ktime_t time, ktime_t *interval_start, ktime_t *interval_end, bool validate_interval) find_entry_to_transmit() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/iio/addac/ |
H A D | adt7316.c | 1736 s64 time; in adt7316_event_handler() local 1743 time = iio_get_time_ns(indio_dev); in adt7316_event_handler() 1749 time); in adt7316_event_handler() 1755 time); in adt7316_event_handler() 1761 time); in adt7316_event_handler() 1767 time); in adt7316_event_handler() 1773 time); in adt7316_event_handler() 1779 time); in adt7316_event_handler() 1785 time); in adt7316_event_handler()
|
/kernel/linux/linux-6.6/drivers/staging/iio/addac/ |
H A D | adt7316.c | 1736 s64 time; in adt7316_event_handler() local 1743 time = iio_get_time_ns(indio_dev); in adt7316_event_handler() 1749 time); in adt7316_event_handler() 1755 time); in adt7316_event_handler() 1761 time); in adt7316_event_handler() 1767 time); in adt7316_event_handler() 1773 time); in adt7316_event_handler() 1779 time); in adt7316_event_handler() 1785 time); in adt7316_event_handler()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stb0899_algo.c | 103 * Compute the amount of time needed by the derotator to lock 105 * return: derotator time constant (ms) 160 * internal.Ttiming: time to wait for loop lock 1086 int time = -10, lock = 0, uwp, csm; in stb0899_dvbs2_get_dmd_status() local 1101 time += 10; in stb0899_dvbs2_get_dmd_status() 1104 } while ((!lock) && (time <= timeout)); in stb0899_dvbs2_get_dmd_status() 1120 int time = 0, lock = 0; in stb0899_dvbs2_get_data_lock() local 1123 while ((!lock) && (time < timeout)) { in stb0899_dvbs2_get_data_lock() 1127 time++; in stb0899_dvbs2_get_data_lock() 1139 int time in stb0899_dvbs2_get_fec_status() local [all...] |