Home | History | Annotate | Download | only in daemon

Lines Matching refs:cg

301 	struct cg_entry * cg;
326 cg = list_entry(pos, struct cg_entry, hash);
327 if (sfile_equal(last, &cg->to)) {
328 file = &cg->to.files[trans->event];
333 cg = xmalloc(sizeof(struct cg_entry));
334 sfile_dup(&cg->to, last);
335 list_add(&cg->hash, &sf->cg_hash[hash]);
336 file = &cg->to.files[trans->event];
536 struct cg_entry * cg =
538 if (free_sf || func(&cg->to, data)) {
539 kill_sfile(&cg->to);
540 list_del(&cg->hash);
541 free(cg);