Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c40 int tofree = 0; statmount_alloc() local
/linux/net/sched/
H A Dsch_fq.c260 struct fq_flow *f, *tofree = NULL; in fq_gc() local
274 f->next = tofree; in fq_gc()
275 tofree = f; in fq_gc()
284 if (!tofree) in fq_gc()
288 while (tofree) { in fq_gc()
289 f = tofree; in fq_gc()
290 tofree = f->next; in fq_gc()
/linux/fs/ext4/
H A Dext4_extents.h125 enum {initial, tofree, nofree} state; enumerator
H A Dextents.c2521 if (partial->state == tofree) { in ext4_remove_blocks()
2589 partial->state = tofree; in ext4_remove_blocks()
2791 if (partial->state == tofree && ex >= EXT_FIRST_EXTENT(eh)) { in ext4_ext_rm_leaf()
3056 if (partial.state == tofree && err == 0) { in ext4_ext_remove_space()
/linux/kernel/cgroup/
H A Dcgroup-v1.c224 struct cgroup_pidlist *tofree = NULL; in cgroup_pidlist_destroy_work_fn() local
236 tofree = l; in cgroup_pidlist_destroy_work_fn()
240 kfree(tofree); in cgroup_pidlist_destroy_work_fn()
/linux/lib/
H A Ddebugobjects.c512 HLIST_HEAD(tofree); in free_obj_work()
524 pool_pop_batch(&tofree, &pool_to_free); in free_obj_work()
530 free_object_list(&tofree); in free_obj_work()