Home
last modified time | relevance | path

Searched refs:t_lock (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_tableset.c108 kmutex_t t_lock; member
413 mutex_init(&t->t_lock, MUTEX_DEFAULT, IPL_NET); in npf_table_create()
450 mutex_destroy(&t->t_lock); in npf_table_destroy()
555 mutex_enter(&t->t_lock); in npf_table_insert()
603 mutex_exit(&t->t_lock); in npf_table_insert()
626 mutex_enter(&t->t_lock); in npf_table_remove()
658 mutex_exit(&t->t_lock); in npf_table_remove()
689 mutex_enter(&t->t_lock); in npf_table_lookup()
691 mutex_exit(&t->t_lock); in npf_table_lookup()
772 mutex_exit(&t->t_lock); in table_generic_list()
[all …]
/netbsd-src/tests/kernel/
H A DMakefile18 TESTS_C+= t_lock
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c325 static struct slhci_cc_times t_lock; variable
379 times = &t_lock; in slhci_dump_cc_times()