Searched refs:SX_DUPOK (Results 1 – 7 of 7) sorted by relevance
49 #define MUTEX_FLAGS (SX_DUPOK | SX_NEW | SX_NOWITNESS)51 #define MUTEX_FLAGS (SX_DUPOK | SX_NEW)
51 #define RW_FLAGS (SX_DUPOK | SX_NOWITNESS)53 #define RW_FLAGS (SX_DUPOK)
297 MPASS((opts & ~(SX_QUIET | SX_RECURSE | SX_NOWITNESS | SX_DUPOK | in sx_init_flags()301 if (opts & SX_DUPOK) in sx_init_flags()
272 #define SX_DUPOK 0x01 macro308 #define SX_DUPOK 0 macro
95 sx_init_flags(&tqenthashtbl_lock[i], "tqenthash", SX_DUPOK); in system_taskq_init()
240 MPASS((opts & ~(SX_QUIET | SX_RECURSE | SX_NOWITNESS | SX_DUPOK | in sx_init_flags()247 if (opts & SX_DUPOK) in sx_init_flags()
193 sx_init_flags(&pidhashtbl_lock[i], "pidhash", SX_DUPOK); in procinit()