Home
last modified time | relevance | path

Searched refs:calloc (Results 1 – 25 of 205) sorted by relevance

123456789

/linux/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c344 is_valid = calloc(cpu_count, sizeof(int)); in mperf_register()
345 mperf_previous_count = calloc(cpu_count, sizeof(unsigned long long)); in mperf_register()
346 aperf_previous_count = calloc(cpu_count, sizeof(unsigned long long)); in mperf_register()
347 mperf_current_count = calloc(cpu_count, sizeof(unsigned long long)); in mperf_register()
348 aperf_current_count = calloc(cpu_count, sizeof(unsigned long long)); in mperf_register()
349 tsc_at_measure_start = calloc(cpu_count, sizeof(unsigned long long)); in mperf_register()
350 tsc_at_measure_end = calloc(cpu_count, sizeof(unsigned long long)); in mperf_register()
351 time_start = calloc(cpu_count, sizeof(struct timespec)); in mperf_register()
352 time_end = calloc(cpu_count, sizeof(struct timespec)); in mperf_register()
H A Dhsw_ext_idle.c161 is_valid = calloc(cpu_count, sizeof(int)); in hsw_ext_register()
163 previous_count[num] = calloc(cpu_count, in hsw_ext_register()
165 current_count[num] = calloc(cpu_count, in hsw_ext_register()
H A Dsnb_idle.c166 is_valid = calloc(cpu_count, sizeof(int)); in snb_register()
168 previous_count[num] = calloc(cpu_count, in snb_register()
170 current_count[num] = calloc(cpu_count, in snb_register()
H A Dnhm_idle.c180 is_valid = calloc(cpu_count, sizeof(int)); in intel_nhm_register()
182 previous_count[num] = calloc(cpu_count, in intel_nhm_register()
184 current_count[num] = calloc(cpu_count, in intel_nhm_register()
/linux/tools/testing/selftests/lsm/
H A Dlsm_list_modules_test.c21 __u64 *syscall_lsms = calloc(page_size, 1); in TEST()
45 __u64 *syscall_lsms = calloc(page_size, 1); in TEST()
60 __u64 *syscall_lsms = calloc(page_size, 1); in TEST()
76 __u64 *syscall_lsms = calloc(page_size, 1); in TEST()
77 char *sysfs_lsms = calloc(page_size, 1); in TEST()
H A Dlsm_get_self_attr_test.c30 struct lsm_ctx *ctx = calloc(page_size, 1); in TEST()
59 struct lsm_ctx *ctx = calloc(page_size, 1); in TEST()
78 struct lsm_ctx *ctx = calloc(page_size, 1); in TEST()
79 __u64 *syscall_lsms = calloc(page_size, 1); in TEST()
119 struct lsm_ctx *ctx = calloc(page_size, 1); in TEST()
144 struct lsm_ctx *ctx = calloc(page_size, 1); in TEST()
146 __u64 *syscall_lsms = calloc(page_size, 1); in TEST()
147 char *attr = calloc(page_size, 1); in TEST()
H A Dlsm_set_self_attr_test.c27 struct lsm_ctx *ctx = calloc(page_size, 1); in TEST()
43 struct lsm_ctx *ctx = calloc(page_size, 1); in TEST()
59 struct lsm_ctx *ctx = calloc(page_size, 1); in TEST()
/linux/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c175 samples = calloc(self->params.sec_buf_len * self->params.time, 1); in TEST_F()
214 samples = calloc(self->params.sec_buf_len * self->params.time, 1); in TEST_F()
244 chan_samples = calloc(CH_NUM, sizeof(*chan_samples)); in TEST_F()
256 chan_samples[i] = calloc(params.sec_buf_len * params.time, 1); in TEST_F()
279 chan_samples = calloc(CH_NUM, sizeof(*chan_samples)); in TEST_F()
291 chan_samples[i] = calloc(params.sec_buf_len * params.time, 1); in TEST_F()
/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c132 fetched_keys = calloc(max_entries, value_size); in fetch_and_validate()
133 fetched_values = calloc(max_entries, value_size); in fetch_and_validate()
199 outer_map_keys = calloc(OUTER_MAP_ENTRIES, value_size); in _map_in_map_batch_ops()
200 inner_map_fds = calloc(OUTER_MAP_ENTRIES, value_size); in _map_in_map_batch_ops()
H A Darray_map_batch_ops.c92 keys = calloc(max_entries, sizeof(*keys)); in __test_map_lookup_and_update_batch()
93 values = calloc(max_entries, value_size); in __test_map_lookup_and_update_batch()
94 visited = calloc(max_entries, sizeof(*visited)); in __test_map_lookup_and_update_batch()
/linux/tools/perf/bench/
H A Dbreakpoint.c91 threads = calloc(thread_params.nthreads, sizeof(threads[0])); in breakpoint_thread()
93 exit((perror("calloc"), EXIT_FAILURE)); in breakpoint_thread()
124 breakpoints = calloc(thread_params.nbreakpoints, sizeof(breakpoints[0])); in bench_breakpoint_thread()
125 parallel = calloc(thread_params.nparallel, sizeof(parallel[0])); in bench_breakpoint_thread()
127 exit((perror("calloc"), EXIT_FAILURE)); in bench_breakpoint_thread()
220 threads = calloc(nthreads, sizeof(threads[0])); in bench_breakpoint_enable()
222 exit((perror("calloc"), EXIT_FAILURE)); in bench_breakpoint_enable()
H A Depoll-wait.c166 aux = calloc(1, size); in shuffle()
168 err(EXIT_FAILURE, "calloc"); in shuffle()
249 epollfdp = calloc(nested, sizeof(*epollfdp)); in nest_epollfd()
251 err(EXIT_FAILURE, "calloc"); in nest_epollfd()
330 w->fdmap = calloc(nfds, sizeof(int)); in do_threads()
476 worker = calloc(nthreads, sizeof(*worker)); in bench_epoll_wait()
564 err(EXIT_FAILURE, "calloc"); in bench_epoll_wait()
H A Depoll-ctl.c109 epollfdp = calloc(nested, sizeof(int)); in nest_epollfd()
111 err(EXIT_FAILURE, "calloc"); in nest_epollfd()
244 w->fdmap = calloc(nfds, sizeof(int)); in do_threads()
352 worker = calloc(nthreads, sizeof(*worker)); in bench_epoll_ctl()
431 err(EXIT_FAILURE, "calloc"); in bench_epoll_ctl()
/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c849 taa_data->prev_irqs_seq = calloc(1, sizeof(*taa_data->prev_irqs_seq)); in timerlat_aa_init_seqs()
855 taa_data->nmi_seq = calloc(1, sizeof(*taa_data->nmi_seq)); in timerlat_aa_init_seqs()
861 taa_data->irqs_seq = calloc(1, sizeof(*taa_data->irqs_seq)); in timerlat_aa_init_seqs()
867 taa_data->softirqs_seq = calloc(1, sizeof(*taa_data->softirqs_seq)); in timerlat_aa_init_seqs()
873 taa_data->threads_seq = calloc(1, sizeof(*taa_data->threads_seq)); in timerlat_aa_init_seqs()
879 taa_data->stack_seq = calloc(1, sizeof(*taa_data->stack_seq)); in timerlat_aa_init_seqs()
1029 taa_ctx = calloc(1, sizeof(*taa_ctx)); in timerlat_aa_init()
1039 taa_ctx->taa_data = calloc(nr_cpus, sizeof(*taa_ctx->taa_data)); in timerlat_aa_init()
H A Dactions.c18 self->list = calloc(self->size, sizeof(struct action)); in actions_init()
70 action->trace_output = calloc(strlen(trace_output) + 1, sizeof(char)); in actions_add_trace_output()
104 action->command = calloc(strlen(command) + 1, sizeof(char)); in actions_add_shell()
/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c54 external_info = calloc(1, sizeof(struct external_find_info)); in acpi_os_open_directory()
109 temp_str = calloc(str_len, 1); in acpi_os_get_next_filename()
/linux/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c122 uffd_desc->pipefds = calloc(sizeof(int), num_readers); in uffd_setup_demand_paging()
125 uffd_desc->readers = calloc(sizeof(pthread_t), num_readers); in uffd_setup_demand_paging()
128 uffd_desc->reader_args = calloc(sizeof(struct uffd_reader_args), num_readers); in uffd_setup_demand_paging()
/linux/tools/lib/bpf/
H A Dbtf_relocate.c23 #define calloc(nmemb, sz) kvcalloc(nmemb, sz, GFP_KERNEL | __GFP_NOWARN) macro
195 info = calloc(r->nr_dist_base_types, sizeof(*info)); in btf_relocate_map_distilled_base()
225 base_name_cnt = calloc(r->base_str_len, sizeof(*base_name_cnt)); in btf_relocate_map_distilled_base()
463 r.id_map = calloc(nr_types, sizeof(*r.id_map)); in btf_relocate()
464 r.str_map = calloc(btf_header(r.dist_base_btf)->str_len, sizeof(*r.str_map)); in btf_relocate()
/linux/tools/perf/arch/x86/util/
H A Diostat.c87 struct iio_root_port *p = calloc(1, sizeof(*p)); in iio_root_port_new()
208 tmp_list = calloc(1, sizeof(*tmp_list)); in iio_root_ports_scan()
256 struct iio_root_ports_list *tmp_list = calloc(1, sizeof(*tmp_list)); in iio_root_ports_list_filter()
311 char *iostat_cmd = calloc(len_template, 1); in iostat_event_group()
/linux/tools/testing/selftests/sync/
H A Dsync.c90 info = calloc(1, sizeof(*info)); in sync_file_info()
106 fence_info = calloc(num_fences, sizeof(*fence_info)); in sync_file_info()
/linux/tools/lib/
H A Dzalloc.c8 return calloc(1, size); in zalloc()
/linux/tools/virtio/ringtest/
H A Dring.c87 event = calloc(1, sizeof(*event)); in alloc_ring()
104 data = calloc(ring_size, sizeof(*data)); in alloc_ring()
/linux/tools/bpf/bpftool/
H A Dcfg.c75 new_func = calloc(1, sizeof(*new_func)); in cfg_append_func()
101 new_bb = calloc(1, sizeof(*new_bb)); in func_append_bb()
118 bb = calloc(1, sizeof(*bb)); in func_insert_dummy_bb()
261 e = calloc(1, sizeof(*e)); in new_edge()
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_numa.c194 struct thread_args *args = calloc(1, sizeof(*args)); in main()
215 struct thread_args *args = calloc(1, sizeof(*args)); in main()
/linux/scripts/include/
H A Dxalloc.h20 void *p = calloc(nmemb, size); in xcalloc()

123456789