Home
last modified time | relevance | path

Searched refs:check_bo_status_yes_goto (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c1035 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err2); in hmm_bo_free_pages()
1073 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_get_page_info()
1103 check_bo_status_yes_goto(bo, in hmm_bo_bind()
1180 check_bo_status_yes_goto(bo, in hmm_bo_unbind()
1381 check_bo_status_yes_goto(bo, HMM_BO_PAGE_ALLOCED, status_err); in hmm_bo_mmap()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h41 #define check_bo_status_yes_goto(bo, _status, label) \ macro