Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dprofile.c293 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
317 hits[i + j].hits += nr_hits; in do_profile_hits()
321 hits[i + j].hits = nr_hits; in do_profile_hits()
332 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits()
394 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
398 atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]); in do_profile_hits()
402 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
406 do_profile_hits(type, __pc, nr_hits); in profile_hits()
/OK3568_Linux_fs/kernel/include/linux/
H A Dprofile.h53 void profile_hits(int type, void *ip, unsigned int nr_hits);
103 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument