| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_journal.c | 46 journal_ptr[i] = zalloc(sizeof(struct journal_log)); in ext4fs_init_journal() 49 dirty_block_ptr[i] = zalloc(sizeof(struct dirty_blocks)); in ext4fs_init_journal() 60 temp = zalloc(fs->blksz); in ext4fs_init_journal() 63 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_init_journal() 72 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_init_journal() 138 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_log_gdt() 171 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_log_journal() 196 dirty_block_ptr[gd_index]->buf = zalloc(fs->blksz); in ext4fs_put_metadata() 231 tmp_node = zalloc(sizeof(struct revoke_blk_list)); in _get_node() 254 node->content = zalloc(fs->blksz); in ext4fs_push_revoke_blk() [all …]
|
| H A D | ext4_common.c | 495 zero_buffer = zalloc(fs->blksz); in ext4fs_update_parent_dentry() 500 root_first_block_buffer = zalloc(fs->blksz); in ext4fs_update_parent_dentry() 645 block_buffer = zalloc(fs->blksz); in search_dir() 719 arr[i] = zalloc(strlen("/") + 1); in parse_path() 726 arr[i] = zalloc(strlen(token) + 1); in parse_path() 772 depth_dirname = zalloc(strlen(dirname) + 1); in ext4fs_get_parent_inode_num() 778 parse_dirname = zalloc(strlen(dirname) + 1); in ext4fs_get_parent_inode_num() 784 ptr = zalloc((depth) * sizeof(char *)); in ext4fs_get_parent_inode_num() 789 parent_inode = zalloc(sizeof(struct ext2_inode)); in ext4fs_get_parent_inode_num() 792 first_inode = zalloc(sizeof(struct ext2_inode)); in ext4fs_get_parent_inode_num() [all …]
|
| H A D | ext4_write.c | 114 fs->gdtable = zalloc(gdsize_total); in ext4fs_get_bgdtable() 146 char *journal_buffer = zalloc(fs->blksz); in delete_single_indirect_block() 197 char *journal_buffer = zalloc(fs->blksz); in delete_double_indirect_block() 204 di_buffer = zalloc(fs->blksz); in delete_double_indirect_block() 296 char *journal_buffer = zalloc(fs->blksz); in delete_triple_indirect_block() 303 tigp_buffer = zalloc(fs->blksz); in delete_triple_indirect_block() 317 tip_buffer = zalloc(fs->blksz); in delete_triple_indirect_block() 457 char *journal_buffer = zalloc(fs->blksz); in ext4fs_delete_file() 532 read_buffer = zalloc(fs->blksz); in ext4fs_delete_file() 598 fs->sb = zalloc(SUPERBLOCK_SIZE); in ext4fs_init() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | Build | 7 libperf-y += zalloc.o 11 $(OUTPUT)zalloc.o: ../../lib/zalloc.c FORCE
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/gtk/ |
| H A D | Build | 10 gtk-y += zalloc.o 12 $(OUTPUT)ui/gtk/zalloc.o: ../lib/zalloc.c FORCE
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | gzip.c | 22 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function 65 s.zalloc = zalloc; in zzip()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 13 void *zalloc(unsigned size) in zalloc() function 62 s.workspace = zalloc(zlib_inflate_workspacesize()); in gunzip()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0045-config-parser-Support-loading-multiple-configs.patch | 57 section = zalloc(sizeof *section); 77 entry = zalloc(sizeof *entry); 97 - config = zalloc(sizeof *config); 175 + config = zalloc(sizeof *config);
|
| H A D | 0028-backend-drm-Add-dummy-output-when-no-screens-connect.patch | 240 + output = zalloc(sizeof *output); 265 + plane = zalloc(sizeof(*plane)); 298 + mode = zalloc(sizeof *mode); 315 + b->dummy_head = zalloc(sizeof *b->dummy_head);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0047-config-parser-Support-loading-multiple-configs.patch | 59 section = zalloc(sizeof *section); 84 entry = zalloc(sizeof *entry); 119 - config = zalloc(sizeof *config); 170 + config = zalloc(sizeof *config);
|
| H A D | 0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch | 263 + output = zalloc(sizeof *output); 287 + plane = zalloc(sizeof(*plane)); 320 + mode = zalloc(sizeof *mode); 337 + b->dummy_head = zalloc(sizeof *b->dummy_head);
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0047-config-parser-Support-loading-multiple-configs.patch | 75 section = zalloc(sizeof *section); 110 entry = zalloc(sizeof *entry); 164 - config = zalloc(sizeof *config); 215 + config = zalloc(sizeof *config);
|
| H A D | 0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch | 263 + output = zalloc(sizeof *output); 287 + plane = zalloc(sizeof(*plane)); 320 + mode = zalloc(sizeof *mode); 337 + b->dummy_head = zalloc(sizeof *b->dummy_head);
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | call-path.c | 30 cpr = zalloc(sizeof(struct call_path_root)); in call_path_root__new() 62 cpb = zalloc(sizeof(struct call_path_block)); in call_path__new()
|
| H A D | comm.c | 45 cs = zalloc(sizeof(*cs)); in comm_str__alloc() 110 struct comm *comm = zalloc(sizeof(*comm)); in comm__new()
|
| H A D | srcline.c | 44 ilist = zalloc(sizeof(*ilist)); in inline_list__append() 244 a2l = zalloc(sizeof(*a2l)); in addr2line_init() 369 node = zalloc(sizeof(*node)); in addr2inlines() 470 node = zalloc(sizeof(*node)); in addr2inlines() 621 node = zalloc(sizeof(struct srcline_node)); in srcline__tree_insert()
|
| H A D | cs-etm.c | 248 tidq->packet = zalloc(sizeof(struct cs_etm_packet)); in cs_etm__init_traceid_queue() 252 tidq->prev_packet = zalloc(sizeof(struct cs_etm_packet)); in cs_etm__init_traceid_queue() 261 tidq->last_branch = zalloc(sz); in cs_etm__init_traceid_queue() 264 tidq->last_branch_rb = zalloc(sz); in cs_etm__init_traceid_queue() 488 t_params = zalloc(sizeof(*t_params) * etm->num_cpu); in cs_etm__dump_event() 720 etmq = zalloc(sizeof(*etmq)); in cs_etm__alloc_queue() 729 t_params = zalloc(sizeof(*t_params) * etm->num_cpu); in cs_etm__alloc_queue() 2519 hdr = zalloc(sizeof(*hdr) * CS_HEADER_VERSION_0_MAX); in cs_etm__process_auxtrace_info() 2541 metadata = zalloc(sizeof(*metadata) * num_cpu); in cs_etm__process_auxtrace_info() 2555 metadata[j] = zalloc(sizeof(*metadata[j]) * in cs_etm__process_auxtrace_info() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/arm64/util/ |
| H A D | arm-spe.c | 177 sper = zalloc(sizeof(struct arm_spe_recording)); in arm_spe_recording_init() 202 attr = zalloc(sizeof(struct perf_event_attr)); in arm_spe_pmu_default_config()
|
| /OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/ |
| H A D | trace-agent.c | 52 s = zalloc(sizeof(struct agent_info)); in agent_info_new() 114 buf = zalloc(PATH_MAX); in make_path()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/ |
| H A D | perf_regs.c | 148 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op() 165 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-timechart.c | 208 cursor = zalloc(sizeof(*cursor)); in find_create_pid() 234 c = zalloc(sizeof(*c)); in pid_set_comm() 278 c = zalloc(sizeof(*c)); in pid_put_sample() 285 sample = zalloc(sizeof(*sample)); in pid_put_sample() 355 struct power_event *pwr = zalloc(sizeof(*pwr)); in c_state_end() 377 pwr = zalloc(sizeof(*pwr)); in p_state_change() 410 struct wake_event *we = zalloc(sizeof(*we)); in sched_wakeup() 684 pwr = zalloc(sizeof(*pwr)); in end_sample_processing() 699 pwr = zalloc(sizeof(*pwr)); in end_sample_processing() 727 c = zalloc(sizeof(*c)); in pid_begin_io_sample() [all …]
|
| H A D | builtin-lock.c | 172 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_after_first() 194 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_first() 328 new = zalloc(sizeof(struct lock_stat)); in lock_stat_findnew() 333 new->name = zalloc(sizeof(char) * strlen(name) + 1); in lock_stat_findnew() 373 seq = zalloc(sizeof(struct lock_seq_stat)); in get_seq()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | zalloc.h | 7 void *zalloc(size_t size);
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A D | zalloc.c | 6 void *zalloc(size_t size) in zalloc() function
|
| /OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/ |
| H A D | Build | 3 resolve_btfids-y += zalloc.o
|