Searched refs:f_rcuhead (Results 1 – 2 of 2) sorted by relevance
48 struct file *f = container_of(head, struct file, f_rcuhead); in file_free_rcu()59 call_rcu(&f->f_rcuhead, file_free_rcu); in file_free()145 file_free_rcu(&f->f_rcuhead); in __alloc_file()348 __fput(container_of(work, struct file, f_rcuhead)); in ____fput()375 init_task_work(&file->f_rcuhead, ____fput); in fput()376 if (!task_work_add(task, &file->f_rcuhead, TWA_RESUME)) in fput()
943 struct rcu_head f_rcuhead; member