Lines Matching full:process

98  * Size of the per-process TBA+TMA buffer: 2 pages
136 * Kernel module parameter to specify the maximum process
144 * Kernel module parameter to specify whether to send sigterm to HSA process on
174 * Don't evict process queues on vm fault
292 /* Maximum process number mapped to HW scheduler */
352 * specific process.
405 * process.
506 * @process: The kfd process that created this queue.
532 struct kfd_process *process; member
566 struct kfd_process *process; member
585 * process termination
589 /* This flag tells us if this process has a GWS-capable
620 /* doorbell resources per process per device */
630 /* Approx. time before evicting the process again */
656 /* Data that is per-process-per device. */
661 /* The process that owns this kfd_process_device. */
662 struct kfd_process *process; member
664 /* per-process-per device QCM data structure */
690 /* Is this process/pasid bound to this device? (amd_iommu_bind_pasid) */
712 * @cu_occupancy: Reports occupancy of Compute Units (CU) of a process
714 * value reflects CU usage by all of the waves launched by this process
728 * All CU's of a device are available for the process. This may not be true
731 * Finally number of CU's that are occupied by a process is affected by both
760 /* Process data */
781 * In any process, the thread that started main() is the lead
785 * mm_struct of the process.
796 * one for each device the process is using.
803 /*Is the user space process 32 bit?*/
818 /* Eviction fence that is attached to all the BOs of this process. The
829 /* Approx. the last timestamp (in jiffies) when the process was
839 /* shared virtual memory registered by this process */
853 * @p: amdkfd process pointer.
907 int kfd_reserved_mem_mmap(struct kfd_dev *dev, struct kfd_process *process,
910 /* KFD process API for creating and translating handles */
930 int kfd_doorbell_mmap(struct kfd_dev *dev, struct kfd_process *process,
985 int kfd_init_apertures(struct kfd_process *process);
1016 /* Process Queue Manager */
1132 int kfd_event_mmap(struct kfd_process *process, struct vm_area_struct *vma);