Searched refs:list_remove_head (Results 26 - 40 of 40) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c262 while ((pr = list_remove_head(&dd->dd_props)) != NULL) {
H A Ddsl_pool.c526 while ((ds = list_remove_head(&synced_datasets)) != NULL) {
H A Ddmu_send.c2512 for (struct receive_objnode *n = list_remove_head(&list->list);
2513 n != NULL; n = list_remove_head(&list->list)) {
2534 VERIFY3P(node, ==, list_remove_head(&list->list));
H A Dmetaslab.c2575 while ((mat = list_remove_head(&zal->zal_list)) != NULL)
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c733 while ((tig = list_remove_head(&ti->ti_tpgt_list)) != NULL) {
734 while ((tip = list_remove_head(&tig->ti_portal_list)) != NULL) {
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c173 ctx = (pvscsi_cmd_ctx_t *)list_remove_head(&pvs->cmd_ctx_pool);
962 cmd = list_remove_head(&pvs->cmd_queue);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c108 while ((isp = list_remove_head(&d->d_hwinfo)) != NULL) {
H A Daudio_sun.c465 while ((eof = list_remove_head(&dc->dc_eofcnt)) != NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c803 while ((srv = list_remove_head(&hc_rule->hcr_servers)) != NULL) {
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1486 ((xi = list_remove_head(&bd->d_waitq)) != NULL)) {
/illumos-gate/usr/src/man/man9f/
H A DMakefile974 list_remove_head.9f \
1785 list_remove_head.9f := LINKSRC = list_create.9f
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1364 while ((xxwp = list_remove_head(&pdp->xd_xb_watches)) != NULL) {
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c280 while ((lc = list_remove_head(&lsp->ls_comp_cache)) != NULL) {
H A Ddevinfo.c4264 while (hp_list_node = (struct i_hp *)list_remove_head(&st->hp_list)) {
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c5097 while ((sp = list_remove_head(deadlist)) != NULL) {

Completed in 126 milliseconds

12