Searched refs:headrp (Results 1 – 1 of 1) sorted by relevance
160 Sg_request *headrp; /* head of request slist, NULL->empty */ member948 for (srp = sfp->headrp; srp; srp = srp->nextrp) { in sg_ioctl()961 for (val = 0, srp = sfp->headrp; srp; srp = srp->nextrp) { in sg_ioctl()1028 for (srp = sfp->headrp, val = 0; val < SG_MAX_QUEUE; in sg_ioctl()1162 for (srp = sfp->headrp; srp; srp = srp->nextrp) { in sg_poll()2037 for (resp = sfp->headrp; resp; resp = resp->nextrp) { in sg_get_rq_mark()2059 resp = sfp->headrp; in sg_add_request()2064 sfp->headrp = resp; in sg_add_request()2101 if ((!sfp) || (!srp) || (!sfp->headrp)) in sg_remove_request()2104 prev_rp = sfp->headrp; in sg_remove_request()[all …]