Searched refs:headrp (Results 1 – 1 of 1) sorted by relevance
160 Sg_request *headrp; /* head of request slist, NULL->empty */ member942 for (srp = sfp->headrp; srp; srp = srp->nextrp) { in sg_ioctl()955 for (val = 0, srp = sfp->headrp; srp; srp = srp->nextrp) { in sg_ioctl()1022 for (srp = sfp->headrp, val = 0; val < SG_MAX_QUEUE; in sg_ioctl()1156 for (srp = sfp->headrp; srp; srp = srp->nextrp) { in sg_poll()2031 for (resp = sfp->headrp; resp; resp = resp->nextrp) { in sg_get_rq_mark()2053 resp = sfp->headrp; in sg_add_request()2058 sfp->headrp = resp; in sg_add_request()2095 if ((!sfp) || (!srp) || (!sfp->headrp)) in sg_remove_request()2098 prev_rp = sfp->headrp; in sg_remove_request()[all …]