Home
last modified time | relevance | path

Searched defs:get_obj (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/mm/
H A Dslabinfo.c178 static unsigned long get_obj(const char *name) in get_obj() function
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c626 #define get_obj(obj) do { (obj)->use++; } while (0) macro