Home
last modified time | relevance | path

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

/linux-6.15/drivers/misc/
H A Dntsync.c810 static struct ntsync_obj *get_obj(struct ntsync_device *dev, int fd) in get_obj() function
/linux-6.15/tools/mm/
H A Dslabinfo.c178 static unsigned long get_obj(const char *name) in get_obj() function
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c653 #define get_obj(obj) do { (obj)->use++; } while (0) macro