Searched refs:scan_time (Results 1 – 5 of 5) sorted by relevance
| /linux/include/trace/events/ |
| H A D | ksm.h | 259 TP_PROTO(s64 scan_time, unsigned long pages_to_scan, 262 TP_ARGS(scan_time, pages_to_scan, cpu_percent), 265 __field(s64, scan_time) 271 __entry->scan_time = scan_time; 277 __entry->scan_time, __entry->pages_to_scan,
|
| /linux/mm/ |
| H A D | ksm.c | 327 unsigned long scan_time; member 370 unsigned long scan_time) in prev_scan_time() argument 372 return ctx->scan_time ? ctx->scan_time : scan_time; in prev_scan_time() 413 unsigned long scan_time; in scan_time_advisor() local 416 scan_time = div_s64(ktime_ms_delta(ktime_get(), advisor_ctx.start_scan), in scan_time_advisor() 418 scan_time = scan_time ? scan_time : 1; in scan_time_advisor() 425 cpu_percent = (cpu_time_diff_ms * 100) / (scan_time * 1000); in scan_time_advisor() 427 last_scan_time = prev_scan_time(&advisor_ctx, scan_time); in scan_time_advisor() 430 factor = ksm_advisor_target_scan_time * 100 / scan_time; in scan_time_advisor() 437 change = scan_time * 100 / last_scan_time; in scan_time_advisor() [all …]
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | scan.c | 459 user_scan_in->chan_list[0].scan_time) in mwifiex_scan_create_channel_list() 462 chan_list[0].scan_time); in mwifiex_scan_create_channel_list() 525 if (bgscan_cfg_in->chan_list[0].scan_time) in mwifiex_bgscan_create_channel_list() 528 chan_list[0].scan_time); in mwifiex_bgscan_create_channel_list() 1066 if (user_scan_in->chan_list[chan_idx].scan_time) { in mwifiex_config_scan() 1068 chan_list[chan_idx].scan_time; in mwifiex_config_scan() 2396 if (bgscan_cfg_in->chan_list[chan_idx].scan_time) { in mwifiex_cmd_802_11_bg_scan_config() 2398 chan_list[chan_idx].scan_time; in mwifiex_cmd_802_11_bg_scan_config()
|
| H A D | fw.h | 1563 u32 scan_time; member
|
| H A D | cfg80211.c | 2730 user_scan_cfg->chan_list[i].scan_time = 0; in mwifiex_cfg80211_scan() 2828 bgscan_cfg->chan_list[i].scan_time = 0; in mwifiex_cfg80211_sched_scan_start()
|