Searched refs:free (Results 1 - 25 of 1843) sorted by relevance

1234567891011>>

/linux-master/tools/build/feature/
H A Dtest-get_current_dir_name.c8 free(get_current_dir_name());
/linux-master/tools/perf/arch/riscv/util/
H A Dheader.c55 goto free;
59 goto free;
63 goto free;
70 goto free;
75 free:
77 free(mvendorid);
78 free(marchid);
79 free(mimpid);
91 goto free;
95 free
[all...]
/linux-master/tools/lib/
H A Dzalloc.c13 free(*ptr);
/linux-master/tools/perf/util/
H A Dparse-sublevel-options.c33 free(s);
41 free(s);
61 free(s);
68 free(s);
H A Dparse-events.y52 free(list_evsel);
82 %destructor { free ($$); } <str>
106 %destructor { free ($$.sys); free ($$.event); } <tracepoint_name>
108 %destructor { free ($$.str); } <hardware_term>
174 free($3);
234 free($2);
255 free($1);
284 free(list); \
285 free(
[all...]
/linux-master/include/kunit/
H A Dresource.h28 * @free: a user supplied function to free the resource.
31 * cleaned up at the end of a test case. This cleanup is performed by the 'free'
86 kunit_resource_free_t free; member in struct:kunit_resource
114 if (res->free)
115 res->free(res);
117 /* 'res' is valid here, as if should_kfree is set, res->free may not free
131 * associated free function (if any). Only
149 * @free
169 kunit_add_resource(struct kunit *test, kunit_resource_init_t init, kunit_resource_free_t free, struct kunit_resource *res, void *data) argument
191 kunit_add_named_resource(struct kunit *test, kunit_resource_init_t init, kunit_resource_free_t free, struct kunit_resource *res, const char *name, void *data) argument
237 kunit_alloc_and_get_resource(struct kunit *test, kunit_resource_init_t init, kunit_resource_free_t free, gfp_t internal_gfp, void *context) argument
280 kunit_alloc_resource(struct kunit *test, kunit_resource_init_t init, kunit_resource_free_t free, gfp_t internal_gfp, void *context) argument
[all...]
/linux-master/kernel/trace/
H A Dsynth_event_gen_test.c70 goto free;
76 goto free;
80 goto free;
84 goto free;
88 goto free;
123 free:
129 goto free;
156 goto free;
162 goto free;
166 goto free;
[all...]
/linux-master/include/linux/platform_data/
H A Dasoc-ti-mcbsp.h17 void (*free)(unsigned int); member in struct:omap_mcbsp_ops
/linux-master/tools/perf/tests/
H A Dpython-use.c23 free(cmd);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec.c29 goto free;
33 free:
69 goto free;
76 free:
95 goto free;
100 goto free;
114 free:
135 goto free;
140 goto free;
155 goto free;
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_range_fence.c64 goto free;
76 goto free;
82 free:
83 if (ops->free)
84 ops->free(rfence);
160 .free = xe_range_fence_free,
/linux-master/fs/ubifs/
H A Dlprops.c30 return lprops->free;
32 return lprops->free + lprops->dirty;
47 * is either the amount of free space or the amount of dirty space, depending
85 * of free space or the amount of dirty space, depending on the category.
402 if (lprops->free == c->leb_size) {
407 if (lprops->free + lprops->dirty == c->leb_size) {
415 if (lprops->dirty + lprops->free >= c->min_idx_node_sz)
419 lprops->dirty > lprops->free)
421 if (lprops->free > 0)
458 * @spc: amount of free an
520 ubifs_change_lp(struct ubifs_info *c, const struct ubifs_lprops *lp, int free, int dirty, int flags, int idx_gc_cnt) argument
649 ubifs_change_one_lp(struct ubifs_info *c, int lnum, int free, int dirty, int flags_set, int flags_clean, int idx_gc_cnt) argument
688 ubifs_update_one_lp(struct ubifs_info *c, int lnum, int free, int dirty, int flags_set, int flags_clean) argument
1022 int cat, lnum = lp->lnum, is_idx = 0, used = 0, free, dirty, ret; local
[all...]
/linux-master/sound/soc/sof/
H A Dtrace.c26 if (sdev->ipc->ops->fw_tracing->free)
27 sdev->ipc->ops->fw_tracing->free(sdev);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_core.c126 free(cg_test);
232 free(cg_test_d);
256 free(cg_test_d);
257 free(cg_test_c);
258 free(cg_test_b);
259 free(cg_test_a);
325 free(child);
326 free(parent);
327 free(grandparent);
364 free(chil
[all...]
/linux-master/include/linux/
H A Dtty_buffer.h13 struct llist_node free; member in union:tty_buffer::__anon669
41 struct llist_head free; /* Free queue head */ member in struct:tty_bufhead
42 atomic_t mem_used; /* In-use buffers excluding free list */
H A DmISDNdsp.h14 void (*free)(void *p); member in struct:mISDN_dsp_element
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbad_struct_ops.c28 free(log);
57 free(log);
/linux-master/tools/testing/selftests/mm/
H A Dmlock2.h37 free(line);
46 free(line);
/linux-master/drivers/mtd/ubi/
H A Dfastmap-wl.c45 wl_tree_add(e, &ubi->free);
50 * return_unused_pool_pebs - returns unused PEB to the free tree.
79 if (!ubi->free.rb_node)
83 e = find_anchor_wl_entry(&ubi->free);
85 e = find_mean_wl_entry(ubi, &ubi->free);
90 self_check_in_wl_tree(ubi, e, &ubi->free);
92 /* remove it from the free list,
94 rb_erase(&e->u.rb, &ubi->free);
101 * wait_free_pebs_for_pool - wait until there enough free pebs
104 * Wait and execute do_work until there are enough free peb
112 int free, expect_free, executed; local
168 can_fill_pools(struct ubi_device *ubi, int free) argument
[all...]
/linux-master/drivers/scsi/arm/
H A Dmsgqueue.h27 struct msgqueue_entry *free; member in struct:__anon611
40 * Purpose : free a queue
41 * Params : msgq - queue to free
/linux-master/tools/testing/selftests/openat2/
H A Dhelpers.c67 free(tmp);
88 free(fdpath);
89 free(dfdpath);
90 free(other);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool_types.h28 struct intel_gt_buffer_pool_node *free; member in union:intel_gt_buffer_pool_node::__anon478
/linux-master/include/sound/sof/
H A Ddebug.h31 uint32_t free; /**< number of bytes free to use within zone */ member in struct:sof_ipc_dbg_mem_usage_elem
/linux-master/tools/include/linux/
H A Dkallsyms.h31 free(name);
/linux-master/sound/core/
H A Dmemalloc_local.h7 void (*free)(struct snd_dma_buffer *dmab); member in struct:snd_malloc_ops

Completed in 223 milliseconds

1234567891011>>