Lines Matching refs:rnhead
123 struct csio_rnode *rnhead = (struct csio_rnode *) &ln->rnhead;
127 list_for_each(tmp, &rnhead->sm.sm_list) {
147 struct csio_rnode *rnhead = (struct csio_rnode *) &ln->rnhead;
151 list_for_each(tmp, &rnhead->sm.sm_list) {
171 struct csio_rnode *rnhead = (struct csio_rnode *) &ln->rnhead;
175 list_for_each(tmp, &rnhead->sm.sm_list) {
188 struct csio_rnode *rnhead;
199 rnhead = (struct csio_rnode *)&ln_tmp->rnhead;
200 list_for_each(tmp, &rnhead->sm.sm_list) {
900 * to be held for inserting the rnode in ln->rnhead list.
910 /* Add rnode to list of lnodes->rnhead */
911 list_add_tail(&rn->sm.sm_list, &ln->rnhead);