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()
4015 struct cgroup_file *cfile = (void *)css + cft->file_offset; in cgroup_add_file() local
4017 timer_setup(&cfile->notify_timer, cgroup_file_notify_timer, 0); in cgroup_add_file()
4020 cfile->kn = kn; in cgroup_add_file()
4269 void cgroup_file_notify(struct cgroup_file *cfile) in cgroup_file_notify() argument
4274 if (cfile->kn) { in cgroup_file_notify()
4275 unsigned long last = cfile->notified_at; in cgroup_file_notify()
4279 timer_reduce(&cfile->notify_timer, next); in cgroup_file_notify()
4281 kernfs_notify(cfile->kn); in cgroup_file_notify()
4282 cfile->notified_at = jiffies; in cgroup_file_notify()