Lines Matching defs:back
1487 rsmresource_t *p, **back;
1503 back = (rsmresource_t **)rsmhash_bktaddr(rhash, hashval);
1505 for (; (p = *back) != NULL; back = &p->rsmrc_next) {
1507 *back = rcelm->rsmrc_next;
6202 * the state changed, loop back and check what it is
6249 * send request to node [src, dest, key, msgid] and get back
6306 * back to RSM_STATE_NEW. Once the segment lock is acquired a
6467 /* Return back to user the segment size & perm in case it's needed */
8371 rsmcookie_t *tmp, **back = &seg->s_ckl;
8373 while (*back != NULL) {
8374 tmp = *back;
8376 *back = tmp->c_next;
8380 back = &tmp->c_next;