HomeSort by: relevance | last modified time | path
    Searched defs:t_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/npf/
npf_tableset.c 108 kmutex_t t_lock; member in struct:npf_table
413 mutex_init(&t->t_lock, MUTEX_DEFAULT, IPL_NET);
450 mutex_destroy(&t->t_lock);
555 mutex_enter(&t->t_lock);
603 mutex_exit(&t->t_lock);
626 mutex_enter(&t->t_lock);
658 mutex_exit(&t->t_lock);
689 mutex_enter(&t->t_lock);
691 mutex_exit(&t->t_lock);
772 mutex_exit(&t->t_lock);
    [all...]
  /src/sys/dev/ic/
sl811hs.c 325 static struct slhci_cc_times t_lock; variable in typeref:struct:slhci_cc_times
379 times = &t_lock;

Completed in 14 milliseconds