Lines Matching full:process

100  * Size of the per-process TBA+TMA buffer: 2 pages
166 * Kernel module parameter to specify the maximum process
174 * Kernel module parameter to specify whether to send sigterm to HSA process on
198 * Don't evict process queues on vm fault
308 /*spm process id */
311 /* Maximum process number mapped to HW scheduler */
409 * specific process.
463 * process.
592 * @process: The kfd process that created this queue.
618 struct kfd_process *process; member
658 struct kfd_process *process; member
677 * process termination
681 /* This flag tells us if this process has a GWS-capable
715 /* doorbells for kfd process */
728 /* Approx. time before evicting the process again */
754 /* Data that is per-process-per device. */
759 /* The process that owns this kfd_process_device. */
760 struct kfd_process *process; member
762 /* per-process-per device QCM data structure */
788 /* Is this process/pasid bound to this device? (amd_iommu_bind_pasid) */
809 * @cu_occupancy: Reports occupancy of Compute Units (CU) of a process
811 * value reflects CU usage by all of the waves launched by this process
825 * All CU's of a device are available for the process. This may not be true
828 * Finally number of CU's that are occupied by a process is affected by both
854 * If this process has been checkpointed before, then the user
895 /* Process data */
916 * In any process, the thread that started main() is the lead
920 * mm_struct of the process.
929 * one for each device the process is using.
936 /*Is the user space process 32 bit?*/
952 /* Eviction fence that is attached to all the BOs of this process. The
963 /* Approx. the last timestamp (in jiffies) when the process was
968 /* Indicates device process is debug attached with reserved vmid. */
971 /* per-process-per device debug event fd file */
974 /* If the process is a kfd debugger, we need to know so we can clean
975 * up at exit time. If a process enables debugging on itself, it does
977 * counting the number of processes this process is debugging.
981 /* If the process is a debugged, this is the debugger process */
1000 /* shared virtual memory registered by this process */
1012 /* Queues are in paused stated because we are in the process of doing a CRIU checkpoint */
1042 * @p: amdkfd process pointer.
1064 int kfd_create_process_sysfs(struct kfd_process *process);
1088 struct kfd_process_device *kfd_process_device_data_by_id(struct kfd_process *process,
1104 int kfd_reserved_mem_mmap(struct kfd_node *dev, struct kfd_process *process,
1108 /* KFD process API for creating and translating handles */
1127 int kfd_doorbell_mmap(struct kfd_node *dev, struct kfd_process *process,
1213 int kfd_init_apertures(struct kfd_process *process);
1222 int kfd_process_init_cwsr_apu(struct kfd_process *process, struct file *filep);
1371 /* Process Queue Manager */
1522 int kfd_event_mmap(struct kfd_process *process, struct vm_area_struct *vma);