Searched refs:fhead (Results 1 – 2 of 2) sorted by relevance
435 list_head_t *fhead; in flowacct_update_flows_tbl() local444 fhead = &flowacct_data->flows_tbl[index]; in flowacct_update_flows_tbl()449 mutex_enter(&fhead->lock); in flowacct_update_flows_tbl()454 mutex_exit(&fhead->lock); in flowacct_update_flows_tbl()459 flow->hdr = flowacct_add_obj(fhead, fhead->tail, (void *)flow); in flowacct_update_flows_tbl()461 mutex_exit(&fhead->lock); in flowacct_update_flows_tbl()477 flow->back_ptr = fhead; in flowacct_update_flows_tbl()510 mutex_exit(&fhead->lock); in flowacct_update_flows_tbl()513 mutex_enter(&fhead->lock); in flowacct_update_flows_tbl()521 flowacct_del_obj(fhead, flow->hdr, in flowacct_update_flows_tbl()[all …]
38 struct stringlist fhead = { 0, 0 }; variable39 struct stringlist *flist = &fhead;