Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c1159 char tqn[TASKQ_NAMELEN]; in dam_addrset_activate() local
1170 (void) snprintf(tqn, sizeof (tqn), "actv-%s", mapp->dam_name); in dam_addrset_activate()
1171 tqp = taskq_create(tqn, nset, maxclsyspri, 1, in dam_addrset_activate()
1205 char tqn[TASKQ_NAMELEN]; in dam_addrset_deactivate() local
1217 (void) snprintf(tqn, sizeof (tqn), "deactv-%s", in dam_addrset_deactivate()
1219 tqp = taskq_create(tqn, nset, maxclsyspri, 1, in dam_addrset_deactivate()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3428 ipftqent_t *tqe, *tqn; local
3435 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3438 tqn = tqe->tqe_next;
3444 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3447 tqn = tqe->tqe_next;
H A Dfil.c7516 ipftqent_t *tqe, *tqn; local
7533 tqn = ifq->ifq_head;
7534 while ((tqe = tqn) != NULL && tqe->tqe_touched < droptick) {
7535 tqn = tqe->tqe_next;
7574 ipftqent_t *tqe, *tqn; local
7597 tqn = ifq->ifq_head;
7598 while ((tqe = tqn) != NULL) {
7599 tqn = tqe->tqe_next;
H A Dip_nat.c4683 ipftqent_t *tqe, *tqn; local
4690 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
4693 tqn = tqe->tqe_next;
4701 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
4704 tqn = tqe->tqe_next;