Searched refs:LIST_REMOVE (Results 176 - 200 of 264) sorted by relevance

1234567891011

/freebsd-13-stable/sys/kern/
H A Dkern_thread.c1696 LIST_REMOVE(td, td_hash);
1762 LIST_REMOVE(td, td_hash);
H A Dkern_jail.c2795 LIST_REMOVE(pr, pr_sibling);
2930 LIST_REMOVE(rpr, pr_sibling);
2947 LIST_REMOVE(rpr, pr_sibling);
4373 LIST_REMOVE(prr, prr_next);
H A Dkern_rmlock.c490 LIST_REMOVE(tracker, rmp_qentry);
H A Dsubr_rman.c708 LIST_REMOVE(r, r_sharelink);
H A Dsubr_taskqueue.c483 LIST_REMOVE(&tb, tb_link);
H A Duipc_sem.c423 LIST_REMOVE(map, km_link);
/freebsd-13-stable/sys/rpc/
H A Dsvc.c410 LIST_REMOVE(st, st_ilink);
1222 LIST_REMOVE(st, st_ilink);
/freebsd-13-stable/sys/vm/
H A Dvm_reserv.c406 LIST_REMOVE(rv, objq);
1397 LIST_REMOVE(rv, objq);
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.c430 LIST_REMOVE(c, active_link);
787 LIST_REMOVE(c, active_link);
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c315 LIST_REMOVE(sc, sc_attached_list);
1173 LIST_REMOVE(drv, linux_driver_list);
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dmain.c990 LIST_REMOVE(f, link);
1816 LIST_REMOVE(tp, link);
1934 LIST_REMOVE(tp, link);
/freebsd-13-stable/sys/dev/esp/
H A Dncr53c9x.c1483 LIST_REMOVE(li, link);
2543 LIST_REMOVE(li, link);
3250 LIST_REMOVE(li, link);
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_db.c868 LIST_REMOVE(lnk, list_out);
871 LIST_REMOVE(lnk, list_in);
2500 LIST_REMOVE(la, instancelist);
/freebsd-13-stable/sys/net/altq/
H A Daltq_subr.c1448 LIST_REMOVE(afp, f_chain);
1476 LIST_REMOVE(afp, f_chain);
/freebsd-13-stable/sys/net80211/
H A Dieee80211_scan_sta.c226 LIST_REMOVE(se, se_hash);
1737 LIST_REMOVE(se, se_hash);
/freebsd-13-stable/sys/arm64/iommu/
H A Dsmmu.c1725 LIST_REMOVE(domain, next);
1824 LIST_REMOVE(ctx, next);
/freebsd-13-stable/sys/cam/ctl/
H A Dscsi_ctl.c1118 LIST_REMOVE(&done_ccb->ccb_h, periph_links.le);
1408 LIST_REMOVE(&done_ccb->ccb_h, periph_links.le);
/freebsd-13-stable/usr.sbin/inetd/
H A Dinetd.c970 LIST_REMOVE(sc, sc_link);
2006 LIST_REMOVE(sc, sc_link);
2513 LIST_REMOVE(conn, co_link);
2530 LIST_REMOVE(conn, co_link);
2564 LIST_REMOVE(proc, pr_link);
/freebsd-13-stable/sys/netinet6/
H A Dnd6_rtr.c667 LIST_REMOVE(pfr, pfr_entry);
1425 LIST_REMOVE(pr, ndpr_entry);
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_ratelim.c801 LIST_REMOVE(bevp, rate_limiting->next_in_group);
/freebsd-13-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c324 LIST_REMOVE(s, entry);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c801 LIST_REMOVE(bevp, rate_limiting->next_in_group);
/freebsd-13-stable/sys/net/
H A Dif_vxlan.c779 LIST_REMOVE(fe, vxlfe_hash);
934 LIST_REMOVE(vso, vxlso_entry);
1402 LIST_REMOVE(sc, vxl_entry);
3591 LIST_REMOVE(sc, vxl_ifdetach_list);
/freebsd-13-stable/sys/sys/
H A Dqueue.h597 #define LIST_REMOVE(elm, field) do { \ macro
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_extattr.c697 LIST_REMOVE(uele, uele_entries);

Completed in 223 milliseconds

1234567891011