Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dpage_pinner.c51 static s64 threshold_usec = 300000; variable
145 if (delta <= threshold_usec) in check_longterm_pin()
455 threshold_usec = (s64)val; in pp_threshold_set()
467 *val = (unsigned long long)threshold_usec; in pp_threshold_get()