/linux-4.1.27/fs/isofs/ |
H A D | util.c | 20 int year, month, day, hour, minute, second, tz; iso_date() local 27 minute = p[4]; iso_date() 35 crtime = mktime64(year+1900, month, day, hour, minute, second); iso_date()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | sysinfo.h | 9 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */
|
H A D | cdrom.h | 156 __u8 minute; member in struct:cdrom_msf0 171 __u8 cdmsf_min0; /* start minute */ 174 __u8 cdmsf_min1; /* end minute */ 330 #define CD_SECS 60 /* seconds per minute */ 355 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | intersil.h | 30 unsigned char minute; member in struct:intersil_dt
|
H A D | apollohw.h | 44 unsigned char minute, alarm_minute; member in struct:mc146818
|
H A D | sun3xflop.h | 228 /* Last minute sanity check... */ sun3xflop_init()
|
H A D | MC68328.h | 1240 #define RTCISR_MIN 0x0002 /* 1-minute interrupt has occurred */ 1252 #define RTCIENR_MIN 0x0002 /* 1-minute interrupt enable */
|
H A D | MC68EZ328.h | 1074 #define RTCISR_MIN 0x0002 /* 1-minute interrupt has occurred */ 1095 #define RTCIENR_MIN 0x0002 /* 1-minute interrupt enable */
|
H A D | MC68VZ328.h | 1170 #define RTCISR_MIN 0x0002 /* 1-minute interrupt has occurred */ 1191 #define RTCIENR_MIN 0x0002 /* 1-minute interrupt enable */
|
/linux-4.1.27/arch/m68k/sun3/ |
H A D | intersil.c | 49 todintersil->minute = t->tm_min; sun3_hwclk() 59 t->tm_min = todintersil->minute; sun3_hwclk()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-mv.c | 73 unsigned int year, month, day, hour, minute, second, wday; mv_rtc_read_time() local 79 minute = (rtc_time >> RTC_MINUTES_OFFS) & 0x7f; mv_rtc_read_time() 88 tm->tm_min = bcd2bin(minute); mv_rtc_read_time() 104 unsigned int year, month, day, hour, minute, second, wday; mv_rtc_read_alarm() local 110 minute = (rtc_time >> RTC_MINUTES_OFFS) & 0x7f; mv_rtc_read_alarm() 119 alm->time.tm_min = bcd2bin(minute); mv_rtc_read_alarm()
|
H A D | rtc-efi.c | 75 eft->minute = wtime->tm_min; convert_to_efi_time() 91 if (eft->minute >= 60) convert_from_efi_time() 93 wtime->tm_min = eft->minute; convert_from_efi_time()
|
H A D | rtc-msm6242.c | 24 MSM6242_MINUTE1 = 0x2, /* 1-minute digit register */ 25 MSM6242_MINUTE10 = 0x3, /* 10-minute digit register */ 60 #define MSM6242_CE_T_1MINUTE (2 << 2) /* period 1 minute */
|
H A D | rtc-mpc5121.c | 46 u8 minute; /* RTC + 0x12 */ member in struct:mpc5121_rtc_regs 88 * Update second/minute/hour registers. 120 * update second minute hour registers mpc5121_rtc_read_time() 144 * update second minute hour registers mpc5121_rtc_set_time() 159 tm->tm_min = in_8(®s->minute); mpc5200_rtc_read_time()
|
H A D | rtc-ds1742.c | 93 unsigned int year, month, day, hour, minute, second, week; ds1742_rtc_read_time() local 102 minute = readb(ioaddr + RTC_MINUTES); ds1742_rtc_read_time() 111 tm->tm_min = bcd2bin(minute); ds1742_rtc_read_time()
|
H A D | rtc-ds1553.c | 106 unsigned int year, month, day, hour, minute, second, week; ds1553_rtc_read_time() local 115 minute = readb(ioaddr + RTC_MINUTES); ds1553_rtc_read_time() 124 tm->tm_min = bcd2bin(minute); ds1553_rtc_read_time()
|
H A D | rtc-stk17ta8.c | 105 unsigned int year, month, day, hour, minute, second, week; stk17ta8_rtc_read_time() local 117 minute = readb(ioaddr + RTC_MINUTES); stk17ta8_rtc_read_time() 126 tm->tm_min = bcd2bin(minute); stk17ta8_rtc_read_time()
|
H A D | rtc-ds3232.c | 108 unsigned int year, month, day, hour, minute, second; ds3232_read_time() local 120 minute = buf[1]; ds3232_read_time() 136 time->tm_min = bcd2bin(minute); ds3232_read_time()
|
H A D | rtc-ds1302.c | 37 #define RTC_ADDR_MIN 0x01 /* Address of minute register */
|
H A D | rtc-ab-b5ze-s3.c | 80 #define ABB5ZES3_REG_ALRM_MN 0x0A /* Alarm - minute register */ 93 #define ABB5ZES3_REG_FREQ_OF_MODE 0x0E /* Offset mode: 2 hours / minute */ 449 * minute, we use the watchdog timer mechanism provided by timer A 473 * minute (not the second). The function expects alarm interrupt to 591 * The chip has an alarm which is only accurate to the minute. In order to
|
H A D | rtc-hym8563.c | 200 /* The alarm only has a minute accuracy */ hym8563_rtc_read_alarm() 575 /* the hym8563 alarm only supports a minute accuracy */ hym8563_probe()
|
H A D | rtc-pcf8563.c | 368 /* The alarm has no seconds, round up to nearest minute */ pcf8563_rtc_set_alarm() 467 /* the pcf8563 alarm only supports a minute accuracy */ pcf8563_probe()
|
H A D | rtc-rx8025.c | 339 /* Hardware alarms precision is 1 minute! */ rx8025_read_alarm() 373 /* Hardware alarm precision is 1 minute! */ rx8025_set_alarm()
|
H A D | rtc-hid-sensor-time.c | 58 "year", "month", "day", "hour", "minute", "second",
|
H A D | rtc-opal.c | 170 /* TPO, we care about hour and minute */ opal_set_tpo_time()
|
H A D | rtc-ds1286.c | 116 s = "each minute"; ds1286_proc()
|
H A D | rtc-rk808.c | 270 * bit 1: every minute
|
H A D | rtc-ab8500.c | 252 dev_dbg(dev, "Alarm less than 1 minute not supported\r\n"); ab8500_rtc_set_alarm()
|
H A D | rtc-mrst.c | 152 /* Basic alarms only support hour, minute, and seconds fields. mrst_read_alarm()
|
H A D | interface.c | 117 * the month. We will retry in the next minute. This rtc_set_mmss() 119 * by more than 1 minute in 11 minutes. rtc_set_mmss()
|
H A D | rtc-cmos.c | 219 /* Basic alarms only support hour, minute, and seconds fields. cmos_read_alarm()
|
H A D | rtc-ds1307.c | 743 /* Set alarm match: second, minute, hour, day, date, month. */ mcp794xx_set_alarm()
|
/linux-4.1.27/drivers/leds/ |
H A D | leds-ipaq-micro.c | 30 * yellow LED is always ~30 blinks per minute micro_leds_brightness_set() 67 * yellow LED is always ~30 blinks per minute micro_leds_blink_set()
|
/linux-4.1.27/drivers/staging/iio/accel/ |
H A D | adis16240.h | 44 /* Clock, hour and minute */ 50 /* Wake-up setting, hour and minute */
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
H A D | uisthread.c | 62 /* give up if the thread has NOT died in 1 minute */ uisthread_stop()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
H A D | fw.h | 48 u8 minute; member in struct:rtl92c_firmware_header
|
/linux-4.1.27/drivers/block/aoe/ |
H A D | aoemain.c | 27 enum { DTIMERTICK = HZ * 60 }; /* one minute */ discover_timer()
|
/linux-4.1.27/drivers/char/ |
H A D | efirtc.c | 110 eft->minute = wtime->tm_min; convert_to_efi_time() 122 wtime->tm_min = eft->minute; convert_from_efi_time() 322 eft.hour, eft.minute, eft.second, eft.nanosecond, efi_rtc_proc_show() 339 alm.hour, alm.minute, alm.second, alm.nanosecond, efi_rtc_proc_show()
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | err_common.h | 71 u8 minute; member in struct:el_timestamp::__anon57
|
/linux-4.1.27/fs/udf/ |
H A D | udftime.c | 113 dest->tv_sec += (((yday * 24) + src.hour) * 60 + src.minute) * 60 + src.second; udf_disk_stamp_to_time() 138 dest->minute = rem / 60; udf_time_to_disk_stamp()
|
H A D | ecma_167.h | 66 uint8_t minute; member in struct:timestamp
|
H A D | super.c | 926 ts->minute, le16_to_cpu(ts->typeAndTimezone)); udf_load_pvoldesc() 2211 ts.hour, ts.minute, le16_to_cpu(ts.typeAndTimezone)); udf_fill_super()
|
/linux-4.1.27/arch/m68k/apollo/ |
H A D | config.c | 220 t->tm_min=rtc->minute; dn_dummy_hwclk() 228 rtc->minute=t->tm_min; dn_dummy_hwclk()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723com/ |
H A D | fw_common.h | 63 u8 minute; member in struct:rtl8723e_firmware_header
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_time.c | 24 u_int8_t minute; /* (0-59) */ member in struct:xtm 81 /* Each day has 86400s, so finding the hour/minute is actually easy. */ localtime_1() 85 r->minute = w % 60; localtime_1()
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-cd.h | 37 u8 minute; member in struct:atapi_msf
|
H A D | ide-cd.c | 848 msf->minute = bcd2bin(msf->minute); msf_from_bcd() 1070 toc->ent[i].addr.lba = msf_to_lba(toc->ent[i].addr.msf.minute, ide_cd_read_toc() 1097 toc->last_session_lba = msf_to_lba(ms_tmp.ent.addr.msf.minute, ide_cd_read_toc()
|
H A D | ide-cd_ioctl.c | 417 &tocentry->cdte_addr.msf.minute, ide_cd_read_tocentry()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
H A D | fw_common.h | 82 u8 minute; member in struct:rtl92c_firmware_header
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
H A D | fw.h | 124 u8 minute; member in struct:rtl92d_firmware_header
|
/linux-4.1.27/drivers/watchdog/ |
H A D | ixp4xx_wdt.c | 31 static int heartbeat = 60; /* (secs) Default is 1 minute */
|
H A D | m54xx_wdt.c | 38 static unsigned int heartbeat = 30; /* (secs) Default is 0.5 minute */
|
H A D | sa1100_wdt.c | 157 static int margin __initdata = 60; /* (secs) Default is 1 minute */
|
H A D | sbc_fitpc2_wdt.c | 30 static unsigned int margin = 60; /* (secs) Default is 1 minute */
|
H A D | pc87413_wdt.c | 41 #define DEFAULT_TIMEOUT 1 /* 1 minute */ 287 pr_info("Watchdog enabled. Timeout set to %d minute(s).\n", timeout); pc87413_open()
|
H A D | smsc37b787_wdt.c | 367 timeout, (unit == UNIT_SECOND) ? "second(s)" : "minute(s)"); wb_smsc_wdt_open() 565 timeout, (unit == UNIT_SECOND) ? "second(s)" : "minute(s)"); wb_smsc_wdt_init()
|
H A D | coh901327_wdt.c | 69 /* Default timeout in seconds = 1 minute */
|
H A D | eurotechwdt.c | 78 #define WDT_TIMEOUT 60 /* 1 minute */
|
H A D | wdt977.c | 211 /* we have a hw bug somewhere, so each 977 minute is actually wdt977_set_timeout()
|
H A D | f71808e_wdt.c | 75 #define WATCHDOG_TIMEOUT 60 /* 1 minute default timeout */
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | time.c | 50 * - sched_clock() must be called once a minute or better or the sched_clock()
|
/linux-4.1.27/fs/affs/ |
H A D | amigaffs.c | 372 u32 minute; secs_to_datestamp() local 379 minute = secs / 60; secs_to_datestamp() 380 secs -= minute * 60; secs_to_datestamp() 383 ds->mins = cpu_to_be32(minute); secs_to_datestamp()
|
/linux-4.1.27/drivers/base/power/ |
H A D | trace.c | 33 * than a minute), and we'd better not depend on the low bits of 125 val += (time.tm_min / 3) * 100 * 12 * 28 * 24; /* 20 3-minute intervals */ read_magic_time()
|
/linux-4.1.27/include/sound/ |
H A D | ak4117.h | 45 #define AK4117_REG_QSUB_MINUTE 0x14 /* Q-subcode minute */ 49 #define AK4117_REG_QSUB_ABSMIN 0x18 /* Q-subcode absolute minute */
|
H A D | ak4113.h | 71 /* Q-subcode minute */ 79 /* Q-subcode absolute minute */
|
H A D | ak4114.h | 51 #define AK4114_REG_QSUB_MINUTE 0x19 /* Q-subcode minute */ 55 #define AK4114_REG_QSUB_ABSMIN 0x1d /* Q-subcode absolute minute */
|
/linux-4.1.27/arch/mips/sibyte/swarm/ |
H A D | rtc_m41t81.c | 68 #define M41T81REG_MN 0x02 /* minute */ 79 #define M41T81REG_AMN 0x0D /* alarm: minute */
|
/linux-4.1.27/drivers/scsi/ |
H A D | sr_ioctl.c | 97 tocentry->cdte_addr.msf.minute = buffer[9]; sr_read_tocentry() 146 cgc.cmd[3] = trk0_te.cdte_addr.msf.minute; sr_fake_playtrkind() 149 cgc.cmd[6] = trk1_te.cdte_addr.msf.minute; sr_fake_playtrkind()
|
H A D | ips.h | 569 uint8_t minute; member in struct:__anon9007
|
H A D | ips.c | 6031 scb->cmd.ffdc.minute = (rem / IPS_SECS_MIN); ips_fix_ffdc_time()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
H A D | fw.h | 102 u8 minute; member in struct:rtl92c_firmware_header
|
/linux-4.1.27/include/linux/ |
H A D | drbd_limits.h | 54 * more than one minute timeout is not useful */
|
H A D | time.h | 162 * the number of seconds after the minute, normally in the range
|
H A D | arcdevice.h | 27 * within one minute before printing a "cabling problem" warning. The
|
H A D | efi.h | 143 u8 minute; member in struct:__anon11626
|
/linux-4.1.27/drivers/char/hw_random/ |
H A D | xgene-rng.c | 96 u32 failure_cnt; /* Failure count last minute */ 192 /* 2nd time failure in lesser than 1 minute? */ xgene_rng_chk_overflow()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | sch56xx-common.c | 473 Choose a preset which will give us a 1 minute timeout */ sch56xx_watchdog_register() 477 data->watchdog_preset = 1; /* minute */ sch56xx_watchdog_register()
|
H A D | lm85.c | 261 * when it is written and only sample it once every 1 *minute*
|
H A D | w83793.c | 52 #define WATCHDOG_TIMEOUT 2 /* 2 minute default timeout */
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
H A D | fw.h | 144 u8 minute; member in struct:rtl92c_firmware_header
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
H A D | fw.h | 150 u8 minute; member in struct:rtl8821a_firmware_header
|
/linux-4.1.27/include/acpi/ |
H A D | acbuffer.h | 83 u8 minute; member in struct:acpi_grt_info
|
/linux-4.1.27/fs/lockd/ |
H A D | clntlock.c | 144 * a 1 minute timeout would do. See the comment before nlmclnt_block()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | err_common.c | 177 timestamp->b.minute, timestamp->b.second);
|
H A D | rtc.c | 136 the userland hwclock program, so surely 15 minute accuracy alpha_rtc_set_mmss()
|
/linux-4.1.27/drivers/media/rc/ |
H A D | imon.c | 688 * hour - 0..23, minute - 0..59, second - 0..59 693 unsigned int hour, unsigned int minute, send_set_imon_clock() 712 clock_enable_pkt[0][5] = minute; send_set_imon_clock() 739 clock_enable_pkt[0][5] = minute; send_set_imon_clock() 849 unsigned int year, month, day, dow, hour, minute, second; store_imon_clock() local 865 &hour, &minute, &second) != 7) { store_imon_clock() 872 (hour > 23) || (minute > 59) || (second > 59)) { store_imon_clock() 878 hour, minute, second); store_imon_clock() 690 send_set_imon_clock(struct imon_context *ictx, unsigned int year, unsigned int month, unsigned int day, unsigned int dow, unsigned int hour, unsigned int minute, unsigned int second) send_set_imon_clock() argument
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_stats.c | 334 /* limit qfull messages to ~one per minute per port */ ipath_get_faststats()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | floppy_32.h | 342 /* Last minute sanity check... */
|
H A D | vio.h | 191 u16 rpm; /* Revolutions per minute */
|
H A D | floppy_64.h | 729 /* Last minute sanity check... */
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
H A D | fw-emu.c | 71 tp->minute = rem / 60; offtime()
|
/linux-4.1.27/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 282 * On a 5-minute timeout, wait for all devices currently configured. We need
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | 80003es2lan.c | 1082 * Configure the KMRN interface by applying last minute quirks for 1111 * Configure the KMRN interface by applying last minute quirks for 1158 * Configure the KMRN interface by applying last minute quirks for
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2x00link.c | 284 * first minute after being enabled. rt2x00link_reset_tuner()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
H A D | diagchannel.h | 114 u8 minute; /* 0 - 59 */ member in struct:diag_efi_time
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
H A D | vsc7326.c | 637 * some of them can overflow in less than a minute at GigE speeds, so this
|
/linux-4.1.27/drivers/power/ |
H A D | max14577_charger.c | 115 * "When the battery is fully charged, the 30-minute (typ) max14577_get_charge_type()
|
/linux-4.1.27/net/ipv4/ |
H A D | syncookies.c | 117 * minute by 1. secure_tcp_syn_cookie()
|
H A D | tcp.c | 128 * Alan Cox : Giant 15 minute/60 second timer error 2100 * We use a 1 minute timeout (about the same as BSD) then kill tcp_close()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | mmc_ops.c | 24 #define MMC_OPS_TIMEOUT_MS (10 * 60 * 1000) /* 10 minute timeout */
|
H A D | core.c | 50 #define MMC_CORE_TIMEOUT_MS (10 * 60 * 1000) /* 10 minute timeout */
|
/linux-4.1.27/drivers/scsi/esas2r/ |
H A D | esas2r_int.c | 489 * minute. This will stop any situation where there is esas2r_chip_rst_needed_during_tasklet()
|
H A D | atvda.h | 610 u8 minute; member in struct:atto_vda_schedule_info
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.h | 644 u8 minute; member in struct:wmi_notify_req_cmd
|
/linux-4.1.27/drivers/block/paride/ |
H A D | pcd.c | 898 tocentry->cdte_addr.msf.minute = buffer[9]; pcd_audio_ioctl()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | salinfo.c | 266 /* Check for outstanding MCA/INIT records every minute (arbitrary) */
|
H A D | efi.c | 249 tm.hour, tm.minute, tm.second); STUB_GET_TIME()
|
H A D | mca.c | 145 #define CMC_POLL_INTERVAL (1*60*HZ) /* 1 minute */
|
/linux-4.1.27/include/linux/mlx5/ |
H A D | driver.h | 55 /* one minute for the sake of bringup. Generally, commands must always
|
/linux-4.1.27/drivers/cdrom/ |
H A D | cdrom.c | 1567 75 * (addr->msf.second - 2 + 60 * addr->msf.minute); sanitize_format() 1574 addr->msf.minute = lba / 60; sanitize_format() 2048 subchnl->cdsc_reladdr.msf.minute = cgc.buffer[13]; cdrom_read_subchannel() 2051 subchnl->cdsc_absaddr.msf.minute = cgc.buffer[9]; cdrom_read_subchannel() 2997 lba = msf_to_lba(ra.addr.msf.minute, mmc_ioctl_cdrom_read_audio()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-cache-policy-mq.c | 1113 e->dirty = false; /* this gets corrected in a minute */ mq_load_mapping()
|
H A D | bitmap.c | 1223 * So set NEEDWRITE now, then after we make any last-minute changes bitmap_daemon_work()
|
/linux-4.1.27/drivers/net/arcnet/ |
H A D | arcnet.c | 908 /* reset counters if we've gone for over a minute. */ arcnet_interrupt()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_nvm.c | 777 * than the default 3 minute timeout on the write semaphore. If i40e_nvmupd_state_writing()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 401 * around. This needs to be run approximately twice a minute.
|
/linux-4.1.27/arch/x86/platform/efi/ |
H A D | efi.c | 116 eft.minute, eft.second); efi_get_time()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | import.c | 1532 (E.g. remember the maximum latency in each minute of the last 4 minutes.) */ at_measured()
|
/linux-4.1.27/drivers/base/ |
H A D | firmware_class.c | 1091 /* pass the pages buffer to driver at the last minute */ assign_firmware_buf()
|
/linux-4.1.27/drivers/hid/ |
H A D | wacom_sys.c | 238 /* Any last-minute generic device setup */ wacom_post_parse_hid()
|
/linux-4.1.27/fs/configfs/ |
H A D | dir.c | 650 * We could, perhaps, tweak our parent's ->mkdir for a minute and
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | airo.c | 685 u8 noiseAvePercent; /* Noise percent in last minute */ 686 u8 noiseAvedBm; /* Noise dBm in last minute */ 687 u8 noiseMaxPercent; /* Highest noise percent in last minute */ 688 u8 noiseMaxdBm; /* Highest noise dbm in last minute */ 5506 associated we will check every minute to see if anything has
|
/linux-4.1.27/drivers/mmc/card/ |
H A D | block.c | 61 #define MMC_BLK_TIMEOUT_MS (10 * 60 * 1000) /* 10 minute timeout */
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
H A D | mce.c | 1367 /* Not more than two messages every minute */ mce_notify_irq()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | journal.c | 2263 /* Warn about this once per minute */ ocfs2_commit_thread()
|
/linux-4.1.27/kernel/time/ |
H A D | timekeeping.c | 120 #define WARNING_FREQ (HZ*300) /* 5 minute rate-limiting */
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | apm_32.c | 2031 * This bios swaps the APM minute reporting bytes over (Many sony laptops
|
/linux-4.1.27/fs/ubifs/ |
H A D | debug.c | 2469 /* Fail within 1 minute */ power_cut_emulated()
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | book3s_hv_rmhandlers.S | 282 /* Set runlatch bit the minute you wake up from nap */
|
/linux-4.1.27/net/ipv6/ |
H A D | route.c | 512 * to no more than one per minute. rt6_probe()
|
/linux-4.1.27/mm/ |
H A D | huge_memory.c | 55 /* during fragmentation poll the hugepage allocator once every minute */
|
H A D | memory.c | 659 * Allow a burst of 60 reports, then keep quiet for that minute; print_bad_pte()
|
H A D | page_alloc.c | 314 * Allow a burst of 60 reports, then keep quiet for that minute; bad_page()
|
/linux-4.1.27/tools/testing/ktest/ |
H A D | ktest.pl | 585 doprint "$minutes minute";
|
/linux-4.1.27/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 446 int retry_count = 30;/* enlarge wait flush adapter cache time: 10 minute */ arcmsr_hbaC_flush_cache()
|