Home
last modified time | relevance | path

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

/kernel/
Dprofile.c269 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
293 hits[i + j].hits += nr_hits; in do_profile_hits()
297 hits[i + j].hits = nr_hits; in do_profile_hits()
308 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits()
370 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
374 atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]); in do_profile_hits()
378 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
382 do_profile_hits(type, __pc, nr_hits); in profile_hits()