Lines Matching defs:new
980 /* Set things so the next time this runs, the new
1132 struct sched_gate_list *new,
1143 new->base_time = nla_get_s64(tb[TCA_TAPRIO_ATTR_SCHED_BASE_TIME]);
1146 new->cycle_time_extension = nla_get_s64(tb[TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION]);
1149 new->cycle_time = nla_get_s64(tb[TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME]);
1153 new, extack);
1157 if (!new->cycle_time) {
1161 list_for_each_entry(entry, &new->entries, list)
1174 new->cycle_time = cycle;
1177 taprio_calculate_gate_durations(q, new);
1278 ktime_t start, struct sched_gate_list *new)
1290 /* If the new schedule starts before the next expiration, we
1828 u32 new = 0;
1831 new = nla_get_u32(attr);
1833 if (old != TAPRIO_FLAGS_INVALID && old != new) {
1838 if (!taprio_flags_valid(new)) {
1843 return new;
1884 NL_SET_ERR_MSG(extack, "Not enough memory for a new schedule");
1892 /* no changes - no new mqprio settings */
2187 struct Qdisc *new, struct Qdisc **old,
2203 * However, save the reference to the new qdisc in the private array in
2209 WARN_ON_ONCE(dev_graft_qdisc(dev_queue, new) != *old);
2210 if (new)
2211 qdisc_refcount_inc(new);
2216 q->qdiscs[cl - 1] = new;
2217 if (new)
2218 new->flags |= TCQ_F_ONETXQUEUE | TCQ_F_NOPARENT;