Searched refs:calloc (Results 101 - 125 of 212) sorted by relevance

123456789

/linux-master/tools/perf/bench/
H A Dfutex-wake.c154 err(EXIT_FAILURE, "calloc");
169 worker = calloc(params.nthreads, sizeof(*worker));
171 err(EXIT_FAILURE, "calloc");
/linux-master/tools/perf/tests/
H A Dtests-scripts.c159 tests = calloc(2, sizeof(*tests));
/linux-master/tools/bpf/bpftool/
H A Dpids.c63 refs = calloc(1, sizeof(*refs));
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c109 threads = calloc(env.producer_cnt, sizeof(*threads));
/linux-master/tools/include/nolibc/
H A Dstdlib.h148 void *calloc(size_t size, size_t nmemb) function
/linux-master/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c223 vcpu_stats_fds = calloc(max_vm, sizeof(*vcpu_stats_fds));
/linux-master/tools/testing/selftests/memfd/
H A Dfuse_test.c258 zero = calloc(sizeof(*zero), mfd_def_size);
/linux-master/tools/perf/util/
H A Dbpf_kwork_top.c280 data = calloc(nr_cpus, sizeof(struct work_data));
H A Dbpf_counter_cgroup.c245 values = calloc(total_cpus, sizeof(*values));
H A Dcomm.c29 _comm_strs.strs = calloc(16, sizeof(*_comm_strs.strs));
H A Denv.c284 env->cmdline_argv = calloc(argc, sizeof(char *));
321 env->cpu = calloc(nr_cpus, sizeof(env->cpu[0]));
H A Dsvghelper.c761 t.sib_core = calloc(env->nr_sibling_cores, sizeof(cpumask_t));
762 t.sib_thr = calloc(env->nr_sibling_threads, sizeof(cpumask_t));
H A Dnamespaces.c147 nsi = calloc(1, sizeof(*nsi));
/linux-master/tools/perf/
H A Dbuiltin-timechart.c1729 rec_argv = calloc(rec_argc + 1, sizeof(char *));
1847 rec_argv = calloc(rec_argc + 1, sizeof(char *));
1989 cpus_cstate_start_times = calloc(MAX_CPUS, sizeof(*cpus_cstate_start_times));
1992 cpus_cstate_state = calloc(MAX_CPUS, sizeof(*cpus_cstate_state));
1997 cpus_pstate_start_times = calloc(MAX_CPUS, sizeof(*cpus_pstate_start_times));
2002 cpus_pstate_state = calloc(MAX_CPUS, sizeof(*cpus_pstate_state));
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c271 vm = calloc(1, sizeof(*vm));
1034 region = calloc(1, sizeof(*region));
1340 vcpu = calloc(1, sizeof(*vcpu));
1760 reg_list = calloc(1, sizeof(*reg_list) + reg_list_n.n * sizeof(__u64));
1887 routing = calloc(1, size);
2223 stats_desc = calloc(header->num_desc, desc_size);
/linux-master/tools/tracing/rtla/src/
H A Dosnoise.c953 context = calloc(1, sizeof(*context));
1034 top = calloc(1, sizeof(*top));
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c376 key_dump = calloc(nr_keys, key_dump_sz);
390 out->key_cnts = calloc(nr_keys, sizeof(out->key_cnts[0]));
/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c74 tester->log_buf = calloc(tester->log_buf_sz, 1);
695 specs = calloc(nr_progs, sizeof(struct test_spec));
/linux-master/tools/usb/usbip/libsrc/
H A Dvhci_driver.c271 vhci_driver = calloc(1, sizeof(struct usbip_vhci_driver) +
/linux-master/tools/bootconfig/
H A Dmain.c379 data = calloc(size + BOOTCONFIG_ALIGN +
/linux-master/tools/usb/
H A Dtestusb.c261 entry = calloc(1, sizeof *entry);
/linux-master/tools/lib/bpf/
H A Dskel_internal.h171 return calloc(1, size);
/linux-master/scripts/
H A Dasn1_compiler.c355 token_list = tokens = calloc((end - buffer) / 2, sizeof(struct token));
763 types = type_list = calloc(nr + 1, sizeof(type_list[0]));
768 type_index = calloc(nr, sizeof(type_index[0]));
837 struct element *e = calloc(1, sizeof(*e));
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c159 d = calloc(1, sizeof(*d));
H A Ddlfilter-test-api-v2.c174 d = calloc(1, sizeof(*d));

Completed in 207 milliseconds

123456789