Searched refs:SPL_HEAP_WRITE_LOCKED (Results 1 – 1 of 1) sorted by relevance
35 #define SPL_HEAP_WRITE_LOCKED 0x00000002 macro282 heap->flags |= SPL_HEAP_WRITE_LOCKED; in spl_ptr_heap_insert()290 heap->flags &= ~SPL_HEAP_WRITE_LOCKED; in spl_ptr_heap_insert()319 heap->flags |= SPL_HEAP_WRITE_LOCKED; in spl_ptr_heap_delete_top()344 heap->flags &= ~SPL_HEAP_WRITE_LOCKED; in spl_ptr_heap_delete_top()391 heap->flags |= SPL_HEAP_WRITE_LOCKED; in spl_ptr_heap_destroy()397 heap->flags &= ~SPL_HEAP_WRITE_LOCKED; in spl_ptr_heap_destroy()624 if (write && (intern->heap->flags & SPL_HEAP_WRITE_LOCKED)) { in spl_heap_consistency_validations()
Completed in 12 milliseconds