Searched refs:req_freelist (Results 1 – 1 of 1) sorted by relevance
315 static req_list_t* req_freelist = NULL; variable321 req = req_freelist; in req_alloc()323 req_freelist = req->next; in req_alloc()335 req->next = req_freelist; in req_free()336 req_freelist = req; in req_free()
Completed in 3 milliseconds