Lines Matching refs:buf_list
10 * then these are classic provided buffers and ->buf_list is used.
13 struct list_head buf_list;
74 if (req->buf_list) {
80 * req->buf_list when the buffer was retrieved,
83 req->buf_list->head++;
84 req->buf_list = NULL;
86 req->buf_index = req->buf_list->bgid;
113 if (req->buf_list) {
114 req->buf_index = req->buf_list->bgid;
115 req->buf_list->head++;