Searched refs:f_rcuhead (Results 1 – 2 of 2) sorted by relevance
49 struct file *f = container_of(head, struct file, f_rcuhead); in file_free_rcu()60 call_rcu(&f->f_rcuhead, file_free_rcu); in file_free()146 file_free_rcu(&f->f_rcuhead); in __alloc_file()349 __fput(container_of(work, struct file, f_rcuhead)); in ____fput()376 init_task_work(&file->f_rcuhead, ____fput); in fput()377 if (!task_work_add(task, &file->f_rcuhead, TWA_RESUME)) in fput()
945 struct rcu_head f_rcuhead; member
Completed in 15 milliseconds