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

1234

/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c56 int seconds);
1038 * @seconds: Maximum poll time
1044 int seconds)
1050 u32 msecs = seconds * 1000;
4952 "seconds for crash dump collection and OCR "
4963 "operational after 240 seconds wait for IO "
1043 wait_and_poll(struct megasas_instance *instance, struct megasas_cmd *cmd, int seconds) argument
H A Dmegaraid_sas_base.c240 int seconds);
1145 * @timeout: Timeout in seconds
1186 * @timeout: Timeout in seconds
2741 * This function waits for up to MEGASAS_RESET_WAIT_TIME seconds for FW to
4214 * This state should not last for more than 2 seconds
7815 /* waiting for about 30 seconds before retry */
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c353 * It can only be called after 8 seconds
358 /* over 8 seconds you can execute this function again. */
1836 u32 offset, u32 span, u32 seconds)
1835 exhalbtc_antenna_detection(struct btc_coexist *btcoexist, u32 cent_freq, u32 offset, u32 span, u32 seconds) argument
/linux-master/fs/nfs/
H A Dnfs42xdr.c935 p = xdr_decode_hyper(p, &res->cnr_lease_time.seconds);
H A Dnfs4xdr.c5732 p = xdr_decode_hyper(p, &res->impl_id->date.seconds);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c189 tc->seconds = (seq / fps) % 60;
/linux-master/include/uapi/linux/
H A Dvideodev2.h947 __u8 seconds; member in struct:v4l2_timecode
1282 struct v4l2_fract timeperframe; /* Time per frame in seconds */
1295 struct v4l2_fract timeperframe; /* Time per frame in seconds */
/linux-master/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c109 unsigned int seconds = 3; local
118 } while (--seconds);
3269 /* Wait 3 seconds for reset to complete. */
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h3994 /* Timeout in seconds before generating reboot */
4141 uint32_t seconds; member in struct:ec_params_hibernation_delay
4146 * The current time in seconds in which the system has been in the G3
4152 * The current time remaining in seconds until the EC should hibernate.
4158 * The current time in seconds that the EC should wait in G3 before
/linux-master/include/linux/
H A Dsyscalls.h1040 asmlinkage long sys_alarm(unsigned int seconds);
/linux-master/drivers/scsi/
H A Dscsi_transport_fc.c48 * dev_loss_tmo: the default number of seconds that the FC transport
52 static unsigned int fc_dev_loss_tmo = 60; /* seconds */
56 "Maximum number of seconds that the FC transport should"
575 event->seconds = ktime_get_real_seconds();
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c469 tc->hours, tc->minutes, tc->seconds,
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py1304 left = timedelta(seconds=((self.multitest['count'] - idx) * int(avg)))
1362 pprint('waiting 5 seconds...')
2326 # convert the duration to seconds
3987 'Suspended for [0-9\.]* seconds'],
5496 pprint('will issue an rtcwake in %d seconds' % sv.rtcwaketime)
5595 # Print out a very concise time string in minutes and seconds
6708 ' -rtcwake t Wakeup t seconds after suspend, set t to "off" to disable (default: 15)\n'\
6731 ' -multi n d Execute <n> consecutive tests at <d> seconds intervals. If <n> is followed\n'\
7128 pprint('Waiting %d seconds...' % (sysvals.multitest['delay']))

Completed in 401 milliseconds

1234