Home
last modified time | relevance | path

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

/linux/fs/
A Dfile.c1080 struct file *tofree; in do_dup2() local
1098 tofree = fdt->fd[fd]; in do_dup2()
1099 if (!tofree && fd_is_open(fd, fdt)) in do_dup2()
1110 if (tofree) in do_dup2()
1111 filp_close(tofree, files); in do_dup2()
/linux/net/sched/
A Dsch_fq.c222 void *tofree[FQ_GC_MAX]; in fq_gc() local
236 tofree[fcnt++] = f; in fq_gc()
251 f = tofree[--i]; in fq_gc()
258 kmem_cache_free_bulk(fq_flow_cachep, fcnt, tofree); in fq_gc()
/linux/fs/ext4/
A Dext4_extents.h132 enum {initial, tofree, nofree} state; enumerator
A Dextents.c2493 if (partial->state == tofree) { in ext4_remove_blocks()
2561 partial->state = tofree; in ext4_remove_blocks()
2764 if (partial->state == tofree && ex >= EXT_FIRST_EXTENT(eh)) { in ext4_ext_rm_leaf()
3035 if (partial.state == tofree && err == 0) { in ext4_ext_remove_space()
/linux/mm/
A Dslab.c211 struct kmem_cache_node *n, int tofree);
2133 int tofree; in drain_array_locked() local
2138 tofree = free_all ? ac->avail : (ac->limit + 4) / 5; in drain_array_locked()
2139 if (tofree > ac->avail) in drain_array_locked()
2140 tofree = (ac->avail + 1) / 2; in drain_array_locked()
2142 free_block(cachep, ac->entry, tofree, node, list); in drain_array_locked()
2143 ac->avail -= tofree; in drain_array_locked()
2144 memmove(ac->entry, &(ac->entry[tofree]), sizeof(void *) * ac->avail); in drain_array_locked()
2193 struct kmem_cache_node *n, int tofree) in drain_freelist() argument
2200 while (nr_freed < tofree && !list_empty(&n->slabs_free)) { in drain_freelist()
/linux/kernel/cgroup/
A Dcgroup-v1.c214 struct cgroup_pidlist *tofree = NULL; in cgroup_pidlist_destroy_work_fn() local
226 tofree = l; in cgroup_pidlist_destroy_work_fn()
230 kfree(tofree); in cgroup_pidlist_destroy_work_fn()
/linux/lib/
A Ddebugobjects.c297 HLIST_HEAD(tofree); in free_obj_work()
330 hlist_move_list(&obj_to_free, &tofree); in free_obj_work()
336 hlist_for_each_entry_safe(obj, tmp, &tofree, node) { in free_obj_work()

Completed in 32 milliseconds