Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkmem_cache_iter.c35 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()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c102 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()