Searched refs:lgrp_id_t (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/os/solaris/vm/ |
H A D | os_solaris.hpp | 71 typedef id_t lgrp_id_t; typedef in class:Solaris 80 typedef lgrp_id_t (*lgrp_home_func_t)(idtype_t idtype, id_t id); 83 typedef lgrp_id_t (*lgrp_root_func_t)(lgrp_cookie_t cookie); 84 typedef int (*lgrp_children_func_t)(lgrp_cookie_t cookie, lgrp_id_t parent, 85 lgrp_id_t *lgrp_array, uint_t lgrp_array_size); 86 typedef int (*lgrp_resources_func_t)(lgrp_cookie_t cookie, lgrp_id_t lgrp, 87 lgrp_id_t *lgrp_array, uint_t lgrp_array_size, 284 static lgrp_id_t lgrp_root(lgrp_cookie_t cookie) { return _lgrp_root != NULL ? _lgrp_root(cookie) : -1; }; 285 static int lgrp_children(lgrp_cookie_t cookie, lgrp_id_t parent, 286 lgrp_id_t *lgrp_arra [all...] |
H A D | os_solaris.cpp | 2986 (Solaris::lgrp_id_t*)&ids[top], size - top); 3036 (Solaris::lgrp_id_t*)ids, size, LGRP_RSRC_MEM);
|
Completed in 135 milliseconds