Searched refs:chandle (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/altq/
H A Daltq_cbq.c140 clh_to_clp(cbq_state_t *cbqp, u_int32_t chandle) argument
145 if (chandle == 0)
151 i = chandle % CBQ_MAX_CLASSES;
153 cl->stats_.handle == chandle)
157 cl->stats_.handle == chandle)
709 u_int32_t chandle; local
720 chandle = i; /* use the slot number as class handle */
745 acp->cbq_class_handle = chandle;
747 cl->stats_.handle = chandle;
H A Daltq_priq.c605 clh_to_clp(struct priq_if *pif, u_int32_t chandle) argument
610 if (chandle == 0)
615 cl->cl_handle == chandle)
H A Daltq_hfsc.c1689 clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) argument
1694 if (chandle == 0)
1700 i = chandle % HFSC_MAX_CLASSES;
1701 if ((cl = hif->hif_class_tbl[i]) != NULL && cl->cl_handle == chandle)
1705 cl->cl_handle == chandle)
H A Daltq_jobs.c2160 clh_to_clp(struct jobs_if *jif, u_long chandle) argument
2164 cl = (struct jobs_class *)chandle;
2165 if (chandle != ALIGN(cl)) {
2172 if (cl == NULL || cl->cl_handle != chandle || cl->cl_jif != jif)

Completed in 116 milliseconds