Searched defs:uid_start (Results 1 - 1 of 1) sorted by relevance

/drivers/misc/
H A Duid_cputime.c158 long int uid_start = 0, uid_end = 0; local
173 if (kstrtol(start_uid, 10, &uid_start) != 0 ||
180 for (; uid_start <= uid_end; uid_start++) {
182 hash, uid_start) {

Completed in 99 milliseconds