Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDin_pcb.h297 struct lwkt_token *infotoken; /* if this inpcbinfo is shared */ member
441 if ((pcbinfo)->infotoken) \
442 lwkt_gettoken((pcbinfo)->infotoken); \
447 if ((pcbinfo)->infotoken) \
448 lwkt_reltoken((pcbinfo)->infotoken); \
454 if ((pcbinfo)->infotoken) \
455 ASSERT_LWKT_TOKEN_HELD((pcbinfo)->infotoken); \
HDin_pcb.c202 pcbinfo->infotoken = kmalloc(sizeof(struct lwkt_token), in in_pcbinfo_init()
204 lwkt_token_init(pcbinfo->infotoken, "infotoken"); in in_pcbinfo_init()
206 pcbinfo->infotoken = NULL; in in_pcbinfo_init()
1349 KASSERT(pcbinfo->cpu == 0 || pcbinfo->infotoken != NULL, in in_pcbpurgeif0()
/dragonfly/sys/netinet6/
HDin6_pcb.c702 KASSERT(pcbinfo->cpu == 0 || pcbinfo->infotoken != NULL, in in6_pcbpurgeif0()