Lines Matching refs:group
323 struct smm_group * grp = rbuf->props.group; in smm_release()
361 struct smm_group * grp = nbuf->props.group; in smm_next()
376 struct smm_group * grp = buf->props.group; in purge_history()
428 if(buf->props.group == NULL) { in get_from_pool()
435 (LL_NEXT(buf, pool)->props.group == NULL)) { in get_from_pool()
452 (last->props.group == NULL)) { in get_from_pool()
508 memcpy((void *)&buf->props.group, &grp, sizeof(struct smm_group *)); in get_from_pool()
514 memcpy((void *)&buf->props.group, &grp, sizeof(struct smm_group *)); in get_from_pool()
532 struct smm_group * grp = buf->props.group; in return_to_pool()
546 memcpy((void *)&buf->props.group, &grp, sizeof(struct smm_group *)); in return_to_pool()
555 (LL_NEXT(buf, pool)->props.group == NULL)) { in return_to_pool()
559 (LL_PREV(buf, pool)->props.group == NULL)) { in return_to_pool()