Searched refs:qmap (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_map.h111 cl_qmap_t qmap; member in struct:_cl_map
116 * qmap
158 return (cl_qmap_count(&p_map->qmap));
185 return (cl_is_qmap_empty(&p_map->qmap));
372 return (cl_qmap_end(&p_map->qmap));
408 return (cl_qmap_head(&p_map->qmap));
441 return (cl_qmap_tail(&p_map->qmap));
/freebsd-10.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c717 cl_qmap_init(&p_map->qmap);
753 (cl_map_obj_t *) cl_qmap_insert(&p_map->qmap, key,
769 p_item = cl_qmap_get(&p_map->qmap, key);
771 if (p_item == cl_qmap_end(&p_map->qmap))
783 p_item = cl_qmap_get_next(&p_map->qmap, key);
785 if (p_item == cl_qmap_end(&p_map->qmap))
794 CL_ASSERT(itor->p_map == &p_map->qmap);
799 cl_qmap_remove_item(&p_map->qmap, (cl_map_item_t *) itor);
810 p_item = cl_qmap_remove(&p_map->qmap, key);
812 if (p_item == cl_qmap_end(&p_map->qmap))
[all...]

Completed in 117 milliseconds