Searched refs:HMM_BO_FREE (Results 1 – 2 of 2) sorted by relevance
54 bo->status = HMM_BO_FREE; in __bo_init()187 bo->status = (bo->status & ~HMM_BO_MASK) | HMM_BO_FREE; in __bo_insert_to_free_rbtree()192 bo->status = (bo->status & ~HMM_BO_MASK) | HMM_BO_FREE; in __bo_insert_to_free_rbtree()471 (prev_bo->status & HMM_BO_MASK) == HMM_BO_FREE) { in hmm_bo_release()478 (next_bo->status & HMM_BO_MASK) == HMM_BO_FREE) { in hmm_bo_release()594 if ((bo->status & HMM_BO_MASK) == HMM_BO_FREE) in hmm_bo_device_search_vmap_start()
70 #define HMM_BO_FREE 0x0 macro
Completed in 8 milliseconds