Searched refs:bandwidth (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/network/tc/ |
D | cake.c | 48 if (c->bandwidth > 0) { in cake_fill_message() 49 r = sd_netlink_message_append_u64(req, TCA_CAKE_BASE_RATE64, c->bandwidth); in cake_fill_message() 163 c->bandwidth = 0; in config_parse_cake_bandwidth() 177 c->bandwidth = k/8; in config_parse_cake_bandwidth()
|
D | cake.h | 46 uint64_t bandwidth; member
|
/systemd-251/src/network/netdev/ |
D | batadv.c | 74 uint32_t *bandwidth = data; in config_parse_badadv_bandwidth() local 94 *bandwidth = k/1000/100; in config_parse_badadv_bandwidth()
|
/systemd-251/src/shared/ |
D | bus-unit-util.c | 627 const char *path, *bandwidth, *e; in bus_append_cgroup_property() local 637 bandwidth = e+1; in bus_append_cgroup_property() 639 if (streq(bandwidth, "infinity")) in bus_append_cgroup_property() 642 r = parse_size(bandwidth, 1000, &bytes); in bus_append_cgroup_property() 644 … return log_error_errno(r, "Failed to parse byte value %s: %m", bandwidth); in bus_append_cgroup_property()
|
/systemd-251/src/basic/linux/ |
D | btrfs_tree.h | 425 __u8 bandwidth; member
|
/systemd-251/src/systemctl/ |
D | systemctl-show.c | 1393 uint64_t bandwidth; in print_property() local 1399 while ((r = sd_bus_message_read(m, "(st)", &path, &bandwidth)) > 0) in print_property() 1400 … bus_print_property_valuef(name, expected_value, flags, "%s %"PRIu64, strna(path), bandwidth); in print_property()
|