Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_nls.c127 u16 *p, *last_period; in nls_uniname_to_dosname() local
151 last_period = NULL; in nls_uniname_to_dosname()
154 last_period = p; in nls_uniname_to_dosname()
160 if (!last_period) in nls_uniname_to_dosname()
163 if (uniname <= last_period) { in nls_uniname_to_dosname()
164 if (uniname < last_period) in nls_uniname_to_dosname()
166 uniname = last_period + 1; in nls_uniname_to_dosname()
175 if (uniname < last_period) in nls_uniname_to_dosname()
/drivers/perf/
Darm_pmu.c133 hwc->last_period = period; in armpmu_event_set_period()
140 hwc->last_period = period; in armpmu_event_set_period()
410 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()