Symbol: lwkt_token_t
sys/ddb/db_ps.c
188
lwkt_token_t tok;
sys/kern/kern_lockf.c
201
lwkt_token_t token;
sys/kern/lwkt_token.c
212
lwkt_token_t
sys/kern/lwkt_token.c
231
_lwkt_tokref_init(lwkt_tokref_t ref, lwkt_token_t tok, thread_t td, long excl)
sys/kern/lwkt_token.c
252
lwkt_token_t tok;
sys/kern/lwkt_token.c
437
lwkt_token_t tok;
sys/kern/lwkt_token.c
480
lwkt_token_t tok;
sys/kern/lwkt_token.c
571
lwkt_token_t tok;
sys/kern/lwkt_token.c
655
lwkt_gettoken(lwkt_token_t tok)
sys/kern/lwkt_token.c
726
lwkt_gettoken_shared(lwkt_token_t tok)
sys/kern/lwkt_token.c
792
lwkt_trytoken(lwkt_token_t tok)
sys/kern/lwkt_token.c
815
lwkt_token_t
sys/kern/lwkt_token.c
818
lwkt_token_t tok;
sys/kern/lwkt_token.c
832
lwkt_reltoken(lwkt_token_t tok)
sys/kern/lwkt_token.c
868
lwkt_token_t tok = _lwkt_token_pool_lookup(ptr);
sys/kern/lwkt_token.c
877
lwkt_cnttoken(lwkt_token_t tok, thread_t td)
sys/kern/lwkt_token.c
905
lwkt_token_t
sys/kern/lwkt_token.c
915
lwkt_token_init(lwkt_token_t tok, const char *desc)
sys/kern/lwkt_token.c
924
lwkt_token_uninit(lwkt_token_t tok)
sys/kern/lwkt_token.c
946
lwkt_token_t tok1, tok2;
sys/kern/lwkt_token.c
98
#define TOKEN_ARGS lwkt_tokref_t ref, lwkt_token_t tok, struct thread *td
sys/sys/thread.h
198
lwkt_token_t tr_tok; /* token in question */
sys/sys/thread.h
522
void lwkt_gettoken(lwkt_token_t);
sys/sys/thread.h
523
void lwkt_gettoken_shared(lwkt_token_t);
sys/sys/thread.h
524
int lwkt_trytoken(lwkt_token_t);
sys/sys/thread.h
525
void lwkt_reltoken(lwkt_token_t);
sys/sys/thread.h
526
int lwkt_cnttoken(lwkt_token_t, thread_t);
sys/sys/thread.h
529
void lwkt_token_init(lwkt_token_t, const char *);
sys/sys/thread.h
530
void lwkt_token_uninit(lwkt_token_t);
sys/sys/thread.h
533
lwkt_token_t lwkt_token_pool_lookup(void *);
sys/sys/thread.h
534
lwkt_token_t lwkt_getpooltoken(void *);
sys/sys/thread2.h
60
_lwkt_token_held_any(lwkt_token_t tok, thread_t td)
sys/sys/thread2.h
78
_lwkt_token_held_excl(lwkt_token_t tok, thread_t td)
sys/vm/vm_object.h
306
static __inline lwkt_token_t
usr.sbin/makefs/hammer2/hammer2_compat.h
896
lwkt_gettoken(lwkt_token_t tok)
usr.sbin/makefs/hammer2/hammer2_compat.h
902
lwkt_reltoken(lwkt_token_t tok)