/titanic_52/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 436 list_head_t *thead; in flowacct_update_flows_tbl() local 447 thead = &flowacct_data->flows_tbl[FLOW_TBL_COUNT]; in flowacct_update_flows_tbl() 582 * Re-adjust the timeout list. The timer takes the thead lock in flowacct_update_flows_tbl() 583 * follwed by fhead lock(s), so we release fhead, take thead 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 in flowacct_update_flows_tbl() 731 list_head_t *head, *thead; flowacct_timer() local [all...] |
/titanic_52/usr/src/lib/libdladm/common/ |
H A D | usage.c | 911 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 in free_logtable() [all...] |
/titanic_52/usr/src/cmd/saf/ |
H A D | pmadm.c | 1306 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_52/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_nt_transact_notify_change.c | 78 * requests like this one, each with a blocked worker thead.
|
/titanic_52/usr/src/lib/libdscfg/common/ |
H A D | cfg.c | 2455 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()
|
/titanic_52/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_change.c | 563 * The door server thead which has the door client pid will be marked
|
/titanic_52/usr/src/uts/sun4/os/ |
H A D | intr.c | 552 * thead to call i_ddi_intr_redist_all_cpus()) but this is considered too
|
/titanic_52/usr/src/cmd/idmap/idmapd/ |
H A D | adutils.c | 141 * nanosleep(3RT) is thead-safe (no SIGALRM) and more in adreaper()
|
/titanic_52/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 516 "head\t\t%" PRId32 "\t\thead ident\t%#" PRIx32 "\n", in dumplog()
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | mdi_impldefs.h | 1078 #define MDI_VHC_VHCACHE_FLUSH_THREAD 0x0008 /* cache flush thead running */
|
/titanic_52/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 2117 printf("\n\thead value is 0x%0llx", in nxge_txdma_regs_dump() 2119 printf("\n\thead index %d", hdl.bits.ldw.head); in nxge_txdma_regs_dump()
|
/titanic_52/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_io.c | 3365 * a reset back into the iscsi driver off this thead we have in iscsi_iodone()
|
/titanic_52/usr/src/uts/common/os/ |
H A D | modctl.c | 105 * handled off to a separate thead using this structure.
|
/titanic_52/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 8874 * move the current global doneq to the doneq of thead[t]
|