Home
last modified time | relevance | path

Searched refs:owners (Results 1 – 25 of 210) sorted by relevance

123456789

/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c341 lock->owners = 0; in qemu_co_rwlock_init()
358 if (lock->owners >= 0) { in qemu_co_rwlock_maybe_wake_one()
359 lock->owners++; in qemu_co_rwlock_maybe_wake_one()
363 if (lock->owners == 0) { in qemu_co_rwlock_maybe_wake_one()
364 lock->owners = -1; in qemu_co_rwlock_maybe_wake_one()
385 if (lock->owners == 0 || (lock->owners > 0 && QSIMPLEQ_EMPTY(&lock->tickets))) { in qemu_co_rwlock_rdlock()
386 lock->owners++; in qemu_co_rwlock_rdlock()
394 assert(lock->owners >= 1); in qemu_co_rwlock_rdlock()
412 if (lock->owners > 0) { in qemu_co_rwlock_unlock()
413 lock->owners--; in qemu_co_rwlock_unlock()
[all …]
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp102 auto owners = assocMaps.owners.find(sourcePath); in removeAssociation() local
103 if (owners == assocMaps.owners.end()) in removeAssociation()
110 auto assocs = owners->second.find(owner); in removeAssociation()
111 if (assocs == owners->second.end()) in removeAssociation()
123 owners->second.erase(assocs); in removeAssociation()
124 if (owners->second.empty()) in removeAssociation()
126 assocMaps.owners.erase(owners); in removeAssociation()
168 auto originalOwners = assocMaps.owners.find(sourcePath); in checkAssociationEndpointRemoves()
169 if (originalOwners == assocMaps.owners.end()) in checkAssociationEndpointRemoves()
291 auto a = assocMaps.owners.find(path); in associationChanged()
[all …]
/openbmc/pldm/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matches for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
46 owners:
[all …]
/openbmc/phosphor-dbus-interfaces/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
42 owners:
[all …]
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp38 assocMaps.owners = createDefaultOwnerAssociation(); in TEST_F()
49 assocMaps.owners = createDefaultOwnerAssociation(); in TEST_F()
54 EXPECT_TRUE(assocMaps.owners.empty()); in TEST_F()
63 assocMaps.owners = createDefaultOwnerAssociation(); in TEST_F()
70 EXPECT_TRUE(assocMaps.owners.empty()); in TEST_F()
86 assocMaps.owners = createDefaultOwnerAssociation(); in TEST_F()
96 EXPECT_TRUE(assocMaps.owners.empty()); in TEST_F()
113 assocMaps.owners = createDefaultOwnerAssociation(); in TEST_F()
134 assocMaps.owners = createDefaultOwnerAssociation(); in TEST_F()
156 assocMaps.owners = createDefaultOwnerAssociation(); in TEST_F()
[all …]
H A Dwell_known.cpp8 boost::container::flat_map<std::string, std::string> owners; in TEST() local
12 EXPECT_TRUE(getWellKnown(owners, request, wellKnown)); in TEST()
19 boost::container::flat_map<std::string, std::string> owners; in TEST() local
23 EXPECT_FALSE(getWellKnown(owners, request, wellKnown)); in TEST()
30 boost::container::flat_map<std::string, std::string> owners; in TEST() local
34 owners[request] = "test"; in TEST()
35 EXPECT_TRUE(getWellKnown(owners, request, wellKnown)); in TEST()
/openbmc/ibm-dbus-interfaces/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matches: A list of specific file/path matches for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/openpower-host-ipmi-oem/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/ibm-logging/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/phosphor-webui/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/pyphosphor/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matches: A list of specific file/path matches for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/phosphor-state-manager/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/phosphor-mrw-tools/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/phosphor-watchdog/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/gpioplus/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/slpd-lite/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/sdeventplus/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/phosphor-dbus-monitor/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/s2600wf-misc/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/kcsbridge/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/debug-trigger/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/witherspoon-pfault-analysis/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/smbios-mdr/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matches for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
44 owners:
/openbmc/phosphor-objmgr/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:
/openbmc/x86-power-control/
H A DOWNERS6 # Gerrit 'owners' plugin, which consumes this file, along with some extra
9 # For details on the configuration used by 'owners' see:
10 # https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Doc…
16 # The owners file is YAML and has [up to] 4 top-level keywords.
17 # * owners: A list of individuals who have approval authority on the
23 # * matchers: A list of specific file/path matchers for granular 'owners' and
24 # 'reviewers'. See 'owners' plugin documentation.
26 # * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
34 owners:

123456789