Searched refs:objsize (Results 1 – 2 of 2) sorted by relevance
35 unsigned long objsize; in subtest_kmem_cache_iter_check_slabinfo() local 52 /* Compare name and objsize only - others can be changes frequently */ in subtest_kmem_cache_iter_check_slabinfo() 54 name, &objsize, rest_of_line) == 3) { in subtest_kmem_cache_iter_check_slabinfo() 61 ASSERT_EQ(r.obj_size, objsize, "kmem_cache_objsize"); in subtest_kmem_cache_iter_check_slabinfo()
102 static void *state_kcalloc(struct a6xx_gpu_state *a6xx_state, int nr, size_t objsize) in state_kcalloc() argument 105 kvzalloc((nr * objsize) + sizeof(*obj), GFP_KERNEL); in state_kcalloc()