Home
last modified time | relevance | path

Searched refs:root_ (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_cbq.c93 if (cl == cbqp->ifnp.root_) in cbq_class_destroy()
94 cbqp->ifnp.root_ = NULL; in cbq_class_destroy()
145 if (cl == cbqp->ifnp.root_) in cbq_clear_interface()
146 cbqp->ifnp.root_ = NULL; in cbq_clear_interface()
261 if (cbqp->ifnp.root_) in cbq_remove_altq()
262 cbq_class_destroy(cbqp, cbqp->ifnp.root_); in cbq_remove_altq()
331 if (cbqp->ifnp.root_) in cbq_add_queue()
356 cl = cbqp->ifnp.root_; in cbq_add_queue()
406 if (cl == cbqp->ifnp.root_) in cbq_remove_queue()
407 cbqp->ifnp.root_ = NULL; in cbq_remove_queue()
H A Daltq_rmclass.c625 rmc_depth_recompute(ifd->root_); in rmc_delete_class()
723 if ((ifd->root_ = rmc_newclass(0, ifd, in rmc_init()
731 ifd->root_->depth_ = 0; in rmc_init()
1041 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) { in _rmc_wrr_dequeue_next()
1159 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) { in _rmc_prr_dequeue_next()
H A Daltq_rmclass.h210 rm_class_t *root_; /* Root Link class. */ member
/freebsd/contrib/kyua/model/
H A Dtest_program.cpp83 const fs::path& root_, const std::string& test_suite_name_, in impl()
87 root(root_), in impl()
131 const fs::path& root_, in test_program() argument
135 _pimpl(new impl(interface_name_, binary_, root_, test_suite_name_, md_, in test_program()
361 const fs::path& root_, const std::string& test_suite_name_) : in test_program_builder() argument
362 _pimpl(new impl(model::test_program(interface_name_, binary_, root_, in test_program_builder()
H A Dtest_program_test.cpp86 const utils::fs::path& root_, in lazy_test_program() argument
90 test_program(interface_name_, binary_, root_, test_suite_name_, in lazy_test_program()
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp652 const fs::path& root_, in lazy_test_program() argument
657 test_program(interface_name_, binary_, root_, test_suite_name_, md_, in lazy_test_program()