| /f-stack/lib/ |
| H A D | ff_freebsd_init.c | 116 sx_init(&proctree_lock, "proctree"); in ff_freebsd_init()
|
| H A D | ff_lock.c | 378 sx_init(args->sa_sx, args->sa_desc); in sx_sysinit()
|
| /f-stack/freebsd/net/ |
| H A D | vnet.c | 310 sx_init(&vnet_sxlock, "vnet_sxlock"); in vnet_init_prelink() 311 sx_init(&vnet_sysinit_sxlock, "vnet_sysinit_sxlock"); in vnet_init_prelink() 354 sx_init(&vnet_data_free_lock, "vnet_data alloc lock"); in vnet_data_startup()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | arc_os.c | 243 sx_init(&arc_vnlru_lock, "arc vnlru lock"); in arc_lowmem_init()
|
| /f-stack/freebsd/net/route/ |
| H A D | route_tables.c | 79 #define RTABLES_LOCK_INIT() sx_init(&V_rtables_lock, "rtables lock")
|
| /f-stack/freebsd/arm64/intel/ |
| H A D | stratix10-soc-fpga-mgr.c | 251 sx_init(&sc->sx, "s10 fpga"); in fpgamgr_s10_attach()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_bsm_db.c | 105 #define EVNAMEMAP_LOCK_INIT() sx_init(&evnamemap_lock, "evnamemap_lock");
|
| H A D | audit_worker.c | 103 #define AUDIT_WORKER_LOCK_INIT() sx_init(&audit_worker_lock, \
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sharedpage.c | 122 sx_init(&shared_page_alloc_sx, "shpsx"); in shared_page_init()
|
| H A D | subr_pcpu.c | 129 sx_init(&dpcpu_lock, "dpcpu alloc lock"); in dpcpu_startup()
|
| H A D | subr_epoch.c | 292 sx_init(&epoch_sx, "epoch-sx"); in epoch_init() 369 sx_init(&epoch->e_drain_sx, "epoch-drain-sx"); in epoch_alloc()
|
| H A D | kern_lockf.c | 287 sx_init(&lf_lock_states_lock, "lock states lock"); in lf_init() 291 sx_init(&lf_lock_owners[i].lock, "lock owners lock"); in lf_init() 295 sx_init(&lf_owner_graph_lock, "owner graph lock"); in lf_init() 610 sx_init(&ls->ls_lock, "ls_lock"); in lf_advlockasync()
|
| H A D | kern_module.c | 86 sx_init(&modules_sx, "module subsystem sx lock"); in module_init()
|
| H A D | kern_osd.c | 436 sx_init(&osdm[i].osd_module_lock, "osd_module"); in osd_init()
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 153 #define lmutex_init(lock) sx_init(&(lock)->mtx, #lock)
|
| /f-stack/freebsd/sys/ |
| H A D | sx.h | 105 #define sx_init(sx, desc) sx_init_flags((sx), (desc), 0) macro
|
| H A D | filedesc.h | 166 #define FILEDESC_LOCK_INIT(fdp) sx_init(&(fdp)->fd_sx, "filedesc structure")
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | as3722.c | 68 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "as3722")
|
| H A D | as3722_gpio.c | 547 sx_init(&sc->gpio_lock, "AS3722 GPIO lock"); in as3722_gpio_attach()
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | max77620_rtc.c | 85 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "max77620_rtc")
|
| H A D | max77620.c | 67 #define LOCK_INIT(_sc) sx_init(&(_sc)->lock, "max77620")
|
| /f-stack/freebsd/arm/ti/twl/ |
| H A D | twl_clks.c | 141 #define TWL_CLKS_LOCK_INIT(_sc) sx_init(&(_sc)->sc_sx, "twl_clks")
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | raspberrypi_gpio.c | 368 sx_init(&sc->sc_sx, "Raspberry Pi firmware gpio"); in rpi_fw_gpio_attach()
|
| /f-stack/freebsd/libkern/ |
| H A D | iconv.c | 112 sx_init(&iconv_lock, "iconv"); in iconv_mod_handler()
|
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | tegra_host1x.c | 66 #define LOCK_INIT(_sc) sx_init(&_sc->lock, "host1x")
|