Home
last modified time | relevance | path

Searched refs:objsize (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c692 int objsize, char *name, uint64_t * value) in mzap_lookup() argument
697 chunks = objsize / MZAP_ENT_LEN - 1; in mzap_lookup()
710 mzap_iterate(mzap_phys_t *zapobj, zfs_endian_t endian, int objsize, in mzap_iterate() argument
719 chunks = objsize / MZAP_ENT_LEN - 1; in mzap_iterate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c83 void *state_kcalloc(struct a6xx_gpu_state *a6xx_state, int nr, size_t objsize) in state_kcalloc() argument
86 kzalloc((nr * objsize) + sizeof(*obj), GFP_KERNEL); in state_kcalloc()