Lines Matching full:scheduling
87 * value (TX Scheduling Class in this case). in t4_sched_bind_unbind_op()
286 * cxgb4_sched_class_bind - Bind an entity to a scheduling class
291 * Binds an entity (queue) to a scheduling class. If the entity
335 * cxgb4_sched_class_unbind - Unbind an entity from a scheduling class
340 * Unbinds an entity (queue) from a scheduling class.
396 /* Look for a class with matching scheduling parameters */ in t4_sched_class_lookup()
480 * cxgb4_sched_class_alloc - allocate a scheduling class
482 * @p: new scheduling class to create.
484 * Returns pointer to the scheduling class created. If @p is NULL, then
485 * it allocates and returns any available unused scheduling class. If a
486 * scheduling class with matching @p is found, then the matching class is