Searched refs:tofree (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ |
H A D | file.c | 1079 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()
|
/openbmc/linux/fs/ext4/ |
H A D | ext4_extents.h | 132 enum {initial, tofree, nofree} state; enumerator
|
H A D | extents.c | 2477 if (partial->state == tofree) { in ext4_remove_blocks() 2545 partial->state = tofree; in ext4_remove_blocks() 2747 if (partial->state == tofree && ex >= EXT_FIRST_EXTENT(eh)) { in ext4_ext_rm_leaf() 3018 if (partial.state == tofree && err == 0) { in ext4_ext_remove_space()
|
/openbmc/linux/net/sched/ |
H A 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()
|
/openbmc/linux/mm/ |
H A D | slab.c | 211 struct kmem_cache_node *n, int tofree); 2111 int tofree; in drain_array_locked() local 2116 tofree = free_all ? ac->avail : (ac->limit + 4) / 5; in drain_array_locked() 2117 if (tofree > ac->avail) in drain_array_locked() 2118 tofree = (ac->avail + 1) / 2; in drain_array_locked() 2120 free_block(cachep, ac->entry, tofree, node, list); in drain_array_locked() 2121 ac->avail -= tofree; in drain_array_locked() 2122 memmove(ac->entry, &(ac->entry[tofree]), sizeof(void *) * ac->avail); in drain_array_locked() 2171 struct kmem_cache_node *n, int tofree) in drain_freelist() argument 2178 while (nr_freed < tofree && !list_empty(&n->slabs_free)) { in drain_freelist()
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 214 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()
|
/openbmc/linux/lib/ |
H A D | debugobjects.c | 291 HLIST_HEAD(tofree); in free_obj_work() 324 hlist_move_list(&obj_to_free, &tofree); in free_obj_work() 330 hlist_for_each_entry_safe(obj, tmp, &tofree, node) { in free_obj_work()
|