Home
last modified time | relevance | path

Searched refs:list_create (Results 1 – 25 of 211) sorted by relevance

123456789

/titanic_50/usr/src/uts/common/fs/zfs/
H A Drefcount.c62 list_create(&rc->rc_list, sizeof (reference_t), in refcount_create()
64 list_create(&rc->rc_removed, sizeof (reference_t), in refcount_create()
205 list_create(&list, sizeof (reference_t), in refcount_transfer()
207 list_create(&removed, sizeof (reference_t), in refcount_transfer()
H A Dbplist.c34 list_create(&bpl->bpl_list, sizeof (bplist_entry_t), in bplist_create()
H A Dzfs_debug.c36 list_create(&zfs_dbgmsgs, sizeof (zfs_dbgmsg_t), in zfs_dbgmsg_init()
H A Dbqueue.c37 list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()
/titanic_50/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt.c274 list_create(&smrt->smrt_commands, sizeof (smrt_command_t), in smrt_attach()
276 list_create(&smrt->smrt_finishq, sizeof (smrt_command_t), in smrt_attach()
278 list_create(&smrt->smrt_abortq, sizeof (smrt_command_t), in smrt_attach()
280 list_create(&smrt->smrt_volumes, sizeof (smrt_volume_t), in smrt_attach()
282 list_create(&smrt->smrt_physicals, sizeof (smrt_physical_t), in smrt_attach()
284 list_create(&smrt->smrt_targets, sizeof (smrt_target_t), in smrt_attach()
H A Dsmrt_logvol.c77 list_create(&smlv->smlv_targets, in smrt_read_logvols()
145 list_create(&smlv->smlv_targets, in smrt_read_logvols_ext()
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c171 list_create(&rds_ibdev->ipaddr_list, sizeof (struct rdsv3_ib_ipaddr), in rdsv3_ib_add_one()
173 list_create(&rds_ibdev->conn_list, sizeof (struct rdsv3_ib_connection), in rdsv3_ib_add_one()
434 list_create(&rdsv3_ib_devices, sizeof (struct rdsv3_ib_device), in rdsv3_ib_init()
436 list_create(&ib_nodev_conns, sizeof (struct rdsv3_ib_connection), in rdsv3_ib_init()
H A Dcong.c156 list_create(&map->m_conn_list, sizeof (struct rdsv3_connection), in rdsv3_cong_from_addr()
495 list_create(&rdsv3_cong_monitor, sizeof (struct rdsv3_sock), in rdsv3_cong_init()
H A Drdsv3_impl.c790 list_create(&wq->wq_queue, sizeof (struct rdsv3_work_s), in rdsv3_create_task_workqueue()
891 list_create(&conn->c_send_queue, sizeof (struct rdsv3_message), in rdsv3_conn_constructor()
893 list_create(&conn->c_retrans, sizeof (struct rdsv3_message), in rdsv3_conn_constructor()
941 list_create(&((struct rdsv3_ib_incoming *)buf)->ii_frags, in rdsv3_ib_inc_constructor()
1032 list_create(&loop_conns, sizeof (struct rdsv3_loop_connection), in rdsv3_loop_init()
H A Dloop.c205 list_create(&tmp_list, sizeof (struct rdsv3_loop_connection), in rdsv3_loop_exit()
H A Drdsv3_ddi.c77 list_create(&rdsv3_sock_list, sizeof (struct rdsv3_sock), in rdsv3_sock_init()
/titanic_50/usr/src/uts/common/sys/
H A Dlist.h40 void list_create(list_t *, size_t, size_t);
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_hash.c55 list_create(&hp->rh_buckets[i], sizeof (refhash_link_t), in refhash_create()
58 list_create(&hp->rh_objs, sizeof (refhash_link_t), in refhash_create()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_setinfo_quota.c70 list_create(quota_list, sizeof (smb_quota_t), in smb2_setinfo_quota()
H A Dsmb_quota.c74 list_create(sid_list, sizeof (smb_quota_sid_t), in smb_quota_init_sids()
398 list_create(sid_list, sizeof (smb_quota_sid_t), in smb_quota_query_user_quota()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c89 list_create(&sphead, sizeof (struct sockparams), in sockparams_init()
91 list_create(&sp_ephem_list, sizeof (struct sockparams), in sockparams_init()
216 list_create(&sp->sp_auto_filters, sizeof (sp_filter_t), in sockparams_create()
218 list_create(&sp->sp_prog_filters, sizeof (sp_filter_t), in sockparams_create()
/titanic_50/usr/src/man/man9f/
H A DMakefile320 list_create.9f \
1712 list_destroy.9f := LINKSRC = list_create.9f
1713 list_head.9f := LINKSRC = list_create.9f
1714 list_insert_after.9f := LINKSRC = list_create.9f
1715 list_insert_before.9f := LINKSRC = list_create.9f
1716 list_insert_head.9f := LINKSRC = list_create.9f
1717 list_insert_tail.9f := LINKSRC = list_create.9f
1718 list_is_empty.9f := LINKSRC = list_create.9f
1719 list_link_active.9f := LINKSRC = list_create.9f
1720 list_link_init.9f := LINKSRC = list_create.9f
[all …]
/titanic_50/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c89 list_create(&d->d_clients, sizeof (struct audio_client), in audio_dev_alloc()
91 list_create(&d->d_engines, sizeof (struct audio_engine), in audio_dev_alloc()
93 list_create(&d->d_controls, sizeof (struct audio_ctrl), in audio_dev_alloc()
95 list_create(&d->d_hwinfo, sizeof (struct audio_infostr), in audio_dev_alloc()
223 list_create(&e->e_streams, sizeof (struct audio_stream), in audio_engine_alloc()
1360 list_create(&auimpl_devs_by_index, sizeof (struct audio_dev), in auimpl_dev_init()
1362 list_create(&auimpl_devs_by_number, sizeof (struct audio_dev), in auimpl_dev_init()
/titanic_50/usr/src/uts/common/os/
H A Dddi_periodic.c214 list_create(&periodics, sizeof (ddi_periodic_impl_t), in ddi_periodic_init()
227 list_create(&periodic_softint_queue[i - 1], in ddi_periodic_init()
/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c228 list_create(&(ioapic_drhd_list), sizeof (ioapic_drhd_t), in ioapic_drhd_setup()
308 list_create(&(drhd->dr_scope_list), sizeof (scope_t), in parse_drhd()
366 list_create(&(rmrr->rm_scope_list), sizeof (scope_t), in parse_rmrr()
457 list_create(&(tbl->tbl_drhd_list[i]), sizeof (drhd_t), in dmar_parse()
459 list_create(&(tbl->tbl_rmrr_list[i]), sizeof (rmrr_t), in dmar_parse()
H A Dimmu.c842 list_create(&(immu->immu_domain_list), sizeof (domain_t), in immu_state_alloc()
847 list_create(&(immu->immu_dvma_lpc_list), sizeof (immu_devi_t), in immu_state_alloc()
849 list_create(&(immu->immu_dvma_gfx_list), sizeof (immu_devi_t), in immu_state_alloc()
897 list_create(&immu_list, sizeof (immu_t), offsetof(immu_t, immu_node)); in immu_subsystems_setup()
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_xmit.c218 list_create(&list, sizeof (struct ath_buf), in arn_tx_flush_tid()
297 list_create(&list, sizeof (struct ath_buf), in arn_tid_drain()
394 list_create(&list_pending, sizeof (struct ath_buf), in arn_tx_complete_aggr()
396 list_create(&list, sizeof (struct ath_buf), in arn_tx_complete_aggr()
436 list_create(&list, sizeof (struct ath_buf), in arn_tx_complete_aggr()
734 list_create(&bf_q, sizeof (struct ath_buf), in arn_tx_sched_aggr()
801 list_create(&list, sizeof (struct ath_buf), in arn_tx_aggr_stop()
1641 list_create(&txq->axq_list, sizeof (struct ath_buf), in arn_txq_setup()
1643 list_create(&txq->axq_acq, sizeof (struct ath_buf), in arn_txq_setup()
2398 list_create(&tid->buf_q, sizeof (struct ath_buf), in arn_tx_node_init()
[all …]
/titanic_50/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_mod.c179 list_create(&srpt_ctxt->sc_ioc_list, sizeof (srpt_ioc_t), in _init()
182 list_create(&srpt_ctxt->sc_ioc_list, sizeof (srpt_ioc_t), in _init()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c1071 list_create(&xs_state.reply_list, sizeof (struct xs_stored_msg), in xs_early_init()
1073 list_create(&watch_events, sizeof (struct xs_stored_msg), in xs_early_init()
1075 list_create(&watches, sizeof (struct xenbus_watch), in xs_early_init()
1077 list_create(&notify_list, sizeof (struct xenbus_notify), in xs_early_init()
/titanic_50/usr/src/test/zfs-tests/cmd/getholes/
H A Dgetholes.c125 list_create(&seg_list, sizeof (seg_t), offsetof(seg_t, seg_node)); in main()

123456789