Searched refs:SMR_SLIST_REMOVE_LOCKED (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/sys/ |
| D | smr.h | 225 #define SMR_SLIST_REMOVE_LOCKED(head, elm, type, field) do { \ macro
|
| /openbsd/src/sys/net/ |
| D | if_sec.c | 278 SMR_SLIST_REMOVE_LOCKED(&sec_map[idx], sc, sec_softc, sc_entry); in sec_down()
|
| D | if_vlan.c | 619 SMR_SLIST_REMOVE_LOCKED(list, sc, vlan_softc, sc_list); in vlan_down() 896 SMR_SLIST_REMOVE_LOCKED(list, sc, vlan_softc, sc_list); in vlan_set_vnetid()
|
| D | if_bridge.c | 554 SMR_SLIST_REMOVE_LOCKED(&sc->sc_iflist, bif, bridge_iflist, bif_next); in bridge_ifremove() 585 SMR_SLIST_REMOVE_LOCKED(&sc->sc_spanlist, bif, bridge_iflist, bif_next); in bridge_spanremove()
|
| D | bpf.c | 328 SMR_SLIST_REMOVE_LOCKED(&bp->bif_dlist, d, bpf_d, bd_next); in bpf_detachd()
|
| D | if_pflow.c | 305 SMR_SLIST_REMOVE_LOCKED(&pflowif_list, sc, pflow_softc, sc_next); in pflow_clone_destroy()
|
| /openbsd/src/sys/dev/dt/ |
| D | dt_dev.c | 579 SMR_SLIST_REMOVE_LOCKED(&dtp->dtp_pcbs, dp, dt_pcb, dp_pnext); in dt_ioctl_record_stop()
|