Searched refs:HMM_BO_MASK (Results 1 – 2 of 2) sorted by relevance
189 bo->status = (bo->status & ~HMM_BO_MASK) | HMM_BO_FREE; in __bo_insert_to_free_rbtree()194 bo->status = (bo->status & ~HMM_BO_MASK) | HMM_BO_FREE; in __bo_insert_to_free_rbtree()219 bo->status = (bo->status & ~HMM_BO_MASK) | HMM_BO_ALLOCED; in __bo_insert_to_alloc_rbtree()472 (prev_bo->status & HMM_BO_MASK) == HMM_BO_FREE) { in hmm_bo_release()479 (next_bo->status & HMM_BO_MASK) == HMM_BO_FREE) { in hmm_bo_release()595 if ((bo->status & HMM_BO_MASK) == HMM_BO_FREE) in hmm_bo_device_search_vmap_start()
69 #define HMM_BO_MASK 0x1 macro