Home
last modified time | relevance | path

Searched refs:msecs (Results 101 – 106 of 106) sorted by relevance

12345

/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c633 int msecs = 0; in be_mbox_db_ready_wait() local
648 if (msecs > 4000) { in be_mbox_db_ready_wait()
656 msecs++; in be_mbox_db_ready_wait()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hw4.h739 #define LPFC_MSECS_TO_SECS(msecs) ((msecs) / 1000) argument
/openbmc/linux/mm/
H A Dvmscan.c5785 unsigned int msecs; in min_ttl_ms_store() local
5787 if (kstrtouint(buf, 0, &msecs)) in min_ttl_ms_store()
5790 WRITE_ONCE(lru_gen_min_ttl, msecs_to_jiffies(msecs)); in min_ttl_ms_store()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c1050 u32 msecs = seconds * 1000; in wait_and_poll() local
1055 for (i = 0; (i < msecs) && (frame_hdr->cmd_status == 0xff); i += 20) { in wait_and_poll()
/openbmc/linux/Documentation/trace/
H A Dftrace.rst2643 * means that the function exceeded 10 msecs.
2644 @ means that the function exceeded 100 msecs.
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2608 zap a portion (see ratio above) of the pages every N msecs.
3459 Format: <msecs>

12345