Home
last modified time | relevance | path

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

/lib/
Dextable.c65 struct exception_table_entry *finish) in sort_extable() argument
67 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
Dbch.c1190 goto finish; in compute_generator_polynomial()
1231 finish: in compute_generator_polynomial()
Dtest_bpf.c6660 u64 start, finish; in __run_one() local
6669 finish = ktime_get_ns(); in __run_one()
6672 *duration = finish - start; in __run_one()