Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhment.c320 ++pp->p_share; in hment_insert()
368 ASSERT(pp->p_share == 0); in hment_prepare()
407 pp->p_share = 0; in hment_prepare()
463 ASSERT(pp->p_share == 0); in hment_assign()
544 ASSERT(pp->p_share == 0); in hment_remove()
555 ASSERT(pp->p_share != 0); in hment_remove()
579 --pp->p_share; in hment_remove()
683 cnt = pp->p_share; in hment_mapcnt()
/titanic_50/usr/src/uts/common/vm/
H A Dpage.h529 uint_t p_share; /* number of translations */ member
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c929 ASSERT(pp->p_share > 0); \
932 ASSERT(pp->p_share == 0); \
935 pp->p_share++; \
954 ASSERT(pp->p_share > 0); \
955 pp->p_share--; \
966 (pp->p_share == 0) : 1); \
4480 pp->p_share++; in hat_add_callback()
4683 pp->p_share--; in hat_delete_callback()
4684 if (pp->p_share <= 0) in hat_delete_callback()
7343 dpp->p_share = tpp->p_share; in hat_pagereload()
[all …]
/titanic_50/usr/src/uts/i86pc/os/
H A Dstartup.c2499 pp->p_share = 0; in add_physmem_cb()