Searched refs:pool_component_t (Results 1 – 13 of 13) sorted by relevance
| /illumos-gate/usr/src/lib/libpool/common/ |
| H A D | pool.h | 146 typedef struct pool_component pool_component_t; typedef 180 extern pool_component_t **pool_query_components(const pool_conf_t *, uint_t *, 192 pool_resource_t *, pool_component_t **); 193 extern pool_component_t **pool_query_resource_components(const pool_conf_t *, 209 const pool_component_t *); 210 extern char *pool_component_info(const pool_conf_t *, const pool_component_t *, 235 const pool_component_t *); 272 int (*)(pool_conf_t *, pool_component_t *, void *));
|
| H A D | pool_internal.h | 282 extern pool_component_t *pool_component_create(pool_conf_t *, 284 extern int pool_component_destroy(pool_component_t *); 422 extern int cpu_is_requested(pool_component_t *);
|
| H A D | pool.c | 416 pool_component_t **cs; in pool_base_info() 556 pool_component_info(const pool_conf_t *conf, const pool_component_t *comp, in pool_component_info() 1338 pool_component_t * 2014 pool_component_t ** 2057 pool_component_t **rl; in pool_resource_destroy() 2133 pool_component_destroy(pool_component_t *pr) in pool_component_destroy() 2248 pool_component_t **components = NULL, *moved[] = { NULL, NULL }; in choose_components() 2416 pool_component_t **rl) in pool_resource_xtransfer() 2482 pool_get_owning_resource(const pool_conf_t *conf, const pool_component_t *comp) in pool_get_owning_resource() 2558 pool_component_to_elem(const pool_conf_t *conf, const pool_component_t *pr) in pool_component_to_elem() [all …]
|
| H A D | pool_impl.h | 214 pool_component_t **); 243 extern pool_component_t *pool_elem_comp(const pool_elem_t *);
|
| H A D | pool_xml_impl.h | 180 pool_component_t **);
|
| H A D | pool_kernel_impl.h | 158 pool_component_t **);
|
| H A D | pool_internal.c | 924 cpu_is_requested(pool_component_t *component) in cpu_is_requested() 986 pool_component_t **cs = NULL; in resource_get_pinned() 1464 pool_component_t * 1471 return ((pool_component_t *)pe); in pool_elem_comp()
|
| H A D | pool_commit.c | 295 pool_component_t *comps[2] = { NULL }; in commit_update() 486 const pool_component_t *newcomp; in process_elem_gt() 668 pool_component_t **cl; in get_elem_list()
|
| H A D | pool_kernel.c | 160 pool_component_t **pxu_rl; 234 pool_component_t **); 1080 pool_component_t **cs = NULL; in pool_knl_export() 1864 pool_component_t **rl) in pool_knl_res_xtransfer() 1916 sizeof (pool_component_t *))) == NULL) { in pool_knl_res_xtransfer() 1922 sizeof (pool_component_t *)); in pool_knl_res_xtransfer()
|
| H A D | pool_xml.c | 185 pool_component_t **); 1744 pool_component_t **rl) { in pool_xml_res_xtransfer() 2765 pool_component_t **cs; in pool_xml_parse_document()
|
| /illumos-gate/usr/src/cmd/pools/poolcfg/ |
| H A D | poolcfg.y | 146 static pool_component_t *get_cpu(const char *); 852 pool_component_t *comp; in parser_cpu_info() 1086 pool_component_t *comp; in parser_cpu_modify() 1432 pool_component_t *comp; in transfer_list_walk() 1434 pool_component_t *xfer[2] = {NULL}; in transfer_list_walk() 1472 static pool_component_t * 1475 pool_component_t **components; in get_cpu() 1479 pool_component_t *ret; in get_cpu()
|
| /illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
| H A D | jpool.c | 774 pool_component_t **result; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components() 929 pool_component_t **components; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1xtransfer() 953 sizeof (pool_component_t *))) == NULL) { in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1xtransfer() 976 (pool_component_t *)(uintptr_t)this; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1xtransfer() 999 pool_component_t **result; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resource_1components() 1228 (pool_component_t *)(uintptr_t)jcomponent)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1get_1owning_1resource() 1243 (pool_component_t *)(uintptr_t)jcomponent, (int)jflags); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1component_1info() 1382 (pool_component_t *)(uintptr_t)jcomponent)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1component_1to_1elem() 1663 (int (*)(pool_conf_t *, pool_component_t *, void *)) in Java_com_sun_solaris_service_pools_PoolInternal_pool_1walk_1components()
|
| /illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
| H A D | zonestatd.c | 1675 pool_component_t **cpus = NULL; in zsd_get_pool_pset()
|