Searched refs:seconds (Results 51 - 75 of 88) sorted by relevance

1234

/linux-master/net/ceph/
H A Dmon_client.c385 unsigned int seconds; local
390 seconds = le32_to_cpu(h->duration);
399 (seconds >> 1) * HZ - 1;
401 monc->sub_renew_sent, seconds, monc->sub_renew_after);
/linux-master/sound/drivers/
H A Dmts64.c138 u8 seconds, u8 frames,
352 u8 seconds, u8 frames,
363 mts64_write_command(p, seconds);
350 mts64_smpte_start(struct parport *p, u8 hours, u8 minutes, u8 seconds, u8 frames, u8 idx) argument
/linux-master/drivers/net/dsa/microchip/
H A Dksz_ptp.c598 u32 seconds; local
615 ret = ksz_read32(dev, REG_PTP_RTC_SEC, &seconds);
619 ts->tv_sec = seconds;
/linux-master/drivers/rtc/
H A Drtc-omap.c31 * The OMAP RTC is a year/month/day/hours/minutes/seconds BCD clock
416 int seconds; local
430 seconds = tm.tm_sec;
456 if (rtc_read(rtc, OMAP_RTC_SECONDS_REG) != seconds) {
H A Drtc-cmos.c20 * and updating minutes/seconds for systems using NTP synch) and
245 /* NOTE: this ignores the issue whereby updating the seconds
258 static void cmos_read_alarm_callback(unsigned char __always_unused seconds, argument
297 /* Basic alarms only support hour, minute, and seconds fields.
482 static void cmos_set_alarm_callback(unsigned char __always_unused seconds, argument
1211 * time is larger than now+1 seconds.
1213 * If the alarm time is equal to now+1 seconds, the issue can be
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c159 int seconds; local
170 seconds = jiffies / HZ - adapter->ahw->idc.sec_counter;
172 seconds = jiffies / HZ;
174 val |= seconds << 8;
308 u64 seconds; local
310 seconds = jiffies / HZ - adapter->ahw->idc.sec_counter;
311 if (seconds <= time_limit)
2080 /* Set timeout values with extra 2 seconds of buffer */
/linux-master/drivers/scsi/
H A D3w-xxxx.c119 Increase timeout in tw_aen_drain_queue() to 30 seconds.
178 1.02.00.036 - Increase character ioctl timeout to 60 seconds.
299 static int tw_poll_status(TW_Device_Extension *tw_dev, u32 flag, int seconds) argument
317 if (time_after(jiffies, before + HZ * seconds))
328 static int tw_poll_status_gone(TW_Device_Extension *tw_dev, u32 flag, int seconds) argument
346 if (time_after(jiffies, before + HZ * seconds))
H A D3w-sas.c434 /* Convert system time in UTC to local time seconds since last
520 static int twl_poll_response(TW_Device_Extension *tw_dev, int request_id, int seconds) argument
544 if (time_after(jiffies, before + HZ * seconds))
1237 static int twl_poll_register(TW_Device_Extension *tw_dev, void *reg, u32 value, u32 result, int seconds) argument
1248 if (time_after(jiffies, before + HZ * seconds))
H A Dmyrs.h556 unsigned int seconds; /* Bytes 8-11 */ member in struct:myrs_fwstat
H A Dinitio.c521 * @seconds: Recovery time
526 static int initio_reset_scsi(struct initio_host * host, int seconds) argument
539 initio_do_pause(seconds * HZ);
/linux-master/sound/pci/asihpi/
H A Dhpi_internal.h296 /** Default network timeout in milli-seconds. */
945 u16 seconds; member in struct:hpi_clock_msg
953 u16 seconds; member in struct:hpi_clock_res
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.h774 u32 offset, u32 span, u32 seconds);
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh74 /* Run for about 30 seconds */
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh56 local seconds=$2
58 perf record -a -q -e $tracepoint sleep $seconds
/linux-master/fs/bcachefs/
H A Djournal_io.c46 bch2_prt_datetime(out, le64_to_cpu(datetime->seconds));
796 bch2_prt_datetime(out, le64_to_cpu(datetime->seconds));
1885 d->seconds = cpu_to_le64(ktime_get_real_seconds());
H A Dbcachefs_format.h1421 __le64 seconds; member in struct:jset_entry_datetime
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek.c1648 /* Arm timer, set seconds and switch schedule */
1659 /* The switch allows a schedule to be started only eight seconds within
1668 current_ns = hellcreek->seconds * NSEC_PER_SEC + hellcreek->last_ts;
1689 current_ns = hellcreek->seconds * NSEC_PER_SEC + hellcreek->last_ts;
/linux-master/scripts/
H A Dkernel-doc163 (my $seconds = `date -d"${ENV{'KBUILD_BUILD_TIMESTAMP'}}" +%s`) ne '') {
164 @build_time = gmtime($seconds);
/linux-master/drivers/scsi/esas2r/
H A Datvda.h952 u8 seconds; member in struct:atto_vda_date_and_time
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py342 bt = bt - timedelta(seconds=int(ktime))
/linux-master/sound/pci/rme9652/
H A Dhdspm.c4748 int a, ltc, frames, seconds, minutes, hours; local
4834 seconds = ltc & 0xF;
4836 seconds += (ltc & 0x7) * 10;
4847 hours, minutes, seconds, frames);
/linux-master/drivers/ptp/
H A Dptp_ocp.c3322 static EXT_ATTR_RW(freq, seconds, 0);
3323 static EXT_ATTR_RW(freq, seconds, 1);
3324 static EXT_ATTR_RW(freq, seconds, 2);
3325 static EXT_ATTR_RW(freq, seconds, 3);
4218 seq_printf(s, "Correction seconds: %d\n", idx);
/linux-master/include/linux/
H A Dnfs_xdr.h150 __u32 lease_time; /* in seconds */
1287 u64 seconds; member in struct:nfstime4
/linux-master/fs/nfs/
H A Dsuper.c618 impl_id->date.seconds, impl_id->date.nseconds);
/linux-master/net/ipv4/
H A Dtcp.c358 /* Convert seconds to retransmits based on initial and max timeout */
359 static u8 secs_to_retrans(int seconds, int timeout, int rto_max) argument
363 if (seconds > 0) {
367 while (seconds > period && res < 255) {
378 /* Convert retransmits to seconds based on initial and max timeout */
3507 /* Translate value in seconds to number of retransmits */

Completed in 446 milliseconds

1234