Searched defs:cl (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.c199 struct rm_class *cl; local
332 struct rm_class *cl; local
370 cbq_class_destroy(cbq_state_t *cbqp, struct rm_class *cl) argument
405 struct rm_class *cl; local
434 struct rm_class *cl; local
464 struct rm_class *cl; local
510 cbq_enqueue(cbq_state_t *cbqp, struct rm_class *cl, struct mbuf *m, struct pf_mtag *t) argument
618 struct rm_class *cl; local
639 struct rm_class *cl; local
[all...]
H A Dpktsched_tcq.c174 struct tcq_class *cl; local
191 struct tcq_class *cl; local
246 struct tcq_class *cl; local
260 struct tcq_class *cl; local
288 struct tcq_class *cl; local
463 struct tcq_class *cl; local
474 tcq_class_destroy(struct tcq_if *tif, struct tcq_class *cl) argument
529 tcq_enqueue(struct tcq_if *tif, struct tcq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
594 tcq_dequeue_cl(struct tcq_if *tif, struct tcq_class *cl, mbuf_svc_class_t sc, cqdq_op_t op) argument
628 tcq_addq(struct tcq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
701 tcq_getq(struct tcq_class *cl) argument
727 tcq_pollq(struct tcq_class *cl) argument
735 tcq_purgeq(struct tcq_if *tif, struct tcq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
794 tcq_updateq(struct tcq_if *tif, struct tcq_class *cl, cqev_t ev) argument
824 struct tcq_class *cl; local
863 struct tcq_class *cl; local
1095 struct tcq_class *cl; local
1148 tcq_resumeq(struct tcq_if *tif, struct tcq_class *cl) argument
1180 tcq_suspendq(struct tcq_if *tif, struct tcq_class *cl) argument
[all...]
H A Dpktsched_fairq.c262 struct fairq_class *cl; local
279 struct fairq_class *cl; local
302 struct fairq_class *cl; local
318 struct fairq_class *cl; local
351 struct fairq_class *cl; local
585 struct fairq_class *cl; local
596 fairq_class_destroy(struct fairq_if *fif, struct fairq_class *cl) argument
659 fairq_enqueue(struct fairq_if *fif, struct fairq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
723 struct fairq_class *cl; local
808 fairq_addq(struct fairq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
913 fairq_getq(struct fairq_class *cl, u_int64_t cur_time) argument
983 fairq_pollq(struct fairq_class *cl, u_int64_t cur_time, int *hit_limit) argument
1028 fairq_selectq(struct fairq_class *cl, int ispoll) argument
1084 fairq_purgeq(struct fairq_if *fif, struct fairq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
1152 fairq_updateq(struct fairq_if *fif, struct fairq_class *cl, cqev_t ev) argument
1182 struct fairq_class *cl; local
1229 struct fairq_class *cl; local
[all...]
H A Dpktsched_priq.c202 struct priq_class *cl; local
219 struct priq_class *cl; local
274 struct priq_class *cl; local
288 struct priq_class *cl; local
316 struct priq_class *cl; local
491 struct priq_class *cl; local
502 priq_class_destroy(struct priq_if *pif, struct priq_class *cl) argument
561 priq_enqueue(struct priq_if *pif, struct priq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
630 struct priq_class *cl; local
667 priq_addq(struct priq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
740 priq_getq(struct priq_class *cl) argument
766 priq_pollq(struct priq_class *cl) argument
774 priq_purgeq(struct priq_if *pif, struct priq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
838 priq_updateq(struct priq_if *pif, struct priq_class *cl, cqev_t ev) argument
868 struct priq_class *cl; local
907 struct priq_class *cl; local
1154 struct priq_class *cl; local
1207 priq_resumeq(struct priq_if *pif, struct priq_class *cl) argument
1239 priq_suspendq(struct priq_if *pif, struct priq_class *cl) argument
[all...]
H A Dpktsched_rmclass.c244 struct rm_class *cl; local
439 rmc_modclass(struct rm_class *cl, u_int32_t nsecPerByte, int maxq, u_int32_t maxidle, int minidle, u_int32_t offtime, int pktsize) argument
491 struct rm_class *cl, *clh; local
545 rmc_depth_compute(struct rm_class *cl) argument
571 rmc_depth_recompute(rm_class_t *cl) argument
609 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl) argument
819 rmc_queue_packet(struct rm_class *cl, struct mbuf *m, struct pf_mtag *t) argument
908 rmc_satisfied(struct rm_class *cl, struct timeval *now) argument
941 rmc_under_limit(struct rm_class *cl, struct timeval *now) argument
1030 struct rm_class *cl = NULL, *first = NULL; local
1187 struct rm_class *cl, *first = NULL; local
1326 rm_class_t *cl, *borrowed; local
1490 rmc_drop_action(struct rm_class *cl) argument
1502 rmc_drop(struct rm_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
1551 rmc_dropall(struct rm_class *cl) argument
1569 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow) argument
1643 rmc_restart(struct rm_class *cl) argument
1666 rmc_root_overlimit(struct rm_class *cl, struct rm_class *borrow) argument
1680 _rmc_addq(rm_class_t *cl, struct mbuf *m, struct pf_mtag *t) argument
1731 _rmc_dropq(rm_class_t *cl) argument
1740 _rmc_getq(rm_class_t *cl) argument
1764 _rmc_pollq(rm_class_t *cl) argument
1770 rmc_updateq(rm_class_t *cl, cqev_t ev) argument
[all...]
H A Dpktsched_hfsc.c283 struct hfsc_class *cl; local
309 struct hfsc_class *cl; local
331 struct hfsc_class *cl; local
345 struct hfsc_class *cl = NULL, *parent; local
375 struct hfsc_class *cl, *p; local
646 struct hfsc_class *cl; local
657 hfsc_class_destroy(struct hfsc_if *hif, struct hfsc_class *cl) argument
739 hfsc_nextclass(struct hfsc_class *cl) argument
759 hfsc_enqueue(struct hfsc_if *hif, struct hfsc_class *cl, struct mbuf *m, struct pf_mtag *t) argument
826 struct hfsc_class *cl; local
923 hfsc_addq(struct hfsc_class *cl, struct mbuf *m, struct pf_mtag *t) argument
983 hfsc_getq(struct hfsc_class *cl) argument
1009 hfsc_pollq(struct hfsc_class *cl) argument
1017 hfsc_purgeq(struct hfsc_if *hif, struct hfsc_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
1101 hfsc_updateq_linkrate(struct hfsc_if *hif, struct hfsc_class *cl) argument
1142 hfsc_updateq(struct hfsc_if *hif, struct hfsc_class *cl, cqev_t ev) argument
1172 set_active(struct hfsc_class *cl, u_int32_t len) argument
1183 set_passive(struct hfsc_class *cl) argument
1195 init_ed(struct hfsc_class *cl, u_int32_t next_len) argument
1223 update_ed(struct hfsc_class *cl, u_int32_t next_len) argument
1232 update_d(struct hfsc_class *cl, u_int32_t next_len) argument
1238 init_vf(struct hfsc_class *cl, u_int32_t len) argument
1331 update_vf(struct hfsc_class *cl, u_int32_t len, u_int64_t cur_time) argument
1421 update_cfmin(struct hfsc_class *cl) argument
1452 ellist_insert(struct hfsc_class *cl) argument
1474 ellist_remove(struct hfsc_class *cl) argument
1482 ellist_update(struct hfsc_class *cl) argument
1522 struct hfsc_class *p, *cl = NULL; local
1540 actlist_insert(struct hfsc_class *cl) argument
1561 actlist_remove(struct hfsc_class *cl) argument
1567 actlist_update(struct hfsc_class *cl) argument
1604 actlist_firstfit(struct hfsc_class *cl, u_int64_t cur_time) argument
1726 sc2isc(struct hfsc_class *cl, struct service_curve *sc, struct internal_sc *isc, u_int64_t eff_rate) argument
1899 struct hfsc_class *cl; local
1991 struct hfsc_class *cl; local
[all...]
H A Dpktsched_qfq.c301 struct qfq_class *cl; local
318 struct qfq_class *cl; local
373 struct qfq_class *cl; local
387 struct qfq_class *cl; local
423 struct qfq_class *cl; local
648 struct qfq_class *cl; local
659 qfq_class_destroy(struct qfq_if *qif, struct qfq_class *cl) argument
806 qfq_slot_insert(struct qfq_if *qif, struct qfq_group *grp, struct qfq_class *cl, u_int64_t roundedS) argument
898 qfq_update_class(struct qfq_if *qif, struct qfq_group *grp, struct qfq_class *cl) argument
933 struct qfq_class *cl; local
1040 qfq_update_start(struct qfq_if *qif, struct qfq_class *cl) argument
1066 qfq_enqueue(struct qfq_if *qif, struct qfq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
1177 qfq_slot_remove(struct qfq_if *qif, struct qfq_group *grp, struct qfq_class *cl) argument
1207 qfq_deactivate_class(struct qfq_if *qif, struct qfq_class *cl) argument
1301 qfq_addq(struct qfq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
1374 qfq_getq(struct qfq_class *cl) argument
1400 qfq_pollq(struct qfq_class *cl) argument
1408 qfq_purgeq(struct qfq_if *qif, struct qfq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
1475 qfq_updateq(struct qfq_if *qif, struct qfq_class *cl, cqev_t ev) argument
1506 struct qfq_class *cl; local
1547 struct qfq_class *cl; local
1609 qfq_calc_index(struct qfq_class *cl, u_int32_t inv_w, u_int32_t maxlen) argument
1914 struct qfq_class *cl; local
1967 qfq_resumeq(struct qfq_if *qif, struct qfq_class *cl) argument
1999 qfq_suspendq(struct qfq_if *qif, struct qfq_class *cl) argument
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A DDiagnostics.c329 uint32_t cl = 0, ch = 0, mpl = 0, mph = 0, apl = 0, aph = 0; local
/darwin-on-arm/xnu/bsd/net/classq/
H A Dif_classq.h145 void *cl; member in struct:ifclassq::ifclassq_disc_slot
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c2767 struct cl_extent cl; local
5239 struct cl_extent cl; local
5334 cluster_push_now(vnode_t vp, struct cl_extent *cl, off_t EOF, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
5515 struct cl_extent cl; local
5542 struct cl_extent cl; local
5571 sparse_cluster_add(void **scmap, vnode_t vp, struct cl_extent *cl, off_t EOF, int (*callback)(buf_t, void *), void *callback_arg) argument
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c2115 void *cl; local
2177 void *cl; local
2316 void *cl; local
2537 void *cl; local
3425 void *cl; local
3641 void *cl; local
3984 void *cl; local
[all...]

Completed in 106 milliseconds