Home
last modified time | relevance | path

Searched refs:SX_XLOCKED (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13-stable/sys/fs/devfs/
HDdevfs_devs.c304 sx_assert(&dmp->dm_lock, SX_XLOCKED); in devfs_vmkdir()
338 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_rmdir_empty()
449 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_purge()
523 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_populate_loop()
678 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_populate()
694 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_cleanup()
HDdevfs_rule.c145 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_rules_apply()
170 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_rules_ioctl()
781 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_rules_cleanup()
796 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_ruleset_set()
811 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_ruleset_apply()
/freebsd-13-stable/sys/kern/
HDkern_acct.c315 sx_assert(&acct_sx, SX_XLOCKED); in acct_disable()
549 sx_assert(&acct_sx, SX_XLOCKED); in acctwatch()
HDkern_exit.c137 sx_assert(&proctree_lock, SX_XLOCKED); in reaper_abandon_children()
1401 sx_assert(&proctree_lock, SX_XLOCKED); in proc_add_orphan()
1423 sx_assert(&proctree_lock, SX_XLOCKED); in proc_reparent()
HDkern_lockf.c1049 sx_assert(&state->ls_lock, SX_XLOCKED); in lf_add_incoming()
2231 sx_assert(&lf_owner_graph_lock, SX_XLOCKED); in graph_add_edge()
2367 sx_assert(&lf_owner_graph_lock, SX_XLOCKED); in graph_remove_edge()
2401 sx_assert(&lf_owner_graph_lock, SX_XLOCKED); in graph_alloc_vertex()
2431 sx_assert(&lf_owner_graph_lock, SX_XLOCKED); in graph_free_vertex()
HDkern_procctl.c138 sx_assert(&proctree_lock, SX_XLOCKED); in reap_acquire()
155 sx_assert(&proctree_lock, SX_XLOCKED); in reap_release()
HDkern_proc.c579 sx_assert(&proctree_lock, SX_XLOCKED); in enterpgrp()
651 sx_assert(&proctree_lock, SX_XLOCKED); in enterthispgrp()
758 sx_assert(&proctree_lock, SX_XLOCKED); in doenterpgrp()
792 sx_assert(&proctree_lock, SX_XLOCKED); in leavepgrp()
814 sx_assert(&proctree_lock, SX_XLOCKED); in pgdelete()
HDkern_cpu.c94 #define CF_MTX_ASSERT(x) sx_assert((x), SX_XLOCKED)
HDkern_ktrace.c387 sx_assert(&ktrace_sx, SX_XLOCKED); in ktr_drain()
/freebsd-13-stable/sys/geom/raid/
HDg_raid.c644 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_event_send()
663 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_event_cancel()
686 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_event_check()
918 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_clean()
945 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_dirty()
1717 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_update_volume()
1764 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_update_subdisk()
1785 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_update_disk()
1802 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_update_node()
2156 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid_destroy()
/freebsd-13-stable/sys/geom/mirror/
HDg_mirror.c264 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_event_cancel()
308 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_id2disk()
515 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_destroy_disk()
573 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_destroy_device()
817 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_bump_syncid()
840 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_bump_genid()
864 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_idle()
897 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_unidle()
2346 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_timeout_drain()
2429 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_update_device()
[all …]
HDg_mirror_ctl.c131 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_mirror_find_disk()
/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_mod.c852 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_remove_owner()
915 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_link_target_process()
983 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_unlink_target_process()
1109 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_attach_one_process()
1186 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_attach_process()
1248 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_detach_one_process()
1303 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_detach_process()
2031 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_log_all_process_mappings()
2115 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_hook_handler()
2785 sx_assert(&pmc_sx, SX_XLOCKED); in pmc_release_pmc_descriptor()
[all …]
/freebsd-13-stable/sys/geom/raid3/
HDg_raid3.c317 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_event_send()
358 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_event_cancel()
573 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_destroy_disk()
609 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_destroy_device()
802 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_bump_syncid()
827 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_bump_genid()
853 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_idle()
888 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_unidle()
1976 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_try_destroy()
2186 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_sync_start()
[all …]
HDg_raid3_ctl.c77 sx_assert(&sc->sc_lock, SX_XLOCKED); in g_raid3_find_disk()
/freebsd-13-stable/sys/sys/
HDmodule.h221 #define MOD_XLOCK_ASSERT sx_assert(&modules_sx, SX_XLOCKED)
HDsx.h293 #define SX_XLOCKED LA_XLOCKED macro
HDfiledesc.h175 #define FILEDESC_XLOCK_ASSERT(fdp) sx_assert(&(fdp)->fd_sx, SX_XLOCKED | \
/freebsd-13-stable/sys/dev/e1000/
HDe1000_osdep.h148 …TX_LOCK_HELD(hw) (sx_assert(iflib_ctx_lock_get(((struct e1000_osdep *)hw->back)->ctx), SX_XLOCKED))
/freebsd-13-stable/sys/dev/wg/
HDif_wg.c389 sx_assert(&sc->sc_lock, SX_XLOCKED); in wg_peer_alloc()
461 sx_assert(&sc->sc_lock, SX_XLOCKED); in wg_peer_destroy()
659 sx_assert(&sc->sc_lock, SX_XLOCKED); in wg_socket_init()
740 sx_assert(&sc->sc_lock, SX_XLOCKED); in wg_socket_set_cookie()
752 sx_assert(&sc->sc_lock, SX_XLOCKED); in wg_socket_set_fibnum()
772 sx_assert(&sc->sc_lock, SX_XLOCKED); in wg_socket_set()
2243 sx_assert(&sc->sc_lock, SX_XLOCKED); in wg_peer_add()
/freebsd-13-stable/sys/geom/
HDgeom.h404 sx_assert(&topology_lock, SX_XLOCKED); \
/freebsd-13-stable/sys/dev/acpica/
HDacpivar.h170 #define ACPI_SERIAL_ASSERT(sys) sx_assert(&sys##_sxlock, SX_XLOCKED);
/freebsd-13-stable/sys/dev/xen/xenstore/
HDxenstore.c459 sx_assert(&xs.request_mutex, SX_XLOCKED); in xs_write_store()
/freebsd-13-stable/sys/dev/usb/misc/
HDcp2112.c71 #define CP2112GPIO_LOCKED(sc) sx_assert(&sc->gpio_lock, SX_XLOCKED)
/freebsd-13-stable/sys/rpc/rpcsec_gss/
HDsvc_rpcsec_gss.c691 sx_assert(&svc_rpc_gss_lock, SX_XLOCKED); in svc_rpc_gss_forget_client_locked()

12