Searched refs:rmx_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dtcp_hostcache.h51 struct hc_head *rmx_head; /* head of bucket tail queue */ member in struct:hc_metrics
H A Dtcp_hostcache.c392 hc_entry->rmx_head = hc_head;
443 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx);
465 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx);
499 TAILQ_REMOVE(&hc_entry->rmx_head->hch_bucket, hc_entry, rmx_q);
500 TAILQ_INSERT_HEAD(&hc_entry->rmx_head->hch_bucket, hc_entry, rmx_q);
505 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx);
583 TAILQ_REMOVE(&hc_entry->rmx_head->hch_bucket, hc_entry, rmx_q);
584 TAILQ_INSERT_HEAD(&hc_entry->rmx_head->hch_bucket, hc_entry, rmx_q);
585 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx);

Completed in 104 milliseconds