Home
last modified time | relevance | path

Searched refs:mp_token (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
HDmplock2.h20 #define get_mplock() lwkt_gettoken(&mp_token)
21 #define try_mplock() lwkt_trytoken(&mp_token)
22 #define rel_mplock() lwkt_reltoken(&mp_token)
23 #define get_mplock_count(td) lwkt_cnttoken(&mp_token, td)
27 #define MP_LOCK_HELD() LWKT_TOKEN_HELD_EXCL(&mp_token)
28 #define ASSERT_MP_LOCK_HELD() ASSERT_LWKT_TOKEN_HELD_EXCL(&mp_token)
HDthread.h454 extern struct lwkt_token mp_token;
/dragonfly/sys/kern/
HDlwkt_token.c135 struct lwkt_token mp_token = LWKT_TOKEN_INITIALIZER(mp_token); variable
167 &mp_token.t_collisions, 0, "Collision counter of mp_token");
199 KKASSERT(mp_token.t_ref == NULL); in cpu_get_initial_mplock()
200 if (lwkt_trytoken(&mp_token) == FALSE) in cpu_get_initial_mplock()
981 &mp_token, in DB_SHOW_COMMAND()
/dragonfly/sys/netinet6/
HDmld6.c110 static struct lwkt_token mld6_token = LWKT_TOKEN_INITIALIZER(mp_token);