Searched refs:tofree (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/fs/ |
D | file.c | 1036 struct file *tofree; in do_dup2() local 1054 tofree = fdt->fd[fd]; in do_dup2() 1055 if (!tofree && fd_is_open(fd, fdt)) in do_dup2() 1066 if (tofree) in do_dup2() 1067 filp_close(tofree, files); in do_dup2()
|
/Linux-v5.15/fs/ext4/ |
D | ext4_extents.h | 132 enum {initial, tofree, nofree} state; enumerator
|
D | extents.c | 2458 if (partial->state == tofree) { in ext4_remove_blocks() 2526 partial->state = tofree; in ext4_remove_blocks() 2729 if (partial->state == tofree && ex >= EXT_FIRST_EXTENT(eh)) { in ext4_ext_rm_leaf() 3000 if (partial.state == tofree && err == 0) { in ext4_ext_remove_space()
|
/Linux-v5.15/net/sched/ |
D | sch_fq.c | 222 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-v5.15/mm/ |
D | slab.c | 211 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-v5.15/kernel/cgroup/ |
D | cgroup-v1.c | 217 struct cgroup_pidlist *tofree = NULL; in cgroup_pidlist_destroy_work_fn() local 229 tofree = l; in cgroup_pidlist_destroy_work_fn() 233 kfree(tofree); in cgroup_pidlist_destroy_work_fn()
|
/Linux-v5.15/lib/ |
D | debugobjects.c | 297 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()
|