Symbol: checkpoint_mqd
sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.c
2758
if (!mqd_mgr->checkpoint_mqd) {
sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.c
2763
mqd_mgr->checkpoint_mqd(mqd_mgr, q->mqd, mqd, ctl_stack);
sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.c
2967
dqm->ops.checkpoint_mqd = checkpoint_mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.c
2987
dqm->ops.checkpoint_mqd = checkpoint_mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.h
199
int (*checkpoint_mqd)(struct device_queue_manager *dqm,
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager.h
107
void (*checkpoint_mqd)(struct mqd_manager *mm,
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_cik.c
406
mqd->checkpoint_mqd = checkpoint_mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_cik.c
450
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v10.c
471
mqd->checkpoint_mqd = checkpoint_mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v10.c
518
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
500
mqd->checkpoint_mqd = checkpoint_mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
546
mqd->checkpoint_mqd = checkpoint_mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v9.c
1020
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v9.c
403
checkpoint_mqd(mm, m,
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v9.c
962
mqd->checkpoint_mqd = checkpoint_mqd_v9_4_3;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v9.c
970
mqd->checkpoint_mqd = checkpoint_mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_vi.c
465
mqd->checkpoint_mqd = checkpoint_mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_vi.c
509
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
sys/dev/pci/drm/amd/amdkfd/kfd_process_queue_manager.c
817
if (!pqn->q->device->dqm->ops.checkpoint_mqd) {
sys/dev/pci/drm/amd/amdkfd/kfd_process_queue_manager.c
822
return pqn->q->device->dqm->ops.checkpoint_mqd(pqn->q->device->dqm,