| /tools/testing/selftests/lsm/ |
| A D | lsm_list_modules_test.c | 21 __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()
|
| A D | lsm_set_self_attr_test.c | 27 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()
|
| A D | lsm_get_self_attr_test.c | 30 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()
|
| A D | common.c | 27 path = calloc(len, 1); in read_proc_attr() 72 char *names = calloc(sysconf(_SC_PAGESIZE), 1); in attr_lsm_count()
|
| /tools/power/cpupower/utils/idle_monitor/ |
| A D | mperf_monitor.c | 344 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()
|
| A D | hsw_ext_idle.c | 161 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()
|
| A D | snb_idle.c | 166 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()
|
| A D | nhm_idle.c | 180 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()
|
| /tools/power/acpi/os_specific/service_layers/ |
| A D | osunixdir.c | 54 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()
|
| /tools/lib/ |
| A D | zalloc.c | 8 return calloc(1, size); in zalloc()
|
| A D | slab.c | 47 ret = calloc(n, size); in kmalloc_array()
|
| A D | argv_split.c | 66 char **argv = calloc(argc + 1, sizeof(*argv)); in argv_split()
|
| /tools/testing/selftests/bpf/map_tests/ |
| A D | array_map_batch_ops.c | 92 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()
|
| A D | map_in_map_batch_ops.c | 132 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()
|
| /tools/testing/selftests/alsa/ |
| A D | test-pcmtest-driver.c | 175 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()
|
| /tools/perf/bench/ |
| A D | breakpoint.c | 91 threads = calloc(thread_params.nthreads, sizeof(threads[0])); 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() 220 threads = calloc(nthreads, sizeof(threads[0])); in bench_breakpoint_enable()
|
| /tools/tracing/rtla/src/ |
| A D | actions.c | 18 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()
|
| A D | timerlat_aa.c | 849 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()
|
| /tools/testing/selftests/kvm/lib/ |
| A D | userfaultfd_util.c | 122 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()
|
| /tools/lib/bpf/ |
| A D | btf_relocate.c | 23 #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()
|
| /tools/testing/selftests/sync/ |
| A D | sync.c | 90 info = calloc(1, sizeof(*info)); in sync_file_info() 106 fence_info = calloc(num_fences, sizeof(*fence_info)); in sync_file_info()
|
| /tools/virtio/virtio-trace/ |
| A D | trace-agent.h | 65 return calloc(1, size); in zalloc()
|
| /tools/mm/ |
| A D | page_owner_sort.c | 269 char **ret = calloc(++count, sizeof(char *)); in explode() 273 ret[j] = calloc(i - lastindex, sizeof(char)); in explode() 279 ret[j] = calloc(len - lastindex, sizeof(char)); in explode() 540 sc.signs = calloc(1, sizeof(int)); in set_single_cmp() 543 sc.cmps = calloc(1, sizeof(int *)); in set_single_cmp() 560 sc.signs = calloc(size, sizeof(int)); in parse_sort_args() 561 sc.cmps = calloc(size, sizeof(int *)); in parse_sort_args() 603 int *list = calloc(size, sizeof(int)); in parse_nums_list()
|
| /tools/virtio/ringtest/ |
| A D | ring.c | 87 event = calloc(1, sizeof(*event)); in alloc_ring() 104 data = calloc(ring_size, sizeof(*data)); in alloc_ring()
|
| /tools/perf/arch/arm/tests/ |
| A D | dwarf-unwind.c | 51 buf = calloc(1, sizeof(u64) * PERF_REGS_MAX); in test__arch_unwind_sample()
|