Home
last modified time | relevance | path

Searched refs:HAT_VICTIM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h140 #define HAT_VICTIM (0x0002) macro
H A Dhtable.c629 (HAT_VICTIM | HAT_SHARED | HAT_FREEING | in htable_steal()
641 hat->hat_flags |= HAT_VICTIM; in htable_steal()
709 if (hat->hat_flags & HAT_VICTIM) { in htable_steal()
711 hat->hat_flags &= ~HAT_VICTIM; in htable_steal()
H A Dhat_i86.c656 while (hat->hat_flags & HAT_VICTIM) in hat_free_start()