Lines Matching refs:cfile
1624 struct cgroup_file *cfile = (void *)css + cft->file_offset; in cgroup_rm_file() local
1627 cfile->kn = NULL; in cgroup_rm_file()
1630 del_timer_sync(&cfile->notify_timer); in cgroup_rm_file()
3838 struct cgroup_file *cfile = (void *)css + cft->file_offset; in cgroup_add_file() local
3840 timer_setup(&cfile->notify_timer, cgroup_file_notify_timer, 0); in cgroup_add_file()
3843 cfile->kn = kn; in cgroup_add_file()
4087 void cgroup_file_notify(struct cgroup_file *cfile) in cgroup_file_notify() argument
4092 if (cfile->kn) { in cgroup_file_notify()
4093 unsigned long last = cfile->notified_at; in cgroup_file_notify()
4097 timer_reduce(&cfile->notify_timer, next); in cgroup_file_notify()
4099 kernfs_notify(cfile->kn); in cgroup_file_notify()
4100 cfile->notified_at = jiffies; in cgroup_file_notify()