Lines Matching full:process

97  * Size of the per-process TBA+TMA buffer: 2 pages
135 * Kernel module parameter to specify the maximum process
143 * Kernel module parameter to specify whether to send sigterm to HSA process on
284 /* Maximum process number mapped to HW scheduler */
344 * specific process.
397 * process.
498 * @process: The kfd process that created this queue.
524 struct kfd_process *process; member
558 struct kfd_process *process; member
577 * process termination
581 /* This flag tells us if this process has a GWS-capable
612 /* doorbell resources per process per device */
622 /* Approx. time before evicting the process again */
648 /* Data that is per-process-per device. */
651 * List of all per-device data for a process.
659 /* The process that owns this kfd_process_device. */
660 struct kfd_process *process; member
662 /* per-process-per device QCM data structure */
688 /* Is this process/pasid bound to this device? (amd_iommu_bind_pasid) */
710 * @cu_occupancy: Reports occupancy of Compute Units (CU) of a process
712 * value reflects CU usage by all of the waves launched by this process
726 * All CU's of a device are available for the process. This may not be true
729 * Finally number of CU's that are occupied by a process is affected by both
737 /* Process data */
758 * In any process, the thread that started main() is the lead
762 * mm_struct of the process.
773 * one for each device the process is using.
779 /*Is the user space process 32 bit?*/
794 /* Eviction fence that is attached to all the BOs of this process. The
805 /* Approx. the last timestamp (in jiffies) when the process was
824 * @p: amdkfd process pointer.
862 int kfd_reserved_mem_mmap(struct kfd_dev *dev, struct kfd_process *process,
865 /* KFD process API for creating and translating handles */
873 /* Process device data iterator */
893 int kfd_doorbell_mmap(struct kfd_dev *dev, struct kfd_process *process,
948 int kfd_init_apertures(struct kfd_process *process);
975 /* Process Queue Manager */
1090 int kfd_event_mmap(struct kfd_process *process, struct vm_area_struct *vma);