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
301 /*spm process id */
304 /* Maximum process number mapped to HW scheduler */
395 * specific process.
447 * process.
569 * @process: The kfd process that created this queue.
595 struct kfd_process *process; member
635 struct kfd_process *process; member
654 * process termination
658 /* This flag tells us if this process has a GWS-capable
691 /* doorbells for kfd process */
704 /* Approx. time before evicting the process again */
730 /* Data that is per-process-per device. */
735 /* The process that owns this kfd_process_device. */
736 struct kfd_process *process; member
738 /* per-process-per device QCM data structure */
764 /* Is this process/pasid bound to this device? (amd_iommu_bind_pasid) */
785 * @cu_occupancy: Reports occupancy of Compute Units (CU) of a process
787 * value reflects CU usage by all of the waves launched by this process
801 * All CU's of a device are available for the process. This may not be true
804 * Finally number of CU's that are occupied by a process is affected by both
830 * If this process has been checkpointed before, then the user
858 /* Process data */
879 * In any process, the thread that started main() is the lead
883 * mm_struct of the process.
894 * one for each device the process is using.
901 /*Is the user space process 32 bit?*/
917 /* Eviction fence that is attached to all the BOs of this process. The
928 /* Approx. the last timestamp (in jiffies) when the process was
933 /* Indicates device process is debug attached with reserved vmid. */
936 /* per-process-per device debug event fd file */
939 /* If the process is a kfd debugger, we need to know so we can clean
940 * up at exit time. If a process enables debugging on itself, it does
942 * counting the number of processes this process is debugging.
946 /* If the process is a debugged, this is the debugger process */
965 /* shared virtual memory registered by this process */
977 /* Queues are in paused stated because we are in the process of doing a CRIU checkpoint */
994 * @p: amdkfd process pointer.
1037 struct kfd_process_device *kfd_process_device_data_by_id(struct kfd_process *process,
1053 int kfd_reserved_mem_mmap(struct kfd_node *dev, struct kfd_process *process,
1056 /* KFD process API for creating and translating handles */
1077 int kfd_doorbell_mmap(struct kfd_node *dev, struct kfd_process *process,
1159 int kfd_init_apertures(struct kfd_process *process);
1168 int kfd_process_init_cwsr_apu(struct kfd_process *process, struct file *filep);
1303 /* Process Queue Manager */
1437 int kfd_event_mmap(struct kfd_process *process, struct vm_area_struct *vma);