Searched refs:taskpid (Results 1 – 3 of 3) sorted by relevance
144 hpriv->taskpid = get_task_pid(current, PIDTYPE_PID); in hl_device_open()201 put_pid(hpriv->taskpid); in hl_device_open()247 hpriv->taskpid = find_get_pid(current->pid); in hl_device_open_ctrl()
66 put_pid(hpriv->taskpid); in hpriv_release()122 put_pid(hpriv->taskpid); in hl_device_release()160 put_pid(hpriv->taskpid); in hl_device_release_ctrl()852 task = get_pid_task(hpriv->taskpid, PIDTYPE_PID); in device_kill_open_processes()
1765 struct pid *taskpid; member