Lines Matching refs:cfile
1653 struct cgroup_file *cfile = (void *)css + cft->file_offset; in cgroup_rm_file() local
1656 cfile->kn = NULL; in cgroup_rm_file()
1659 del_timer_sync(&cfile->notify_timer); in cgroup_rm_file()
3968 struct cgroup_file *cfile = (void *)css + cft->file_offset; in cgroup_add_file() local
3970 timer_setup(&cfile->notify_timer, cgroup_file_notify_timer, 0); in cgroup_add_file()
3973 cfile->kn = kn; in cgroup_add_file()
4222 void cgroup_file_notify(struct cgroup_file *cfile) in cgroup_file_notify() argument
4227 if (cfile->kn) { in cgroup_file_notify()
4228 unsigned long last = cfile->notified_at; in cgroup_file_notify()
4232 timer_reduce(&cfile->notify_timer, next); in cgroup_file_notify()
4234 kernfs_notify(cfile->kn); in cgroup_file_notify()
4235 cfile->notified_at = jiffies; in cgroup_file_notify()