Searched refs:sx_init_flags (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sx.h | 105 #define sx_init(sx, desc) sx_init_flags((sx), (desc), 0) 106 void sx_init_flags(struct sx *sx, const char *description, int opts); 313 sx_init_flags(struct sx *sx, const char *description, int opts) in sx_init_flags() function
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | mutex.h | 63 sx_init_flags((lock), _name, MUTEX_FLAGS); \
|
| H A D | rwlock.h | 73 sx_init_flags((lock), _name, RW_FLAGS); \
|
| /f-stack/lib/ |
| H A D | ff_lock.c | 293 sx_init_flags(struct sx *sx, const char *description, int opts) in sx_init_flags() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 95 sx_init_flags(&tqenthashtbl_lock[i], "tqenthash", SX_DUPOK); in system_taskq_init()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sx.c | 232 sx_init_flags(sargs->sa_sx, sargs->sa_desc, sargs->sa_flags); in sx_sysinit() 236 sx_init_flags(struct sx *sx, const char *description, int opts) in sx_init_flags() function
|
| H A D | kern_rmlock.c | 298 sx_init_flags(&rm->rm_lock_sx, "rmlock_sx", in rm_init_flags()
|
| H A D | kern_proc.c | 193 sx_init_flags(&pidhashtbl_lock[i], "pidhash", SX_DUPOK); in procinit()
|
| /f-stack/freebsd/net/ |
| H A D | if_vlan.c | 247 sx_init_flags(&_VLAN_SX_ID, "vlan_sx", SX_RECURSE)
|