Searched refs:PGRP_REF_BITS (Results 1 – 2 of 2) sorted by relevance
122 #define SESSION_REF_MASK ((1u << PGRP_REF_BITS) - 1)161 #define PGRP_REF_BITS 1 macro162 #define PGRP_REF_MASK ((1u << PGRP_REF_BITS) - 1)
2529 return os_ref_retain_try_mask(&pgrp->pg_refcount, PGRP_REF_BITS, in pg_ref_try()2545 os_ref_retain_mask(&pgrp->pg_refcount, PGRP_REF_BITS, &p_refgrp); in pg_ref()2637 if (os_ref_release_mask(&pgrp->pg_refcount, PGRP_REF_BITS, &p_refgrp) == 0) { in pgrp_rele()4286 PGRP_REF_BITS);4371 os_ref_init_mask(&pgrp->pg_refcount, PGRP_REF_BITS, &p_refgrp, bits); in pgrp_alloc()