Searched refs:infotoken (Results 1 – 3 of 3) sorted by relevance
297 struct lwkt_token *infotoken; /* if this inpcbinfo is shared */ member441 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); \
202 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()
702 KASSERT(pcbinfo->cpu == 0 || pcbinfo->infotoken != NULL, in in6_pcbpurgeif0()