Searched refs:tc (Results 1 – 7 of 7) sorted by relevance
158 while (tc->prev) tc=tc->prev; in talloc_parent_chunk()205 tc->next = tc->prev = tc->parent = NULL; in _talloc()590 if (tc->prev) tc->prev->next = tc->next; in talloc_free()591 if (tc->next) tc->next->prev = tc->prev; in talloc_free()698 if (tc->prev) tc->prev->next = tc->next; in talloc_steal()699 if (tc->next) tc->next->prev = tc->prev; in talloc_steal()702 tc->parent = tc->next = tc->prev = NULL; in talloc_steal()718 if (tc->prev) tc->prev->next = tc->next; in talloc_steal()719 if (tc->next) tc->next->prev = tc->prev; in talloc_steal()1291 while (tc && tc->prev) tc = tc->prev; in talloc_find_parent_byname()[all …]
40 do_without_error tc qdisc add dev $vifname root handle 1: prio41 do_without_error tc filter add dev $vifname parent 1: protocol ip prio 10 \43 do_without_error tc filter add dev $vifname parent 1: protocol arp prio 11 \45 do_without_error tc filter add dev $vifname parent 1: protocol ipv6 prio \61 do_without_error tc filter del dev $vifname parent 1: protocol ip prio 10 u32 match u32 \63 do_without_error tc filter del dev $vifname parent 1: protocol arp prio 11 u32 match u32 \65 do_without_error tc filter del dev $vifname parent 1: protocol ipv6 prio 12 u32 match u32 \67 do_without_error tc qdisc del dev $vifname root handle 1: prio
164 do_or_die tc qdisc add dev "$vif" ingress166 tc filter add dev "$vif" parent ffff: proto ip prio 10 \171 do_without_error tc qdisc del dev "$vif" ingress183 do_without_error tc qdisc del dev "$vif" ingress207 do_without_error tc qdisc del dev "$vif" ingress
45 iasl -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $<78 iasl -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $(ACPI_BUILD_DIR)/$*.asl
313 int _hvm_init_entry(struct hvm_domain_context *h, uint16_t tc, uint16_t inst, in _hvm_init_entry() argument323 len, sizeof(*d), tc); in _hvm_init_entry()327 d->typecode = tc; in _hvm_init_entry()
34 uint16_t tc, uint16_t inst, uint32_t len);
146 uint16_t tc, uint16_t inst, uint32_t len) in _hvm_init_entry() argument
Completed in 11 milliseconds