Home
last modified time | relevance | path

Searched refs:agp_find_client_by_pid (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/char/agp/
H A Dcompat_ioctl.h104 struct agp_client *agp_find_client_by_pid(pid_t id);
H A Dfrontend.c488 struct agp_client *agp_find_client_by_pid(pid_t id) in agp_find_client_by_pid() function
592 client = agp_find_client_by_pid(current->pid); in agp_mmap()
698 client = agp_find_client_by_pid(current->pid); in agp_open()
812 client = agp_find_client_by_pid(reserve.pid); in agpioc_reserve_wrap()
H A Dcompat_ioctl.c78 client = agp_find_client_by_pid(kreserve.pid); in compat_agpioc_reserve_wrap()