Home
last modified time | relevance | path

Searched refs:fhead (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c435 list_head_t *fhead; in flowacct_update_flows_tbl() local
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()
538 mutex_exit(&fhead->lock); in flowacct_update_flows_tbl()
552 mutex_exit(&fhead->lock); in flowacct_update_flows_tbl()
579 mutex_exit(&fhead->lock); in flowacct_update_flows_tbl()
587 mutex_enter(&fhead->lock); in flowacct_update_flows_tbl()
[all …]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintlist.c36 struct stringlist fhead = { 0, 0 }; variable
37 struct stringlist *flist = &fhead;
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c1666 d_mutex_output_t *fhead = foutput; in d_mutex() local
1693 foutput == fhead ? "+->" : "", in d_mutex()