Searched refs:pending_req_info (Results 1 – 2 of 2) sorted by relevance
976 pending_req_info* ri = pending_requests.next; in flushPendingRequests()978 pending_req_info* tmp = ri; in flushPendingRequests()995 struct pending_req_info { struct997 struct pending_req_info* next; argument1058 Cache::pending_req_info* ri = cache->pending_requests.next; in cache_has_pending_request_locked()1059 Cache::pending_req_info* prev = &cache->pending_requests; in cache_has_pending_request_locked()1069 ri = (Cache::pending_req_info*)calloc(1, sizeof(Cache::pending_req_info)); in cache_has_pending_request_locked()1082 Cache::pending_req_info* ri = cache->pending_requests.next; in cache_notify_waiting_tid_locked()1083 Cache::pending_req_info* prev = &cache->pending_requests; in cache_notify_waiting_tid_locked()
1273 typedef struct pending_req_info { struct1276 struct pending_req_info* next; argument1316 struct pending_req_info *ri, *tmp; in _cache_flush_pending_requests_locked()1339 struct pending_req_info *ri, *prev; in _cache_check_pending_request_locked()1355 ri = calloc(1, sizeof(struct pending_req_info)); in _cache_check_pending_request_locked()1379 struct pending_req_info *ri, *prev; in _cache_notify_waiting_tid_locked()