Lines Matching defs:sf
82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie, in do_match()
131 sfile_equal(struct sfile const * sf, struct sfile const * sf2) in sfile_equal()
139 is_sf_ignored(struct sfile const * sf) in is_sf_ignored()
167 struct sfile * sf; in create_sfile() local
222 struct sfile * sf; in sfile_find() local
299 struct sfile * sf = trans->current; in get_file() local
350 static void verbose_print_sample(struct sfile * sf, vma_t pc, uint counter) in verbose_print_sample()
477 static int close_sfile(struct sfile * sf, void * data __attribute__((unused))) in close_sfile()
491 static void kill_sfile(struct sfile * sf) in kill_sfile()
499 static int sync_sfile(struct sfile * sf, void * data __attribute__((unused))) in sync_sfile()
512 static int is_sfile_kernel(struct sfile * sf, void * data __attribute__((unused))) in is_sfile_kernel()
518 static int is_sfile_anon(struct sfile * sf, void * data) in is_sfile_anon()
527 for_one_sfile(struct sfile * sf, sfile_func func, void * data) in for_one_sfile()
559 struct sfile * sf = list_entry(pos, struct sfile, lru); in for_each_sfile() local
612 struct sfile * sf; in sfile_lru_clear() local
623 void sfile_get(struct sfile * sf) in sfile_get()
630 void sfile_put(struct sfile * sf) in sfile_put()