Home
last modified time | relevance | path

Searched refs:SIMPLEQ_REMOVE_HEAD (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/dtv/
H A Ddtv_buffer.c87 SIMPLEQ_REMOVE_HEAD(&ds->ds_ingress, db_entries); in dtv_buffer_write()
192 SIMPLEQ_REMOVE_HEAD(&ds->ds_egress, db_entries); in dtv_stream_dequeue()
227 SIMPLEQ_REMOVE_HEAD(&ds->ds_ingress, db_entries); in dtv_buffer_destroy()
231 SIMPLEQ_REMOVE_HEAD(&ds->ds_egress, db_entries); in dtv_buffer_destroy()
/dports/sysutils/cmogstored/cmogstored-1.8.1/bsd/
H A Dsimpleq.h84 #define SIMPLEQ_REMOVE_HEAD(head, field) do { \ macro
91 SIMPLEQ_REMOVE_HEAD((head), field); \
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/linux/
H A Dlinux_idr.c222 SIMPLEQ_REMOVE_HEAD(&idr_cache.preloaded_nodes, in_list); in idr_alloc()
259 SIMPLEQ_REMOVE_HEAD(&idr_cache.discarded_nodes, in_list); in idr_preload_end()
265 SIMPLEQ_REMOVE_HEAD(&temp, in_list); in idr_preload_end()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dqueue.h52 SIMPLEQ_REMOVE_HEAD((head), field); \
61 #define STAILQ_REMOVE_HEAD(head, field) SIMPLEQ_REMOVE_HEAD(head, field)
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dqueue.h52 SIMPLEQ_REMOVE_HEAD((head), field); \
61 #define STAILQ_REMOVE_HEAD(head, field) SIMPLEQ_REMOVE_HEAD(head, field)
/dports/sysutils/cmogstored/cmogstored-1.8.1/
H A Dioq.c129 SIMPLEQ_REMOVE_HEAD(&mog_ioq_current->ioq_head, ioqent); in mog_ioq_next()
205 SIMPLEQ_REMOVE_HEAD(&ioq->ioq_head, ioqent); in mog_ioq_adjust()
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/
H A DCompactProtocol.xs21 SIMPLEQ_REMOVE_HEAD(p->last_fields, entries); in resetState()
91 SIMPLEQ_REMOVE_HEAD(p->last_fields, entries); in writeStructEnd()
357 SIMPLEQ_REMOVE_HEAD(p->last_fields, entries); in readStructEnd()
395 SIMPLEQ_REMOVE_HEAD(p->last_fields, entries); in readFieldBegin()
407 SIMPLEQ_REMOVE_HEAD(p->last_fields, entries); in readFieldBegin()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/acpi/
H A Dacpi_resource.c473 SIMPLEQ_REMOVE_HEAD(&res->ar_io, ar_list); in acpi_resource_cleanup()
480 SIMPLEQ_REMOVE_HEAD(&res->ar_iorange, ar_list); in acpi_resource_cleanup()
487 SIMPLEQ_REMOVE_HEAD(&res->ar_mem, ar_list); in acpi_resource_cleanup()
494 SIMPLEQ_REMOVE_HEAD(&res->ar_memrange, ar_list); in acpi_resource_cleanup()
501 SIMPLEQ_REMOVE_HEAD(&res->ar_irq, ar_list); in acpi_resource_cleanup()
508 SIMPLEQ_REMOVE_HEAD(&res->ar_drq, ar_list); in acpi_resource_cleanup()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/cardbus/
H A Dcardslot.c306 SIMPLEQ_REMOVE_HEAD(&sc->sc_events, ce_q); in cardslot_event_thread()
325 SIMPLEQ_REMOVE_HEAD(&sc->sc_events, in cardslot_event_thread()
328 SIMPLEQ_REMOVE_HEAD(&sc->sc_events, in cardslot_event_thread()
/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/freebsd/
H A Dutil.h18 #define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD macro
/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/netbsd/
H A Dutil.h16 #define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD macro
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.c190 SIMPLEQ_REMOVE_HEAD(&ribnames, entry); in main()
425 SIMPLEQ_REMOVE_HEAD(&ribnames, entry); in main()
584 SIMPLEQ_REMOVE_HEAD(&ribnames, entry); in send_config()
613 SIMPLEQ_REMOVE_HEAD(&conf->prefixsets, entry); in send_config()
629 SIMPLEQ_REMOVE_HEAD(&conf->originsets, entry); in send_config()
663 SIMPLEQ_REMOVE_HEAD(&conf->as_sets, entry); in send_config()
702 SIMPLEQ_REMOVE_HEAD(&conf->l3vpns, entry); in send_config()
H A Dconfig.c106 SIMPLEQ_REMOVE_HEAD(l3vpns, entry); in free_l3vpns()
123 SIMPLEQ_REMOVE_HEAD(psh, entry); in free_prefixsets()
139 SIMPLEQ_REMOVE_HEAD(psh, entry); in free_rde_prefixsets()
173 SIMPLEQ_REMOVE_HEAD(rh, entry); in free_rtrs()
/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/linux/
H A Dutil.h43 #define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/spi/
H A Dspivar.h126 SIMPLEQ_REMOVE_HEAD(q, st_chain)
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/src/
H A Dsimple_queue.h105 #define SIMPLEQ_REMOVE_HEAD(head, field) do { \ macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdsysqueue.h305 #ifndef SIMPLEQ_REMOVE_HEAD
306 #define SIMPLEQ_REMOVE_HEAD(head, field) do { \ macro
/dports/devel/agar/agar-1.5.0/core/
H A Dqueue_close.h47 #undef SIMPLEQ_REMOVE_HEAD
/dports/www/lighttpd/lighttpd-1.4.63/src/ls-hpack/
H A Dlshpack.h232 #define STAILQ_REMOVE_HEAD SIMPLEQ_REMOVE_HEAD
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdsysqueue.h324 #ifndef SIMPLEQ_REMOVE_HEAD
325 #define SIMPLEQ_REMOVE_HEAD(head, field) do { \ macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdsysqueue.h324 #ifndef SIMPLEQ_REMOVE_HEAD
325 #define SIMPLEQ_REMOVE_HEAD(head, field) do { \ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ata/
H A Dld_ataraid.c316 SIMPLEQ_REMOVE_HEAD(&sc->sc_cbufq, cb_q); in ld_ataraid_start_vstrategy()
361 SIMPLEQ_REMOVE_HEAD(&sc->sc_cbufq, cb_q); in ld_ataraid_start_span()
451 SIMPLEQ_REMOVE_HEAD(&sc->sc_cbufq, cb_q); in ld_ataraid_start_raid0()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Drtl81x9.c773 SIMPLEQ_REMOVE_HEAD(&sc->rtk_tx_dirty, txd_q); in rtk_list_tx_init()
775 SIMPLEQ_REMOVE_HEAD(&sc->rtk_tx_free, txd_q); in rtk_list_tx_init()
1107 SIMPLEQ_REMOVE_HEAD(&sc->rtk_tx_dirty, txd_q); in rtk_txeof()
1294 SIMPLEQ_REMOVE_HEAD(&sc->rtk_tx_free, txd_q); in rtk_start()
1487 SIMPLEQ_REMOVE_HEAD(&sc->rtk_tx_dirty, txd_q); in rtk_stop()
H A Di82365.c555 SIMPLEQ_REMOVE_HEAD(&h->events, pe_q); in pcic_event_thread()
571 SIMPLEQ_REMOVE_HEAD(&h->events, pe_q); in pcic_event_thread()
573 SIMPLEQ_REMOVE_HEAD(&h->events, pe_q); in pcic_event_thread()
596 SIMPLEQ_REMOVE_HEAD(&h->events, pe_q); in pcic_event_thread()
598 SIMPLEQ_REMOVE_HEAD(&h->events, pe_q); in pcic_event_thread()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_rndq.c996 SIMPLEQ_REMOVE_HEAD(&tmp_samples, next); in rnd_add_data_ts()
1022 SIMPLEQ_REMOVE_HEAD(&tmp_samples, next); in rnd_add_data_ts()
1110 SIMPLEQ_REMOVE_HEAD(&rnd_samples.q, next); in rnd_process_events()
1133 SIMPLEQ_REMOVE_HEAD(&dq_samples, next); in rnd_process_events()
1199 SIMPLEQ_REMOVE_HEAD(&df_samples, next); in rnd_process_events()

123456789