Home
last modified time | relevance | path

Searched refs:TAILQ_CONCAT (Results 1 – 25 of 31) sorted by relevance

12

/NextBSD/usr.sbin/jail/
HDjailparse.y86 TAILQ_CONCAT(&$$->params, $3, tq);
115 TAILQ_CONCAT(&$$->val, $3, tq);
121 TAILQ_CONCAT(&$$->val, $3, tq);
128 TAILQ_CONCAT(&$$->val, $2, tq);
HDconfig.c160 TAILQ_CONCAT(&opp, &j->params, tq); in load_config()
376 TAILQ_CONCAT(&dp->val, &nss, tq); in add_param()
383 TAILQ_CONCAT(&np->val, &nss, tq); in add_param()
/NextBSD/sys/security/mac_portacl/
HDmac_portacl.c362 TAILQ_CONCAT(&save_head, &rule_head, r_entries); in sysctl_rules()
363 TAILQ_CONCAT(&rule_head, &head, r_entries); in sysctl_rules()
/NextBSD/sys/dev/drm2/ttm/
HDttm_page_alloc.c636 TAILQ_CONCAT(&pool->list, &new_pages, plinks.q); in ttm_page_pool_fill_locked()
645 TAILQ_CONCAT(&pool->list, &new_pages, plinks.q); in ttm_page_pool_fill_locked()
672 TAILQ_CONCAT(pages, &pool->list, plinks.q); in ttm_page_pool_get_pages()
/NextBSD/contrib/openbsm/bin/auditdistd/
HDsender.c347 TAILQ_CONCAT(&adist_free_list, &adist_send_list, adr_next); in sender_disconnect()
350 TAILQ_CONCAT(&adist_free_list, &adist_recv_list, adr_next); in sender_disconnect()
/NextBSD/sys/x86/iommu/
HDbusdma_dmar.c786 TAILQ_CONCAT(&domain->unload_entries, &map->map_entries, dmamap_link); in dmar_bus_dmamap_unload()
793 TAILQ_CONCAT(&entries, &map->map_entries, dmamap_link); in dmar_bus_dmamap_unload()
/NextBSD/share/man/man3/
HDMakefile129 queue.3 TAILQ_CONCAT.3 \
/NextBSD/sys/kern/
HDsubr_turnstile.c837 TAILQ_CONCAT(&ts->ts_pending, &ts->ts_blocked[queue], td_lockq); in turnstile_broadcast()
882 TAILQ_CONCAT(&pending_threads, &ts->ts_pending, td_lockq); in turnstile_unpend()
HDkern_conf.c96 TAILQ_CONCAT(&cdp_free, &cdevp_free_list, cdp_list); in dev_unlock_and_free()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_tom.c796 TAILQ_CONCAT(&stale, &td->clip_table, link); in update_clip_table()
876 TAILQ_CONCAT(&td->clip_table, &stale, link); in update_clip_table()
/NextBSD/sys/dev/usb/video/
HDudl.c601 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry); in udl_bulk_write_callback()
622 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry); in udl_bulk_write_callback()
/NextBSD/sbin/hastd/
HDparse.y920 TAILQ_CONCAT(&lconfig->hc_listen, &depth0_listen, hl_next); in yy_config_parse()
HDhastd.c607 TAILQ_CONCAT(&cfg->hc_listen, &newcfg->hc_listen, hl_next); in hastd_reload()
/NextBSD/contrib/openbsm/compat/
HDqueue.h434 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/NextBSD/contrib/ofed/libcxgb4/src/
HDqueue.h491 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/NextBSD/sys/dev/ath/
HDif_ath_rx_edma.c535 TAILQ_CONCAT(&rxlist, &sc->sc_rx_rxlist[qtype], bf_list); in ath_edma_recv_proc_deferred_queue()
HDif_ath_beacon.c636 TAILQ_CONCAT(&cabq->fifo.axq_q, &cabq->axq_q, bf_list); in ath_beacon_cabq_start_edma()
/NextBSD/sys/dev/usb/controller/
HDdwc_otg.c2619 TAILQ_CONCAT(&sc->sc_bus.intr_q.head, &head, wait_entry); in dwc_otg_update_host_transfer_schedule_locked()
2629 TAILQ_CONCAT(&head, &sc->sc_bus.intr_q.head, wait_entry); in dwc_otg_update_host_transfer_schedule_locked()
2630 TAILQ_CONCAT(&sc->sc_bus.intr_q.head, &head, wait_entry); in dwc_otg_update_host_transfer_schedule_locked()
2640 TAILQ_CONCAT(&sc->sc_bus.intr_q.head, &head, wait_entry); in dwc_otg_update_host_transfer_schedule_locked()
/NextBSD/usr.sbin/rtsold/
HDrtsol.c718 TAILQ_CONCAT(sm_rdnss_head, sm_dnssl_head, sm_next); in ra_opt_rdnss_dispatch()
/NextBSD/sys/sys/
HDqueue.h601 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/NextBSD/sys/cam/ata/
HData_da.c1790 TAILQ_CONCAT(&queue, &softc->trim_req.bps, bio_queue); in adadone()
/NextBSD/sys/vm/
HDvm_page.c2729 TAILQ_CONCAT(&vpq->pq_pl, &lvpq->pq_pl, plinks.q); in vm_page_queue_fixup_locked()
/NextBSD/sys/cam/scsi/
HDscsi_da.c3056 TAILQ_CONCAT(&queue, &softc->delete_run_queue.queue, bio_queue); in dadone()
/NextBSD/sys/amd64/amd64/
HDpmap.c2827 TAILQ_CONCAT(&pv_chunks, &new_tail, pc_lru); in reclaim_pv_chunk()
3058 TAILQ_CONCAT(&pv_chunks, &new_tail, pc_lru); in reserve_pv_entries()
/NextBSD/sys/mips/mips/
HDpmap.c1495 TAILQ_CONCAT(&pv_chunks, &newtail, pc_lru); in pmap_pv_reclaim()

12