Lines Matching defs:class
1243 * - class
1256 * Check to see if it's the right class of element
1590 pool_knl_elem_wrap(pool_conf_t *conf, pool_elem_class_t class,
1597 switch (class) {
1633 pe->pe_class = class;
1647 if (class == PEC_POOL) {
1654 if (class == PEC_RES_COMP || class == PEC_RES_AGG) {
1670 * specified class.
1674 pool_knl_elem_create(pool_conf_t *conf, pool_elem_class_t class,
1684 if ((elem = pool_knl_elem_wrap(conf, class, res_class, comp_class)) ==
1719 * If it's a resource class, it will need an initial size
1721 if (class == PEC_RES_COMP || class == PEC_RES_AGG) {
1753 create->pcu_ioctl.pc_o_type = class;
1754 switch (class) {