Home | History | Annotate | Download | only in daemon

Lines Matching refs:sfile

82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie,
122 trans_match(struct transient const * trans, struct sfile const * sfile,
125 return do_match(sfile, trans->cookie, trans->app_cookie, ki,
131 sfile_equal(struct sfile const * sf, struct sfile const * sf2)
139 is_sf_ignored(struct sfile const * sf)
161 /** create a new sfile matching the current transient parameters */
162 static struct sfile *
167 struct sfile * sf;
169 sf = xmalloc(sizeof(struct sfile));
220 struct sfile * sfile_find(struct transient const * trans)
222 struct sfile * sf;
262 sf = list_entry(pos, struct sfile, hash);
278 void sfile_dup(struct sfile * to, struct sfile * from)
282 memcpy(to, from, sizeof (struct sfile));
299 struct sfile * sf = trans->current;
300 struct sfile * last = trans->last;
350 static void verbose_print_sample(struct sfile * sf, vma_t pc, uint counter)
477 static int close_sfile(struct sfile * sf, void * data __attribute__((unused)))
491 static void kill_sfile(struct sfile * sf)
499 static int sync_sfile(struct sfile * sf, void * data __attribute__((unused)))
512 static int is_sfile_kernel(struct sfile * sf, void * data __attribute__((unused)))
518 static int is_sfile_anon(struct sfile * sf, void * data)
524 typedef int (*sfile_func)(struct sfile *, void *);
527 for_one_sfile(struct sfile * sf, sfile_func func, void * data)
559 struct sfile * sf = list_entry(pos, struct sfile, lru);
612 struct sfile * sf;
615 sf = list_entry(pos, struct sfile, lru);
623 void sfile_get(struct sfile * sf)
630 void sfile_put(struct sfile * sf)