Searched refs:nr_hits (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | profile.c | 282 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument 306 hits[i + j].hits += nr_hits; in do_profile_hits() 310 hits[i + j].hits = nr_hits; in do_profile_hits() 321 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits() 383 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument 387 atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]); in do_profile_hits() 391 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument 395 do_profile_hits(type, __pc, nr_hits); in profile_hits()
|