Home
last modified time | relevance | path

Searched refs:thead (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c436 list_head_t *thead; in flowacct_update_flows_tbl() local
447 thead = &flowacct_data->flows_tbl[FLOW_TBL_COUNT]; in flowacct_update_flows_tbl()
586 mutex_enter(&thead->lock); in flowacct_update_flows_tbl()
590 if (thead->head == NULL) { in flowacct_update_flows_tbl()
591 thead->head = flow->hdr; in flowacct_update_flows_tbl()
592 thead->tail = flow->hdr; in flowacct_update_flows_tbl()
594 thead->tail->timeout_next = flow->hdr; in flowacct_update_flows_tbl()
595 flow->hdr->timeout_prev = thead->tail; in flowacct_update_flows_tbl()
596 thead->tail = flow->hdr; in flowacct_update_flows_tbl()
610 if (flow->hdr != thead->tail) { in flowacct_update_flows_tbl()
[all …]
/titanic_44/usr/src/lib/libdladm/common/
H A Dusage.c911 net_time_entry_t *thead; in free_logtable() local
914 thead = net_table->net_time_head; in free_logtable()
915 while (thead != NULL) { in free_logtable()
916 thead->my_time_stat = NULL; in free_logtable()
917 tnext = thead->net_time_entry_next; in free_logtable()
918 thead->net_time_entry_next = NULL; in free_logtable()
919 thead->net_time_entry_prev = NULL; in free_logtable()
920 free(thead); in free_logtable()
921 thead = tnext; in free_logtable()
926 thead = net_table->net_ctime_head; in free_logtable()
[all …]
/titanic_44/usr/src/cmd/saf/
H A Dpmadm.c1306 struct taglist *thead; /* linked list of tags */ local
1309 thead = NULL;
1321 temp->t_next = thead;
1324 thead = temp;
1333 return (thead ? thead : NULL);
/titanic_44/usr/src/lib/libdscfg/common/
H A Dcfg.c2455 struct parser *thead; in cfg_read_parser_config() local
2481 thead = chead; in cfg_read_parser_config()
2487 strcpy(thead[n].tag.l_word, key); in cfg_read_parser_config()
2488 thead[n].tag.l_value = 0; in cfg_read_parser_config()
2489 thead[n].fld = NULL; in cfg_read_parser_config()
2492 p = thead[n].fld; in cfg_read_parser_config()
2494 q = thead[n].fld = calloc(1, in cfg_read_parser_config()
2497 for (q = thead[n].fld; q; q = q->l_next) in cfg_read_parser_config()