Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.10/arch/x86/kernel/cpu/
Dumwait.c11 #define UMWAIT_CTRL_VAL(max_time, c02_disable) \ argument
12 (((max_time) & MSR_IA32_UMWAIT_CONTROL_TIME_MASK) | \
170 u32 max_time, ctrl; in max_time_store() local
173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
178 if (max_time & ~MSR_IA32_UMWAIT_CONTROL_TIME_MASK) in max_time_store()
184 if (max_time != umwait_ctrl_max_time(ctrl)) in max_time_store()
185 umwait_update_control(max_time, umwait_ctrl_c02_enabled(ctrl)); in max_time_store()
191 static DEVICE_ATTR_RW(max_time);
/Linux-v5.10/drivers/base/power/
Dwakeup_stats.c70 ktime_t max_time = ws->max_time; in max_time_ms_show() local
74 if (active_time > max_time) in max_time_ms_show()
75 max_time = active_time; in max_time_ms_show()
78 return sysfs_emit(buf, "%lld\n", ktime_to_ms(max_time)); in max_time_ms_show()
Dwakeup.c130 deleted_ws.max_time = in wakeup_source_record()
131 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record()
132 deleted_ws.max_time : ws->max_time; in wakeup_source_record()
722 if (ktime_to_ns(duration) > ktime_to_ns(ws->max_time)) in wakeup_source_deactivate()
723 ws->max_time = duration; in wakeup_source_deactivate()
1060 ktime_t max_time; in print_wakeup_source_stats() local
1068 max_time = ws->max_time; in print_wakeup_source_stats()
1076 if (active_time > max_time) in print_wakeup_source_stats()
1077 max_time = active_time; in print_wakeup_source_stats()
1090 ktime_to_ms(max_time), ktime_to_ms(ws->last_time), in print_wakeup_source_stats()
Dsysfs.c481 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_ms_show()
/Linux-v5.10/fs/f2fs/
Dgc.h133 unsigned int max_time = gc_th->max_sleep_time; in increase_sleep_time() local
138 if ((long long)*wait + (long long)min_time > (long long)max_time) in increase_sleep_time()
139 *wait = max_time; in increase_sleep_time()
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dodm_NoiseMonitor.c25 u32 max_time in odm_InbandNoise_Monitor_NSeries() argument
110 if ((valid_done == max_rf_path) || (jiffies_to_msecs(jiffies - start) > max_time)) { in odm_InbandNoise_Monitor_NSeries()
164 s16 ODM_InbandNoise_Monitor(void *pDM_VOID, u8 bPauseDIG, u8 IGIValue, u32 max_time) in ODM_InbandNoise_Monitor() argument
166 return odm_InbandNoise_Monitor_NSeries(pDM_VOID, bPauseDIG, IGIValue, max_time); in ODM_InbandNoise_Monitor()
Dodm_NoiseMonitor.h36 u32 max_time
Dhal_com.c1320 pinfo->chan, pinfo->bPauseDIG, pinfo->IGIValue, pinfo->max_time); in SetHalODMVar()
1323 …nfo->chan] = ODM_InbandNoise_Monitor(podmpriv, pinfo->bPauseDIG, pinfo->IGIValue, pinfo->max_time); in SetHalODMVar()
/Linux-v5.10/drivers/media/usb/dvb-usb/
Ddibusb-mc-common.c40 .max_time = 0x196,
74 .max_time = 0x51,
Ddib0700_devices.c74 .max_time = 0x196,
79 .max_time = 0x196,
/Linux-v5.10/tools/testing/selftests/net/mptcp/
Dsimult_flows.sh128 local max_time=$3
192 printf "%16s" "$duration max $max_time "
195 [ $duration -lt $max_time ]; then
/Linux-v5.10/drivers/media/dvb-frontends/
Ddib3000mc.h25 u16 max_time; member
Ddib3000mc.c379 dib3000mc_write_word(state, 36, state->cfg->max_time); in dib3000mc_init()
/Linux-v5.10/drivers/scsi/snic/
Dsnic_stats.h25 atomic64_t max_time; /* Max time to process IO */ member
Dsnic_io.c567 if (duration > atomic64_read(&snic->s_stats.io.max_time)) in snic_calc_io_process_time()
568 atomic64_set(&snic->s_stats.io.max_time, duration); in snic_calc_io_process_time()
Dsnic_debugfs.c193 maxio_tm = (u64) atomic64_read(&stats->io.max_time); in snic_stats_show()
/Linux-v5.10/include/linux/
Dpm_wakeup.h52 ktime_t max_time; member
/Linux-v5.10/fs/
Dfs-writeback.c632 unsigned long avg_time, max_bytes, max_time; in wbc_detach_inode() local
662 max_time = DIV_ROUND_UP((max_bytes >> PAGE_SHIFT) << WB_FRN_TIME_SHIFT, in wbc_detach_inode()
665 avg_time += (max_time >> WB_FRN_TIME_AVG_SHIFT) - in wbc_detach_inode()
668 avg_time = max_time; /* immediate catch up on first run */ in wbc_detach_inode()
670 if (max_time >= avg_time / WB_FRN_TIME_CUT_DIV) { in wbc_detach_inode()
681 slots = min(DIV_ROUND_UP(max_time, WB_FRN_HIST_UNIT), in wbc_detach_inode()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_com.h294 u32 max_time;/* ms */ member
/Linux-v5.10/mm/
Dslub.c4598 long max_time; member
4668 if (age > l->max_time) in add_location()
4669 l->max_time = age; in add_location()
4704 l->max_time = age; in add_location()
4775 l->max_time); in list_locations()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-system-cpu573 /sys/devices/system/cpu/umwait_control/max_time
588 max_time: Read/write interface to control umwait maximum time
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c4760 info.max_time = 100;/* ms */ in rtw_get_wireless_stats()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4362 info.max_time = channel_scan_time_ms/2;/* ms */ in site_survey()