Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c40 int tofree = 0; in statmount_alloc() local
47 if (tofree) in statmount_alloc()
52 tofree = 1; in statmount_alloc()
60 if (tofree) in statmount_alloc()
/linux-6.15/fs/
H A Dfile.c1250 struct file *tofree; in do_dup2() local
1281 tofree = rcu_dereference_raw(fdt->fd[fd]); in do_dup2()
1282 if (!tofree && fd_is_open(fd, fdt)) in do_dup2()
1289 if (tofree) in do_dup2()
1290 filp_close(tofree, files); in do_dup2()
/linux-6.15/fs/ext4/
H A Dext4_extents.h132 enum {initial, tofree, nofree} state; enumerator
H A Dextents.c2499 if (partial->state == tofree) { in ext4_remove_blocks()
2567 partial->state = tofree; in ext4_remove_blocks()
2769 if (partial->state == tofree && ex >= EXT_FIRST_EXTENT(eh)) { in ext4_ext_rm_leaf()
3039 if (partial.state == tofree && err == 0) { in ext4_ext_remove_space()
/linux-6.15/kernel/cgroup/
H A Dcgroup-v1.c220 struct cgroup_pidlist *tofree = NULL; in cgroup_pidlist_destroy_work_fn() local
232 tofree = l; in cgroup_pidlist_destroy_work_fn()
236 kfree(tofree); in cgroup_pidlist_destroy_work_fn()
/linux-6.15/net/sched/
H A Dsch_fq.c263 void *tofree[FQ_GC_MAX]; in fq_gc() local
277 tofree[fcnt++] = f; in fq_gc()
292 f = tofree[--i]; in fq_gc()
299 kmem_cache_free_bulk(fq_flow_cachep, fcnt, tofree); in fq_gc()
/linux-6.15/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()