/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpuacct.rst | 5 The CPU accounting controller is used to group tasks using cgroups and 9 group accumulates the CPU usage of all of its child groups and the tasks 10 directly present in its group. 16 With the above step, the initial or the parent accounting group becomes 17 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in 20 by this group which is essentially the CPU time obtained by all the tasks 23 New accounting groups can be created under the parent group /sys/fs/cgroup:: 29 The above steps create a new group g1 and move the current shell
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | logparser.py | 46 current_section['name'] = result.group(1) 53 if current_section['name'] != result.group(1): 54 … bb.warn("Ptest END log section mismatch %s vs. %s" % (current_section['name'], result.group(1))) 64 if current_section['name'] != result.group(1): 65 …b.warn("Ptest TIMEOUT log section mismatch %s vs. %s" % (current_section['name'], result.group(1))) 72 current_section[t] = result.group(1) 81 self.results[current_section['name']][result.group(1).strip()] = t 83 … bb.warn("Result with no section: %s - %s" % (t, result.group(1).strip()))
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo.h | 201 int group; in pipapo_and_field_buckets_4bit() local 203 for (group = 0; group < f->groups; group += BITS_PER_BYTE / 4, data++) { in pipapo_and_field_buckets_4bit() 229 int group; in pipapo_and_field_buckets_8bit() local 231 for (group = 0; group < f->groups; group++, data++) { in pipapo_and_field_buckets_8bit()
|
/openbmc/webui-vue/src/views/Operations/VirtualMedia/ |
H A D | ModalConfigureConnection.vue | 13 <b-form-group 30 </b-form-group> 31 <b-form-group 41 </b-form-group> 42 <b-form-group 52 </b-form-group> 53 <b-form-group> 61 </b-form-group>
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cve_check.py | 36 release=tuple(int(i) for i in match.group("release").replace("-",".").split(".")), 37 … patch_l=match.group("patch_l") if str(suffix) in suffixes and match.group("patch_l") else "", 38 pre_l=match.group("pre_l"), 39 pre_v=match.group("pre_v") 100 cve = fname_match.group(1).upper() 220 version = matches.group(1) 221 update = matches.group(2) 223 if matches.group(3) == "rc":
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/ |
H A D | phosphor-led-manager_git.bb | 42 SYSTEMD_SERVICE:${PN} += "obmc-led-group-start@.service obmc-led-group-stop@.service" 44 SYSTEMD_LINK:${PN} += "../obmc-led-group-start@.service:multi-user.target.wants/obmc-led-group-star… 50 SYSTEMD_OVERRIDE:${PN} += "bmc_booted.conf:obmc-led-group-start@bmc_booted.service.d/bmc_booted.con… 76 TMPLFMT = "obmc-led-group-{1}@.service" 78 INSTFMT = "obmc-led-group-{1}@power_on.service" 81 LED_STOP_SVC = "obmc-led-group-stop@.service" 82 LED_POWER_STOP_SVC = "obmc-led-group-stop@power_on.service"
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-ns.c | 165 struct group_desc *group; in ns_pinctrl_set_mux() local 170 group = pinctrl_generic_get_group(pctrl_dev, group_selector); in ns_pinctrl_set_mux() 171 if (!group) in ns_pinctrl_set_mux() 174 for (i = 0; i < group->num_pins; i++) in ns_pinctrl_set_mux() 175 unset |= BIT(group->pins[i]); in ns_pinctrl_set_mux() 264 const struct ns_pinctrl_group *group = &ns_pinctrl_groups[i]; in ns_pinctrl_probe() local 266 if (!(group->chipsets & ns_pinctrl->chipset_flag)) in ns_pinctrl_probe() 269 pinctrl_generic_add_group(ns_pinctrl->pctldev, group->name, in ns_pinctrl_probe() 270 group->pins, group->num_pins, NULL); in ns_pinctrl_probe()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-it87.c | 148 u8 mask, group; in it87_gpio_request() local 153 group = (gpio_num / 8); in it87_gpio_request() 164 if (group < it87_gpio->simple_size) in it87_gpio_request() 165 superio_set_mask(mask, group + it87_gpio->simple_base); in it87_gpio_request() 170 superio_clear_mask(mask, group + it87_gpio->output_base); in it87_gpio_request() 193 u8 mask, group; in it87_gpio_direction_in() local 198 group = (gpio_num / 8); in it87_gpio_direction_in() 207 superio_clear_mask(mask, group + it87_gpio->output_base); in it87_gpio_direction_in() 236 u8 mask, group; in it87_gpio_direction_out() local 241 group = (gpio_num / 8); in it87_gpio_direction_out() [all …]
|
/openbmc/qemu/scripts/tracetool/backend/ |
H A D | simple.py | 30 def generate_h_begin(events, group): argument 38 def generate_h(event, group): argument 44 def generate_h_backend_dstate(event, group): argument 49 def generate_c_begin(events, group): argument 56 def generate_c(event, group): argument
|
/openbmc/linux/include/net/ |
H A D | psample.h | 31 void psample_group_take(struct psample_group *group); 32 void psample_group_put(struct psample_group *group); 38 void psample_sample_packet(struct psample_group *group, struct sk_buff *skb, 43 static inline void psample_sample_packet(struct psample_group *group, in psample_sample_packet() argument
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | missing_owner_target.cpp | 43 for (const auto& group : _groups) in run() local 45 const auto& members = group.getMembers(); in run() 48 [&intf = group.getInterface()](const auto& member) { in run() 52 zone.setTargetHold(group.getName(), _target, isMissingOwner); in run()
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 50 return self.group('value') 70 return self.group('instancetype') 74 return self.group('classtype') 78 return self.group('uppercase') 89 fields = self.group('fields') 92 d = dict((fm.group('field'), fm) 113 return bool(self.group('fullspec')) 149 return m.group('sizeoftype') 159 return m.group('sizeoftype') 243 classtype = m.group('sizeoftype') [all …]
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-rt-group.rst | 2 Real-Time group scheduling 45 of the CPU time available. Without a minimum guarantee a realtime group can 53 in a given period. We allocate this "run time" for each realtime group which 66 This way the graphics group will have a 0.04s period with a 0.032s run time 116 want to assign bandwidth to another group, reduce the root group's bandwidth 117 and assign some or all of the difference to another group. 119 Realtime group scheduling means you have to assign a portion of total CPU 133 to control the CPU time reserved for each control group. 151 There is work in progress to make the scheduling period for each group 161 * group A: period=100000us, runtime=50000us [all …]
|
/openbmc/linux/security/tomoyo/ |
H A D | memory.c | 99 struct tomoyo_group *group = NULL; in tomoyo_get_group() local 112 list_for_each_entry(group, list, head.list) { in tomoyo_get_group() 113 if (e.group_name != group->group_name || in tomoyo_get_group() 114 atomic_read(&group->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_group() 116 atomic_inc(&group->head.users); in tomoyo_get_group() 127 group = entry; in tomoyo_get_group() 134 return found ? group : NULL; in tomoyo_get_group()
|
/openbmc/linux/include/linux/iio/ |
H A D | sw_trigger.h | 27 struct config_group *group; member 33 struct config_group group; member 45 group); in to_iio_sw_trigger() 63 config_group_init_type_name(&t->group, name, type); in iio_swt_group_init_type_name()
|
H A D | sw_device.h | 27 struct config_group *group; member 33 struct config_group group; member 45 group); in to_iio_sw_device() 63 config_group_init_type_name(&d->group, name, type); in iio_swd_group_init_type_name()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | handlers.hpp | 69 inline auto setService(Group&& group) in setService() argument 71 return [group = std::move(group)](auto& zone, auto& name, bool hasOwner) { in setService() 73 zone.setServiceOwner(&group, name, hasOwner); in setService()
|
/openbmc/u-boot/drivers/pinctrl/meson/ |
H A D | pinctrl-meson-axg-pmx.c | 75 const struct meson_pmx_group *group; in meson_axg_pinmux_group_set() local 80 group = &priv->data->groups[group_selector]; in meson_axg_pinmux_group_set() 81 pmx_data = (struct meson_pmx_axg_data *)group->data; in meson_axg_pinmux_group_set() 84 debug("pinmux: set group %s func %s\n", group->name, func->name); in meson_axg_pinmux_group_set() 86 for (i = 0; i < group->num_pins; i++) { in meson_axg_pinmux_group_set() 87 ret = meson_axg_pmx_update_function(dev, group->pins[i], in meson_axg_pinmux_group_set()
|
/openbmc/linux/drivers/staging/gdm724x/ |
H A D | netlink_k.c | 92 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len, in netlink_send() argument 100 if (group > ND_MAX_GROUP) in netlink_send() 103 if (!netlink_has_listeners(sock, group + 1)) in netlink_send() 117 ret = netlink_broadcast(sock, skb, 0, group + 1, GFP_ATOMIC); in netlink_send() 123 group, type, len, ret); in netlink_send() 124 else if (netlink_has_listeners(sock, group + 1)) in netlink_send()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | CVE-2023-38472.patch | 17 avahi-daemon/dbus-entry-group.c | 2 +- 28 + error = avahi_entry_group_add_record (group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, "TestX", … 31 avahi_entry_group_commit (group); 34 Index: avahi-0.8/avahi-daemon/dbus-entry-group.c 36 --- avahi-0.8.orig/avahi-daemon/dbus-entry-group.c 37 +++ avahi-0.8/avahi-daemon/dbus-entry-group.c
|
/openbmc/linux/drivers/pinctrl/pxa/ |
H A D | pinctrl-pxa2xx.c | 37 return group->name; in pxa2xx_pctrl_get_group_name() 48 *pins = (unsigned *)&group->pin; in pxa2xx_pctrl_get_group_pins() 150 df = pxa_desc_by_func_group(pctl, group->name, in pxa2xx_pmx_set_mux() 155 pin = group->pin; in pxa2xx_pmx_set_mux() 185 unsigned group, in pxa2xx_pconf_group_get() argument 189 struct pxa_pinctrl_group *g = pctl->groups + group; in pxa2xx_pconf_group_get() 206 unsigned group, in pxa2xx_pconf_group_set() argument 335 struct pxa_pinctrl_group *group; in pxa2xx_build_state() local 358 group = pctl->groups + i; in pxa2xx_build_state() 359 group->name = ppins[i].pin.name; in pxa2xx_build_state() [all …]
|
/openbmc/linux/sound/core/ |
H A D | ump_convert.c | 246 unsigned char group, u32 *data, bool finish) in cvt_legacy_sysex_to_ump() argument 260 *data = ump_compose(UMP_MSG_TYPE_DATA, group, status, cvt->len); in cvt_legacy_sysex_to_ump() 280 unsigned char group, u32 *data) in cvt_legacy_system_to_ump() argument 282 data[0] = ump_compose(UMP_MSG_TYPE_SYSTEM, group, 0, cvt->buf[0]); in cvt_legacy_system_to_ump() 330 unsigned char group, in cvt_legacy_cmd_to_ump() argument 346 group, 0, buf[0]); in cvt_legacy_cmd_to_ump() 363 group, status, channel); in cvt_legacy_cmd_to_ump() 467 return cvt_legacy_sysex_to_ump(cvt, group, data, true); in do_convert_to_ump() 475 data[0] = ump_compose(UMP_MSG_TYPE_SYSTEM, group, 0, c); in do_convert_to_ump() 497 return cvt_legacy_sysex_to_ump(cvt, group, data, false); in do_convert_to_ump() [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/power-supply-policy/ |
H A D | power-supply-policy.yaml | 6 class: group 7 group: path 13 class: group 14 group: path 22 class: group 23 group: path 33 class: group 34 group: path 42 class: group 43 group: property [all …]
|
/openbmc/linux/mm/ |
H A D | memory_hotplug.c | 874 group, &group_stats); in auto_movable_can_online_movable() 880 if (group && group->is_dynamic) in auto_movable_can_online_movable() 973 if (group && !group->is_dynamic) { in auto_movable_zone_for_pfn() 974 max_pages = group->s.max_pages; in auto_movable_zone_for_pfn() 978 if (group->present_kernel_pages) in auto_movable_zone_for_pfn() 980 } else if (!group || group->d.unit_pages == nr_pages) { in auto_movable_zone_for_pfn() 983 max_pages = group->d.unit_pages; in auto_movable_zone_for_pfn() 1082 if (group && movable) in adjust_present_page_count() 1084 else if (group && !movable) in adjust_present_page_count() 1413 if (!group) in add_memory_resource() [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd-staticids.bbclass | 22 a dictionary with the user/group names as keys and the split lines as 23 values. If the user/group name already exists in the dictionary, then 63 # files/group or the contents of USERADD_GID_TABLES, resp. 134 bb.debug(1, "Adding group %s!" % uaargs.groupid) 137 # We have a group name and a group number to assign it to 141 … # We want to add a group, but we don't know it's name... so we can't add the group... 151 # Only add the group if not already specified 207 # Read all group files specified in USERADD_GID_TABLES or files/group 208 # Use the standard group layout: 220 type = 'system group' if gaargs.system else 'normal group' [all …]
|