Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c508 static struct hme_blk *sfmmu_check_pending_hblks(int);
10552 if ((*hmeblkpp = sfmmu_check_pending_hblks(TTE8K)) != NULL) { in sfmmu_get_free_hblk()
11310 if ((hmeblkp = sfmmu_check_pending_hblks(size)) != NULL) { in sfmmu_hblk_steal()
15591 sfmmu_check_pending_hblks(int size) in sfmmu_check_pending_hblks() function