Searched refs:pool_component_t (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libpool/common/ |
H A D | pool.h | 148 typedef struct pool_component pool_component_t; typedef 182 extern pool_component_t **pool_query_components(const pool_conf_t *, uint_t *, 194 pool_resource_t *, pool_component_t **); 195 extern pool_component_t **pool_query_resource_components(const pool_conf_t *, 211 const pool_component_t *); 212 extern char *pool_component_info(const pool_conf_t *, const pool_component_t *, 237 const pool_component_t *); 274 int (*)(pool_conf_t *, pool_component_t *, void *));
|
H A D | pool_internal.h | 284 extern pool_component_t *pool_component_create(pool_conf_t *, 286 extern int pool_component_destroy(pool_component_t *); 424 extern int cpu_is_requested(pool_component_t *);
|
H A D | pool_impl.h | 216 pool_component_t **); 245 extern pool_component_t *pool_elem_comp(const pool_elem_t *);
|
H A D | pool.c | 418 pool_component_t **cs; in pool_base_info() 558 pool_component_info(const pool_conf_t *conf, const pool_component_t *comp, in pool_component_info() 1340 pool_component_t * 2016 pool_component_t ** 2059 pool_component_t **rl; in pool_resource_destroy() 2135 pool_component_destroy(pool_component_t *pr) in pool_component_destroy() 2250 pool_component_t **components = NULL, *moved[] = { NULL, NULL }; in choose_components() 2418 pool_component_t **rl) in pool_resource_xtransfer() 2484 pool_get_owning_resource(const pool_conf_t *conf, const pool_component_t *comp) in pool_get_owning_resource() 2560 pool_component_to_elem(const pool_conf_t *conf, const pool_component_t *pr) in pool_component_to_elem() [all …]
|
H A D | pool_xml_impl.h | 182 pool_component_t **);
|
H A D | pool_kernel_impl.h | 160 pool_component_t **);
|
H A D | pool_commit.c | 297 pool_component_t *comps[2] = { NULL }; in commit_update() 488 const pool_component_t *newcomp; in process_elem_gt() 670 pool_component_t **cl; in get_elem_list()
|
H A D | pool_internal.c | 926 cpu_is_requested(pool_component_t *component) in cpu_is_requested() 988 pool_component_t **cs = NULL; in resource_get_pinned() 1466 pool_component_t * 1473 return ((pool_component_t *)pe); in pool_elem_comp()
|
H A D | pool_kernel.c | 159 pool_component_t **pxu_rl; 233 pool_component_t **); 1079 pool_component_t **cs = NULL; in pool_knl_export() 1862 pool_component_t **rl) { in pool_knl_res_xtransfer() 1913 sizeof (pool_component_t *))) == NULL) { in pool_knl_res_xtransfer() 1919 sizeof (pool_component_t *)); in pool_knl_res_xtransfer()
|
H A D | pool_xml.c | 185 pool_component_t **); 1752 pool_component_t **rl) { in pool_xml_res_xtransfer() 2769 pool_component_t **cs; in pool_xml_parse_document()
|
/titanic_41/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 148 static pool_component_t *get_cpu(const char *); 854 pool_component_t *comp; in parser_cpu_info() 1088 pool_component_t *comp; in parser_cpu_modify() 1434 pool_component_t *comp; in transfer_list_walk() 1436 pool_component_t *xfer[2] = {NULL}; in transfer_list_walk() 1474 static pool_component_t * 1477 pool_component_t **components; in get_cpu() 1481 pool_component_t *ret; in get_cpu()
|
/titanic_41/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 737 pool_component_t **result; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components() 886 pool_component_t **components; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1xtransfer() 910 sizeof (pool_component_t *))) == NULL) { in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1xtransfer() 933 (pool_component_t *)(uintptr_t)this; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1xtransfer() 955 pool_component_t **result; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resource_1components() 1176 (pool_component_t *)(uintptr_t)jcomponent)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1get_1owning_1resource() 1190 (pool_component_t *)(uintptr_t)jcomponent, (int)jflags); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1component_1info() 1321 (pool_component_t *)(uintptr_t)jcomponent)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1component_1to_1elem() 1584 (int (*)(pool_conf_t *, pool_component_t *, void *)) in Java_com_sun_solaris_service_pools_PoolInternal_pool_1walk_1components()
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1677 pool_component_t **cpus = NULL; in zsd_get_pool_pset()
|