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.c264 struct fq_flow *f, *tofree = NULL; in fq_gc()
278 f->next = tofree; in fq_gc()
279 tofree = f; in fq_gc()
288 if (!tofree) in fq_gc()
292 while (tofree) { in fq_gc()
293 f = tofree; in fq_gc()
294 tofree = f->next; in fq_gc()
260 struct fq_flow *f, *tofree = NULL; fq_gc() local
/linux/net/core/
H A Dsysctl_net_core.c150 void *tofree = NULL; in rps_sock_flow_sysctl() local
203 tofree = o_sock_table; in rps_sock_flow_sysctl()
210 kvfree_rcu_mightsleep(tofree); in rps_sock_flow_sysctl()
/linux/fs/ext4/
H A Dext4_extents.h125 enum {initial, tofree, nofree} state; enumerator
H A Dextents.c2529 if (partial->state == tofree) { in ext4_remove_blocks()
2597 partial->state = tofree; in ext4_remove_blocks()
2799 if (partial->state == tofree && ex >= EXT_FIRST_EXTENT(eh)) { in ext4_ext_rm_leaf()
3064 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()