Home
last modified time | relevance | path

Searched refs:TAILQ_REMOVE (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c140 TAILQ_REMOVE(&ctx->hotplug_devs, adev, hotplug_entry); in libusb_hotplug_scan()
145 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry); in libusb_hotplug_scan()
159 TAILQ_REMOVE(&hotplug_devs, adev, hotplug_entry); in libusb_hotplug_scan()
165 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry); in libusb_hotplug_scan()
174 TAILQ_REMOVE(&hotplug_devs, adev, hotplug_entry); in libusb_hotplug_scan()
245 TAILQ_REMOVE(&ctx->hotplug_cbh, handle, entry); in libusb_hotplug_deregister_callback()
/freebsd/lib/libc/db/mpool/
H A Dmpool.c160 TAILQ_REMOVE(head, bp, hq); in mpool_delete()
161 TAILQ_REMOVE(&mp->lqh, bp, q); in mpool_delete()
200 TAILQ_REMOVE(head, bp, hq); in mpool_get()
202 TAILQ_REMOVE(&mp->lqh, bp, q); in mpool_get()
302 TAILQ_REMOVE(&mp->lqh, bp, q); in mpool_close()
361 TAILQ_REMOVE(head, bp, hq); in mpool_bkt()
362 TAILQ_REMOVE(&mp->lqh, bp, q); in mpool_bkt()
/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c319 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset()
341 TAILQ_REMOVE(&opt_queue, por, por_entry); in pfctl_optimize_ruleset()
527 TAILQ_REMOVE(&block->sb_rules, p2, in combine_rules()
549 TAILQ_REMOVE(&block->sb_rules, p2, in combine_rules()
733 TAILQ_REMOVE(&head, por, por_entry); in reorder_rules()
778 TAILQ_REMOVE(&head, por, por_entry); in reorder_rules()
779 TAILQ_REMOVE(&skiplist->ps_rules, por, in reorder_rules()
853 TAILQ_REMOVE(&queue, por1, por_entry); in block_feedback()
1023 TAILQ_REMOVE(&sk->ps_rules, p2, in remove_from_skipsteps()
1034 TAILQ_REMOVE(head, sk, ps_entry); in remove_from_skipsteps()
[all …]
/freebsd/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c98 TAILQ_REMOVE(list, am, am_list); in auditfilter_module_list_free()
372 TAILQ_REMOVE(&filter_list, am1, am_list); in auditfilterd_conf_apply()
415 TAILQ_REMOVE(&filter_list, am1, am_list); in auditfilterd_conf_apply()
425 TAILQ_REMOVE(list, am2, am_list); in auditfilterd_conf_apply()
450 TAILQ_REMOVE(list, am1, am_list); in auditfilterd_conf_apply()
/freebsd/usr.sbin/lpr/common_source/
H A Drequest.c71 TAILQ_REMOVE(&rp->users, ru, ru_link); in free_request()
75 TAILQ_REMOVE(&rp->jobids, rj, rj_link); in free_request()
/freebsd/usr.sbin/nscd/
H A Dcacheplcs.c129 TAILQ_REMOVE(&queue_policy->head, queue_item, entries); in cache_queue_policy_remove_item()
225 TAILQ_REMOVE(&queue_policy->head, queue_item, entries); in destroy_cache_queue_policy()
288 TAILQ_REMOVE(&queue_policy->head, queue_item, entries); in cache_lru_policy_update_item()
408 TAILQ_REMOVE(&(lfu_policy->groups[lfu_item->frequency]), lfu_item, in cache_lfu_policy_update_item()
427 TAILQ_REMOVE(&(lfu_policy->groups[lfu_item->frequency]), lfu_item, in cache_lfu_policy_remove_item()
576 TAILQ_REMOVE(&(lfu_policy->groups[i]), lfu_item, in destroy_cache_lfu_policy()
/freebsd/sys/dev/usb/
H A Dusb_process.c164 TAILQ_REMOVE(&up->up_qhead, pm, pm_qentry); in usb_process()
321 TAILQ_REMOVE(&up->up_qhead, pm2, pm_qentry); in usb_proc_msignal()
386 TAILQ_REMOVE(&up->up_qhead, pm0, pm_qentry); in usb_proc_mwait()
390 TAILQ_REMOVE(&up->up_qhead, pm1, pm_qentry); in usb_proc_mwait()
/freebsd/sys/dev/usb/controller/
H A Dgeneric_ehci_fdt.c201 TAILQ_REMOVE(&sc->clk_list, clk, next); in generic_ehci_fdt_detach()
209 TAILQ_REMOVE(&sc->rst_list, rst, next); in generic_ehci_fdt_detach()
219 TAILQ_REMOVE(&sc->phy_list, phy, next); in generic_ehci_fdt_detach()
/freebsd/contrib/ntp/sntp/libevent/
H A Devrpc.c105 TAILQ_REMOVE(&base->paused_requests, pause, next); in evrpc_free()
155 TAILQ_REMOVE(head, hook, next); in evrpc_remove_hook_internal()
265 TAILQ_REMOVE(&base->registered_rpcs, rpc, next); in evrpc_unregister_rpc()
547 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_free()
552 TAILQ_REMOVE(&pool->paused_requests, pause, next); in evrpc_pool_free()
557 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_free()
607 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_add_connection()
616 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_remove_connection()
794 TAILQ_REMOVE(head, pause, next); in evrpc_resume_request()
964 TAILQ_REMOVE(&pool->requests, ctx, next); in evrpc_pool_schedule()
[all …]
/freebsd/contrib/libevent/
H A Devrpc.c105 TAILQ_REMOVE(&base->paused_requests, pause, next); in evrpc_free()
155 TAILQ_REMOVE(head, hook, next); in evrpc_remove_hook_internal()
265 TAILQ_REMOVE(&base->registered_rpcs, rpc, next); in evrpc_unregister_rpc()
547 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_free()
552 TAILQ_REMOVE(&pool->paused_requests, pause, next); in evrpc_pool_free()
557 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_free()
607 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_add_connection()
616 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_remove_connection()
794 TAILQ_REMOVE(head, pause, next); in evrpc_resume_request()
964 TAILQ_REMOVE(&pool->requests, ctx, next); in evrpc_pool_schedule()
[all …]
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c347 TAILQ_REMOVE(&pending_queue, ccb_h, periph_links.tqe); in cleanup()
351 TAILQ_REMOVE(&work_queue, ccb_h, periph_links.tqe); in cleanup()
519 TAILQ_REMOVE(&work_queue, ccb_h, in request_loop()
556 TAILQ_REMOVE(&pending_queue, &ccb->ccb_h, periph_links.tqe); in handle_read()
669 TAILQ_REMOVE(&work_queue, &atio->ccb_h, periph_links.tqe); in work_atio()
740 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h, in run_queue()
755 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h, in run_queue()
819 TAILQ_REMOVE(&work_queue, &inot->ccb_h, periph_links.tqe); in work_inot()
/freebsd/sys/arm/arm/
H A Dfiq.c145 TAILQ_REMOVE(&fiqhandler_stack, fh, fh_list); in fiq_release()
152 TAILQ_REMOVE(&fiqhandler_stack, fh, fh_list); in fiq_release()
/freebsd/sys/rpc/
H A Dclnt_bck.c327 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call()
340 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call()
352 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call()
358 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call()
366 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call()
374 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call()
H A Dreplay.c139 TAILQ_REMOVE(&rc->rc_cache[rce->rce_hash], rce, rce_link); in replay_free()
140 TAILQ_REMOVE(&rc->rc_all, rce, rce_alllink); in replay_free()
194 TAILQ_REMOVE(&rc->rc_all, rce, rce_alllink); in replay_find()
/freebsd/usr.bin/tail/
H A Dreverse.c210 TAILQ_REMOVE(&head, first, entries); in r_buf()
268 TAILQ_REMOVE(&head, tr, in r_buf()
278 TAILQ_REMOVE(&head, first, entries); in r_buf()
/freebsd/sys/kern/
H A Dsubr_rman.c207 TAILQ_REMOVE(&rm->rm_list, t, r_link); in rman_manage_region()
258 TAILQ_REMOVE(&rm->rm_list, r, r_link); in rman_fini()
263 TAILQ_REMOVE(&rman_head, rm, rm_link); in rman_fini()
374 TAILQ_REMOVE(&rm->rm_list, s, r_link); in rman_adjust_resource()
384 TAILQ_REMOVE(&rm->rm_list, t, r_link); in rman_adjust_resource()
709 TAILQ_REMOVE(&rm->rm_list, r, r_link); in int_rman_release_resource()
744 TAILQ_REMOVE(&rm->rm_list, r, r_link); in int_rman_release_resource()
745 TAILQ_REMOVE(&rm->rm_list, t, r_link); in int_rman_release_resource()
752 TAILQ_REMOVE(&rm->rm_list, r, r_link); in int_rman_release_resource()
758 TAILQ_REMOVE(&rm->rm_list, r, r_link); in int_rman_release_resource()
H A Dsubr_eventhandler.c196 TAILQ_REMOVE(&list->el_entries, ep, ee_link); in _eventhandler_deregister()
210 TAILQ_REMOVE(&list->el_entries, ep, ee_link); in _eventhandler_deregister()
290 TAILQ_REMOVE(&list->el_entries, ep, ee_link); in eventhandler_prune_list()
H A Dsubr_unit.c437 TAILQ_REMOVE(&uh->ppfree, up, list); in clean_unrhdrl()
585 TAILQ_REMOVE(&uh->head, us, list); in optimize_unr()
624 TAILQ_REMOVE(&uh->head, uf, list); in optimize_unr()
629 TAILQ_REMOVE(&uh->head, uf, list); in optimize_unr()
639 TAILQ_REMOVE(&uh->head, uf, list); in optimize_unr()
674 TAILQ_REMOVE(&uh->head, up, list); in collapse_unr()
684 TAILQ_REMOVE(&uh->head, upp, list); in collapse_unr()
690 TAILQ_REMOVE(&uh->head, upp, list); in collapse_unr()
699 TAILQ_REMOVE(&uh->head, upp, list); in collapse_unr()
709 TAILQ_REMOVE(&uh->head, upp, list); in collapse_unr()
/freebsd/sys/netgraph/
H A Dng_pipe.c700 TAILQ_REMOVE(&ngp_f->packet_head, ngp_h, ngp_link); in ngp_rcvdata()
707 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in ngp_rcvdata()
769 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in pipe_dequeue()
799 TAILQ_REMOVE(&ngp_f->packet_head, ngp_h, ngp_link); in pipe_dequeue()
822 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in pipe_dequeue()
827 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in pipe_dequeue()
882 TAILQ_REMOVE(&hinfo->qout_head, ngp_h, ngp_link); in pipe_dequeue()
965 TAILQ_REMOVE(&ngp_f->packet_head, ngp_h, ngp_link); in ngp_disconnect()
969 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in ngp_disconnect()
975 TAILQ_REMOVE(&hinfo->qout_head, ngp_h, ngp_link); in ngp_disconnect()
/freebsd/sbin/hastd/
H A Drangelock.c89 TAILQ_REMOVE(&rls->rls_locks, rl, rl_next); in rangelock_free()
123 TAILQ_REMOVE(&rls->rls_locks, rl, rl_next); in rangelock_del()
/freebsd/sys/security/audit/
H A Daudit_trigger.c89 TAILQ_REMOVE(&trigger_list, ti, list); in audit_close()
112 TAILQ_REMOVE(&trigger_list, ti, list); in audit_read()
/freebsd/sys/geom/
H A Dgeom_event.c244 TAILQ_REMOVE(&g_doorstep, pp, orphan); in one_event()
262 TAILQ_REMOVE(&g_events, ep, events); in one_event()
309 TAILQ_REMOVE(&g_doorstep, pp, orphan); in g_cancel_event()
321 TAILQ_REMOVE(&g_events, ep, events); in g_cancel_event()
/freebsd/sys/geom/eli/
H A Dg_eli_key_cache.c120 TAILQ_REMOVE(&sc->sc_ekeys_queue, key, gek_next); in g_eli_key_allocate()
153 TAILQ_REMOVE(&sc->sc_ekeys_queue, key, gek_next); in g_eli_key_replace()
172 TAILQ_REMOVE(&sc->sc_ekeys_queue, key, gek_next); in g_eli_key_remove()
332 TAILQ_REMOVE(&sc->sc_ekeys_queue, key, gek_next); in g_eli_key_hold()
/freebsd/sys/cam/ctl/
H A Dctl_tpc.c170 TAILQ_REMOVE(&lun->tpc_lists, list, links); in tpc_timeout()
236 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_tpc_lun_clear()
250 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_tpc_lun_shutdown()
963 TAILQ_REMOVE(&run, tior, rlinks); in tpc_process_b2b()
984 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_verify()
1047 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_register_key()
1184 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_wut()
1321 TAILQ_REMOVE(&run, tior, rlinks); in tpc_process_wut()
1342 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_zero_wut()
1406 TAILQ_REMOVE(&run, tiow, rlinks); in tpc_process_zero_wut()
[all …]
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c588 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_cache_flush()
595 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_cache_flush()
731 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow_add()
753 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow_add()
764 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow_add()
853 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow6_add()
876 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow6_add()
887 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow6_add()
1126 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_expire()
1165 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_expire()

12345678910>>...22