Searched refs:objsize (Results 1 – 2 of 2) sorted by relevance
692 int objsize, char *name, uint64_t * value) in mzap_lookup() argument697 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() argument719 chunks = objsize / MZAP_ENT_LEN - 1; in mzap_iterate()
83 void *state_kcalloc(struct a6xx_gpu_state *a6xx_state, int nr, size_t objsize) in state_kcalloc() argument86 kzalloc((nr * objsize) + sizeof(*obj), GFP_KERNEL); in state_kcalloc()