Home
last modified time | relevance | path

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

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