Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kperf/
H A Dcallstack.c390 scrub_word(uintptr_t *bt, int n_frames, int frame, bool kern) in scrub_word() argument
392 if (frame < n_frames) { in scrub_word()
404 scrub_frame(uint64_t *bt, int n_frames, int frame) in scrub_frame() argument
406 if (frame < n_frames) { in scrub_frame()