Lines Matching refs:cfile
1634 struct cgroup_file *cfile = (void *)css + cft->file_offset; in cgroup_rm_file() local
1637 cfile->kn = NULL; in cgroup_rm_file()
1640 del_timer_sync(&cfile->notify_timer); in cgroup_rm_file()
3894 struct cgroup_file *cfile = (void *)css + cft->file_offset; in cgroup_add_file() local
3896 timer_setup(&cfile->notify_timer, cgroup_file_notify_timer, 0); in cgroup_add_file()
3899 cfile->kn = kn; in cgroup_add_file()
4143 void cgroup_file_notify(struct cgroup_file *cfile) in cgroup_file_notify() argument
4148 if (cfile->kn) { in cgroup_file_notify()
4149 unsigned long last = cfile->notified_at; in cgroup_file_notify()
4153 timer_reduce(&cfile->notify_timer, next); in cgroup_file_notify()
4155 kernfs_notify(cfile->kn); in cgroup_file_notify()
4156 cfile->notified_at = jiffies; in cgroup_file_notify()