Lines Matching full:process

100  * Size of the per-process TBA+TMA buffer: 2 pages
159 * Kernel module parameter to specify the maximum process
167 * Kernel module parameter to specify whether to send sigterm to HSA process on
191 * Don't evict process queues on vm fault
302 /*spm process id */
305 /* Maximum process number mapped to HW scheduler */
398 * specific process.
453 * process.
581 * @process: The kfd process that created this queue.
607 struct kfd_process *process; member
647 struct kfd_process *process; member
666 * process termination
670 /* This flag tells us if this process has a GWS-capable
703 /* doorbells for kfd process */
716 /* Approx. time before evicting the process again */
742 /* Data that is per-process-per device. */
747 /* The process that owns this kfd_process_device. */
748 struct kfd_process *process; member
750 /* per-process-per device QCM data structure */
776 /* Is this process/pasid bound to this device? (amd_iommu_bind_pasid) */
797 * @cu_occupancy: Reports occupancy of Compute Units (CU) of a process
799 * value reflects CU usage by all of the waves launched by this process
813 * All CU's of a device are available for the process. This may not be true
816 * Finally number of CU's that are occupied by a process is affected by both
842 * If this process has been checkpointed before, then the user
881 /* Process data */
902 * In any process, the thread that started main() is the lead
906 * mm_struct of the process.
917 * one for each device the process is using.
924 /*Is the user space process 32 bit?*/
940 /* Eviction fence that is attached to all the BOs of this process. The
951 /* Approx. the last timestamp (in jiffies) when the process was
956 /* Indicates device process is debug attached with reserved vmid. */
959 /* per-process-per device debug event fd file */
962 /* If the process is a kfd debugger, we need to know so we can clean
963 * up at exit time. If a process enables debugging on itself, it does
965 * counting the number of processes this process is debugging.
969 /* If the process is a debugged, this is the debugger process */
988 /* shared virtual memory registered by this process */
1000 /* Queues are in paused stated because we are in the process of doing a CRIU checkpoint */
1020 * @p: amdkfd process pointer.
1063 struct kfd_process_device *kfd_process_device_data_by_id(struct kfd_process *process,
1079 int kfd_reserved_mem_mmap(struct kfd_node *dev, struct kfd_process *process,
1082 /* KFD process API for creating and translating handles */
1103 int kfd_doorbell_mmap(struct kfd_node *dev, struct kfd_process *process,
1187 int kfd_init_apertures(struct kfd_process *process);
1196 int kfd_process_init_cwsr_apu(struct kfd_process *process, struct file *filep);
1343 /* Process Queue Manager */
1475 int kfd_event_mmap(struct kfd_process *process, struct vm_area_struct *vma);