Home
last modified time | relevance | path

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

/kernel/
Dprofile.c311 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
337 hits[i + j].hits += nr_hits; in profile_hits()
341 hits[i + j].hits = nr_hits; in profile_hits()
352 atomic_add(nr_hits, &prof_buffer[pc]); in profile_hits()
425 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
432 atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]); in profile_hits()