Searched refs:nr_hits (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/kernel/ |
D | profile.c | 117 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument 122 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits() 125 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument 129 do_profile_hits(type, __pc, nr_hits); in profile_hits()
|
/linux-6.12.1/include/linux/ |
D | profile.h | 40 void profile_hits(int type, void *ip, unsigned int nr_hits); 71 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument
|