/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 1199 static int closest_timer(const struct sge *s, int time) in closest_timer() argument 1204 delta = time - s->timer_val[i]; in closest_timer() 1234 * @us: the hold-off time in us, or 0 to disable timer 1237 * Sets an Rx queue's interrupt hold-off time and packet count. At least 4853 * effect. Otherwise, it's time to try initializing the adapter. in adap_init0()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifssmb.c | 184 * reopen files one at a time as needed in read and write. in cifs_reconnect_tcon() 1922 pSMB->Timeout = cpu_to_le32(-1);/* blocking - do not time out */ in CIFSSMBLock() 3570 __u32 time = le32_to_cpu(pSMBr->last_write_time); in SMBQueryInformation() local 3573 /* BB FIXME - add time zone adjustment BB */ in SMBQueryInformation() 3576 ts.tv_sec = time; in SMBQueryInformation() 3577 /* decode time fields */ in SMBQueryInformation() 5154 time and resort to the original setpathinfo level which takes the ancient 5155 DOS time format with 2 second granularity */
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 438 /* init qpair to this cpu. Will adjust at run time. */ in qla_init_base_qpair() 2842 qla2xxx_scan_finished(struct Scsi_Host *shost, unsigned long time) in qla2xxx_scan_finished() argument 2850 if (time > vha->hw->loop_reset_delay * HZ) in qla2xxx_scan_finished() 5953 /* MAX wait time before forcing IDC Lock recovery = 2 secs */ in qla83xx_idc_lock_recovery() 6647 * The function(s) which did not ack in time are forced in qla83xx_need_reset_handler() 7337 * dpc thread cannot run if heartbeat is running at the same time. in qla_heart_beat() 7463 "Loop down - aborting the queues before time expires.\n"); in qla2x00_timer()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 117 that only one external action is invoked at a time. 146 #include <linux/time.h> 3677 IPW2100_ORD(SYS_BOOT_TIME, "Boot time"), 3699 IPW2100_ORD(LAST_ASSN_TIME, "RTC time of last association"), 3718 "RSSI of associated AP at time of association"), 3747 IPW2100_ORD(RTC_TIME, "current RTC time"), 6575 * This can be called at any time. No action lock required in ipw2100_wx_get_name() 6639 * This can be called at any time. No action lock required in ipw2100_wx_get_freq() 6703 * This can be called at any time. No action lock required in ipw2100_wx_get_mode() 6738 * This can be called at any time in ipw2100_wx_get_range() 8476 u8 time[2]; // hours, minutes global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 4335 u16 samps, u8 time, bool wait) in b43_nphy_rx_iq_est() 4341 b43_phy_maskset(dev, B43_NPHY_IQEST_WT, ~B43_NPHY_IQEST_WT_VAL, time); in b43_nphy_rx_iq_est() 4334 b43_nphy_rx_iq_est(struct b43_wldev *dev, struct nphy_iq_est *est, u16 samps, u8 time, bool wait) b43_nphy_rx_iq_est() argument
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_svc.c | 1471 * bfa module attach at initialization time 3034 * initialize time stamp for stats reset in bfa_fcport_attach() 3270 time64_t time = ktime_get_seconds(); in __bfa_cb_fcport_stats_get() local 3285 time - fcport->stats_reset_time; in __bfa_cb_fcport_stats_get() 3347 * re-initialize time stamp for stats reset in __bfa_cb_fcport_stats_clr()
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 319 // The only time Finalize() gets called before Dispose() is if the 2131 // message in the `JSVM_Status` enum each time a new error message is added. in OH_JSVM_GetLastErrorInfo() 2133 // change each time a message was added. in OH_JSVM_GetLastErrorInfo() 3988 // time if there are no other references. Calling this when the refcount is 4595 double time, 4600 v8::MaybeLocal<v8::Value> maybe_date = v8::Date::New(env->context(), time);
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 26 #include <sys/time.h> 27 #include <time.h> 1361 /* Can't get random number from /dev/urandom, generate from addr based on ASLR and time */ in fill_random_data() 4309 if (!strcmp(s+l-4, "time")) suffix = "64"; in __dlsym_redir_time64()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 26 #include <sys/time.h> 27 #include <time.h> 1396 /* Can't get random number from /dev/urandom, generate from addr based on ASLR and time */ in fill_random_data() 3867 LD_LOGE("dlopen so: %{public}s time cost: " 4651 if (!strcmp(s+l-4, "time")) suffix = "64"; in __dlsym_redir_time64()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 1916 /* Try again but this time force the server side callback to fail */ in test_tlsext_status_type() 1934 * This time we'll get the client to send an OCSP_RESPID that it will in test_tlsext_status_type() 2590 * Check we can resume with all the tickets we created. This time around the in test_tickets() 3904 * Deliberately corrupt the creation time. We take 20 seconds off the in early_data_skip_helper() 3905 * time. It could be any value as long as it is not within tolerance. in early_data_skip_helper() 3908 if (!TEST_true(SSL_SESSION_set_time(sess, (long)(time(NULL) - 20)))) in early_data_skip_helper() 4230 * should not matter that we used a different server name last time. in test_early_data_psk() 8830 long now = (long)time(NULL); in test_session_timeout() 8924 /* make sure |now| is NOT equal to the current time */ in test_session_timeout() 9552 * of time w in tmp_dh_callback() [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 9 the same time, this testing program was re-designed because its original 65 #include <time.h> 148 #include <sys/time.h> /* These two includes are needed */ 792 /* Controls that apply only at compile time with 'push'. */ 824 initialized to -1, but the first time the modifier is encountered, it is filled 3776 c1modlist[i].index = index; /* Cache for next time */ in decode_modifiers() 5857 fprintf(outfile, "Compile time %.4f milliseconds\n", in process_pattern() 5868 the pattern each time because that is the only way to free the JIT compiled in process_pattern() 5939 locked out at compile time, but we must also check for occurrences of \P, \p, in process_pattern() 6321 non-printing characters), the first time, o in callout_function() [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 7890 std::vector<std::string> time; in SetTimePickerSelected() local 7891 StringUtils::StringSplitter(item->string, '-', time); in SetTimePickerSelected() 7892 if (time.size() != NUM_2) { in SetTimePickerSelected() 7896 auto hour = StringToInt(time[NUM_0].c_str()); in SetTimePickerSelected() 7897 auto minute = StringToInt(time[NUM_1].c_str()); in SetTimePickerSelected()
|
/third_party/sqlite/src/ |
H A D | shell.c | 284 /* Return the current wall-clock time */ 301 #include <sys/time.h> 307 struct timeval ru_utime; /* user CPU time used */ 308 struct timeval ru_stime; /* system CPU time used */ 314 static struct rusage sBegin; /* CPU time at start */ 315 static sqlite3_int64 iBegin; /* Wall-clock time at start */ 1049 ** The source code for several run-time loadable extensions is inserted 1571 ** and whether or not that determination is run-time or compile-time. 1576 ** at run-time [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 1019 u32 time; in nl80211_msg_put_channel() local 1021 time = elapsed_jiffies_msecs(chan->dfs_state_entered); in nl80211_msg_put_channel() 1027 time)) in nl80211_msg_put_channel() 7049 * completely when built-in to the kernel right between the time in nl80211_req_set_reg() 9397 survey->time, NL80211_SURVEY_INFO_PAD)) in nl80211_send_survey() 11027 * time (10ms) but no longer than the driver supports. in nl80211_remain_on_channel() 11214 * of time (10ms) but no longer than the driver supports. in nl80211_tx_mgmt()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 1131 u32 time; in nl80211_msg_put_channel() local 1133 time = elapsed_jiffies_msecs(chan->dfs_state_entered); in nl80211_msg_put_channel() 1139 time)) in nl80211_msg_put_channel() 8080 * completely when built-in to the kernel right between the time in nl80211_req_set_reg() 10540 survey->time, NL80211_SURVEY_INFO_PAD)) in nl80211_send_survey() 12367 * time (10ms) but no longer than the driver supports. in nl80211_remain_on_channel() 12576 * of time (10ms) but no longer than the driver supports. in nl80211_tx_mgmt()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_connect_manager.cpp | 1457 TAG_LOGD(AAFwkTag::ABILITYMGR, "PostRestartResidentTask, time:%{public}d", restartIntervalTime); in PostRestartResidentTask() 3173 eventInfo.time = std::chrono::duration_cast<std::chrono::milliseconds>( in BuildEventInfo()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_state_machine_test.cpp | 731 pSelfCureStateMachine->pInternetSelfCureState->lastHasInetTime = static_cast<int64_t>(time(nullptr)); in SelectBestSelfCureSolutionTest()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-core.c | 38 #include <linux/time.h> 3456 * time to clear 0xff after reset. Wait for in ata_wait_ready() 3850 * These devices time out with higher max sects. 5770 * allocation time. in ata_host_register()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_cm.c | 45 #include <linux/time.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | de4x5.c | 124 (usually /etc/rc.inet[12] at boot time). 177 RECOMMENDED WAY TO RUN THE DRIVER and has been done for a limited time 193 time OR during a module load (insmod de4x5 args='eth??:fdx' [see 462 #include <linux/time.h> 493 int ta; /* One cycle TA time - 802.3u is confusing here */ 504 int ta; /* One cycle TA time */ 2118 ** For single port cards this is a time waster... 2353 ** time. This routine is called by de4x5_init() and when a loss of media is 4817 mii_ta(MII_STRD, ioaddr); /* Turn around time - 2 MDC */ in mii_rd() 4830 mii_ta(MII_STWR, ioaddr); /* Turn around time in mii_wr() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 243 * iterating over the transmit rings each time. 3122 survey->time = jiffies_to_msecs(priv->channel_time); in mwl8k_update_survey() 5462 /* By the time we get here the hw queues may contain outgoing in mwl8k_ampdu_action() 5489 /* Release the lock before we do the time consuming stuff */ in mwl8k_ampdu_action() 5510 * HW queues take time to be flushed, give them in mwl8k_ampdu_action() 5511 * sufficient time in mwl8k_ampdu_action() 5835 * lets try one more time in mwl8k_init_firmware()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 1760 * @time: scan run time 1763 * layer when the scans it kicked off at module load time are done. 1765 int iscsi_scan_finished(struct Scsi_Host *shost, unsigned long time) in iscsi_scan_finished() argument
|
H A D | ncr53c8xx.c | 100 #include <linux/time.h> 1313 u_long tags_stime; /* Last time we set smap=umap */ 2070 ** complete or selection time-out to occur. 2086 ** Next time use the next slot. 2119 ** to complete or time-out. 2832 ** Next time use the next slot. 3243 ** time we had to queue the command to the scripts processor. 3377 ** Repair start queue (e.g. next time use the next slot) 4395 ** 2 max at a time is enough to flush the CCB wait queue. in ncr_queue_command() 4484 udelay(2000); /* The 895 needs time fo in ncr_reset_scsi_bus() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ioctl.c | 13 #include <linux/time.h> 1252 * every time we choose not to defrag an extent, we reset *last_len in should_defrag_range() 1272 * at a time. This pulls in a nice chunk of pages 2184 * properly this next time through in copy_to_sk()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 1445 CIFS_I(inode)->time = jiffies; in smb2_close_getattr() 1447 /* Creation time should not need to be updated on close */ in smb2_close_getattr()
|