Searched refs:t4_list_lock (Results 1 – 1 of 1) sorted by relevance
296 static struct sx t4_list_lock; variable1900 sx_xlock(&t4_list_lock); in t4_detach_common()1902 sx_xunlock(&t4_list_lock); in t4_detach_common()3993 sx_xlock(&t4_list_lock); in t4_add_adapter()3995 sx_xunlock(&t4_list_lock); in t4_add_adapter()13276 sx_slock(&t4_list_lock); in t4_iterate()13284 sx_sunlock(&t4_list_lock); in t4_iterate()14265 sx_init(&t4_list_lock, "T4/T5 adapters"); in mod_event()14313 sx_slock(&t4_list_lock); in mod_event()14316 sx_sunlock(&t4_list_lock); in mod_event()[all …]