Home
last modified time | relevance | path

Searched refs:tofree (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dfile.c1269 struct file *tofree; in do_dup2() local
1300 tofree = rcu_dereference_raw(fdt->fd[fd]); in do_dup2()
1301 if (!tofree && fd_is_open(fd, fdt)) in do_dup2()
1308 if (tofree) in do_dup2()
1309 filp_close(tofree, files); in do_dup2()
/linux/fs/ext4/
H A Dext4_extents.h119 * with extents that aren't being deleted (tofree state). Otherwise,
125 enum {initial, tofree, nofree} state; enumerator
/linux/kernel/cgroup/
H A Dcgroup-v1.c223 struct cgroup_pidlist *tofree = NULL; in cgroup_pidlist_destroy_work_fn() local
235 tofree = l; in cgroup_pidlist_destroy_work_fn()
239 kfree(tofree); in cgroup_pidlist_destroy_work_fn()
/linux/lib/
H A Ddebugobjects.c495 HLIST_HEAD(tofree); in free_obj_work()
507 pool_pop_batch(&tofree, &pool_to_free); in free_obj_work()
513 free_object_list(&tofree); in free_obj_work()