Home
last modified time | relevance | path

Searched refs:elem_cnt (Results 1 – 7 of 7) sorted by relevance

/linux/include/sound/sof/
H A Dtrace.h68 uint32_t elem_cnt; /**< number of entries in elems[] array */ member
/linux/include/linux/qed/
H A Dqed_chain.h175 #define QED_CHAIN_PAGE_CNT(elem_cnt, elem_size, page_size, mode) \ argument
176 DIV_ROUND_UP((elem_cnt), \
/linux/fs/btrfs/
H A Dbackref.c2538 inodes->val[inodes->elem_cnt] = inum; in build_ino_list()
2539 inodes->val[inodes->elem_cnt + 1] = offset; in build_ino_list()
2540 inodes->val[inodes->elem_cnt + 2] = root; in build_ino_list()
2541 inodes->elem_cnt += 3; in build_ino_list()
2716 int i = ipath->fspath->elem_cnt; in inode_to_path()
2731 ++ipath->fspath->elem_cnt; in inode_to_path()
H A Dscrub.c559 for (i = 0; i < ipath->fspath->elem_cnt; ++i) in scrub_print_warning_inode()
H A Dioctl.c3209 for (i = 0; i < ipath->fspath->elem_cnt; ++i) { in btrfs_ioctl_ino_to_path()
H A Dinode.c189 for (int i = 0; i < ipath->fspath->elem_cnt; i++) { in data_reloc_print_warning_inode()
/linux/sound/soc/sof/
H A Dipc3-dtrace.c166 msg->elem_cnt = num_elems; in ipc3_trace_update_filter()