Searched refs:nr_hits (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/kernel/ |
D | profile.c | 306 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument 330 hits[i + j].hits += nr_hits; in do_profile_hits() 334 hits[i + j].hits = nr_hits; in do_profile_hits() 345 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits() 418 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument 422 atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]); in do_profile_hits() 426 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument 430 do_profile_hits(type, __pc, nr_hits); in profile_hits()
|
/linux-3.4.99/include/linux/ |
D | profile.h | 51 void profile_hits(int type, void *ip, unsigned int nr_hits); 104 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument
|