Home
last modified time | relevance | path

Searched full:that (Results 1 – 25 of 11773) sorted by relevance

12345678910>>...471

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp40 …"Indicates that while attempting to access, connect to, or transfer to or from another resource, t…
47 … "Attempt to ensure that the URI is correct and that the service has the appropriate credentials.",
52 … "Indicates that the account for the session was removed, and so the session was removed as well.",
62 "Indicates that the account was successfully modified.",
72 "Indicates that the modification requested for the account was not successful.",
82 "Indicates that the account was successfully removed.",
104 … "Indicates that the action supplied with the `POST` operation is not supported by the resource.",
116 … "Indicates that the action was supplied with a duplicated action parameter in the request body.",
129 …"Indicates that the action requested was missing an action parameter that is required to process t…
142 … "Indicates that the parameter supplied for the action is not supported on the resource.",
[all …]
/openbmc/linux/include/media/
H A Dv4l2-ioctl.h25 * @vidioc_querycap: pointer to the function that implements
27 * @vidioc_enum_fmt_vid_cap: pointer to the function that implements
30 * @vidioc_enum_fmt_vid_overlay: pointer to the function that implements
33 * @vidioc_enum_fmt_vid_out: pointer to the function that implements
36 * @vidioc_enum_fmt_sdr_cap: pointer to the function that implements
39 * @vidioc_enum_fmt_sdr_out: pointer to the function that implements
42 * @vidioc_enum_fmt_meta_cap: pointer to the function that implements
45 * @vidioc_enum_fmt_meta_out: pointer to the function that implements
48 * @vidioc_g_fmt_vid_cap: pointer to the function that implements
51 * @vidioc_g_fmt_vid_overlay: pointer to the function that implements
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/
H A Dcache.json6 …on which likely indicates back pressure from L2Q. It also counts requests that would have gone dir…
21 …"PublicDescription": "Counts cycles that fetch is stalled due to an outstanding ICache miss. That
29 …"PublicDescription": "Counts the number of demand and prefetch transactions that the L2 XQ rejects…
36 …"PublicDescription": "Counts memory requests originating from the core that miss in the L2 cache.",
44 …"PublicDescription": "Counts memory requests originating from the core that reference a cache line…
49 "BriefDescription": "Loads retired that came from DRAM (Precise event capable)",
64that when the load address was checked by other caching agents (typically another processor) in th…
69 "BriefDescription": "Load uops retired that hit L1 data cache (Precise event capable)",
74 "PublicDescription": "Counts load uops retired that hit the L1 data cache.",
79 "BriefDescription": "Load uops retired that missed L1 data cache (Precise event capable)",
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dother.json9 …"PublicDescription": "This event counts every cycle that no operation was committed because the ol…
12 …"BriefDescription": "This event counts every cycle that no operation was committed because the old…
15 …"PublicDescription": "This event counts every cycle that no instruction was committed because the …
18 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o…
21 …"PublicDescription": "This event counts every cycle that no instruction was committed because the …
24 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o…
27 …"PublicDescription": "This event counts every cycle that no instruction was committed because the …
30 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o…
33 …"PublicDescription": "This event counts every cycle that no instruction was committed because the …
36 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o…
[all …]
/openbmc/linux/Documentation/process/
H A Dmanagement-style.rst14 to do with reality. It started as a lark, but that doesn't mean that it
27 making it painfully obvious to the questioner that we don't have a clue
37 Everybody thinks managers make decisions, and that decision-making is
39 manager must be to make it. That's very deep and obvious, but it's not
47 competent to make that decision for them.
51 Namely that you are in the wrong job, and that **they** should be managing
60 It helps to realize that the key difference between a big decision and a
62 can be made small by just always making sure that if you were wrong (and
67 And people will even see that as true leadership (*cough* bullshit
71 things that can't be undone. Don't get ushered into a corner from which
[all …]
H A D6.Followthrough.rst8 patches. One of the biggest mistakes that even experienced kernel
9 developers can make is to conclude that their work is now done. In truth,
13 It is a rare patch which is so good at its first posting that there is no
16 code. You, as the author of that code, will be expected to work with the
17 kernel community to ensure that your code is up to the kernel's quality
32 value and why you went to the trouble of writing it. But that value
36 to substantial rewrites - come from the understanding that Linux will
49 be working on the kernel years from now, but they understand that their
57 the same. Sometimes this means that the clever hack in your driver
61 What all of this comes down to is that, when reviewers send you comments,
[all …]
/openbmc/linux/tools/memory-model/Documentation/
H A Dglossary.txt9 dependency" extends from that load extending to the later access.
20 address dependency extends from that rcu_dereference() to that
27 Acquire: With respect to a lock, acquiring that lock, for example,
29 a special operation that includes a load and which orders that
30 load before later memory references running on that same CPU.
36 to that same variable, (in other words, the acquire load "reads
37 from" the release store), then all operations preceding that
38 store "happen before" any operations following that load acquire.
56 a "control dependency" extends from that load to that store.
71 that is required. In other cases, the notion of pairing must be
[all …]
/openbmc/qemu/docs/devel/migration/
H A Dmain.rst5 QEMU has code to load/save the state of the guest that it is running.
7 that, saves the state for each device that the guest is running.
12 two times. I.e. it can only restore the state in one guest that has
13 the same devices that the one it was saved (this last requirement can
14 be relaxed a bit, but for now we can consider that configuration has
17 Once that we are able to save/restore a guest, a new functionality is
18 requested: migration. This means that QEMU is able to start in one
27 the guest to be stopped. Typically the time that the guest is
29 (notice that this depends on a lot of things).
36 The migration stream is normally just a byte stream that can be passed
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst10 This document describes the design and algorithms that the XFS journalling
11 subsystem is based on. This document describes the design and algorithms that
12 the XFS journalling subsystem is based on so that readers may familiarize
36 chained together by intents, ensuring that journal recovery can restart and
37 finish an operation that was only partially done when the system stopped
47 particularly important in the scope of this document. It suffices to know that
50 performed. The logging subsystem only cares that certain specific rules are
59 transactions. Permanent transaction reservations can take reservations that span
64 place. This means that permanent transactions can be used for one-shot
79 space that was taken at the transaction allocation time.
[all …]
H A Dpath-lookup.rst22 exploration is needed to discover, is that it is complex. There are
23 many rules, special cases, and implementation alternatives that all
26 tool that we will make extensive use of is "divide and conquer". For
41 of elements: "slashes" that are sequences of one or more "``/``"
42 characters, and "components" that are sequences of one or more
43 non-"``/``" characters. These form two kinds of paths. Those that
52 component, but that isn't always accurate: a pathname can lack both
62 it must identify a directory that already exists, otherwise an error
68 pathname that is just slashes have a final component. If it does
75 tempting to consider that to have an empty final component. In many
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Dmemory.json10 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
19 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d…
28 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d…
37 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
46 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d…
55 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d…
64 …"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that account…
73 …"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that account…
82 …"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that account…
91 …"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that account…
[all …]
/openbmc/phosphor-host-ipmid/test/message/
H A Dunpack.cpp26 // check that the number of bytes matches in TEST()
28 // check that the payload was fully unpacked in TEST()
31 // check that the bytes were correctly unpacked (LSB first) in TEST()
40 // check that the number of bytes matches in TEST()
42 // check that the payload was not fully unpacked in TEST()
45 // check that the bytes were correctly unpacked (LSB first) in TEST()
54 // check that the number of bytes matches in TEST()
56 // check that the payload was not fully unpacked (comprehends unpack errors) in TEST()
58 // check that v is zero in TEST()
67 // check that the number of bytes matches in TEST()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DFLTK13 The authors do request that such modifications be
19 2. Widgets that are subclassed from FLTK widgets do not
35 with programs that are linked to the FLTK library, nor
74 price. Our General Public Licenses are designed to make sure that you
76 this service if you wish), that you receive source code or can get it
77 if you want it, that you can change the software or use pieces of it
78 in new free programs; and that you know you can do these things.
80 To protect your rights, we need to make restrictions that forbid
86 or for a fee, you must give the recipients all the rights that we gave
87 you. You must make sure that they, too, receive or can get the source
[all …]
H A DMini-XML-License20 with programs that are linked to the Mini-XML library, nor
51 price. Our General Public Licenses are designed to make sure that you
53 this service if you wish), that you receive source code or can get it
54 if you want it, that you can change the software or use pieces of it
55 in new free programs; and that you know you can do these things.
57 To protect your rights, we need to make restrictions that forbid
63 or for a fee, you must give the recipients all the rights that we gave
64 you. You must make sure that they, too, receive or can get the source
66 complete object files to the recipients so that they can relink them
75 that everyone understands that there is no warranty for this free
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/
H A Dvirtual-memory.json3 "BriefDescription": "Load misses in all DTLB levels that cause page walks",
6 "PublicDescription": "Misses in all TLB levels that cause a page walk of any page size.",
19 …"BriefDescription": "Load operations that miss the first DTLB level but hit the second and do not …
27 "BriefDescription": "Load misses that miss the DTLB and hit the STLB (2M)",
30 …"PublicDescription": "This event counts load operations from a 2M page that miss the first DTLB le…
35 "BriefDescription": "Load misses that miss the DTLB and hit the STLB (4K)",
38 …"PublicDescription": "This event counts load operations from a 4K page that miss the first DTLB le…
43 … Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes of any pa…
51 "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
58 … Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (2M/4M).",
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Dvirtual-memory.json3 "BriefDescription": "Load misses in all DTLB levels that cause page walks",
6 "PublicDescription": "Misses in all TLB levels that cause a page walk of any page size.",
19 …"BriefDescription": "Load operations that miss the first DTLB level but hit the second and do not …
27 "BriefDescription": "Load misses that miss the DTLB and hit the STLB (2M)",
30 …"PublicDescription": "This event counts load operations from a 2M page that miss the first DTLB le…
35 "BriefDescription": "Load misses that miss the DTLB and hit the STLB (4K)",
38 …"PublicDescription": "This event counts load operations from a 4K page that miss the first DTLB le…
43 … Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes of any pa…
51 "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
58 … Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (2M/4M).",
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/
H A Dcache.json3 …"BriefDescription": "Counts the number of request that were not accepted into the L2Q because the …
6that would have gone directly to the XQ, but are rejected due to a full or nearly full condition, …
13that fetch is stalled due to an outstanding ICache miss. That is, the decoder queue is able to acc…
18 … "BriefDescription": "Counts the number of request from the L2 that were not accepted into the XQ",
21 …"PublicDescription": "This event counts the number of demand and prefetch transactions that the L2…
36 …"PublicDescription": "This event counts requests originating from the core that references a cache…
61 …"PublicDescription": "This event counts the number of load ops retired that got data from the othe…
69 …ption": "This event counts the number of load ops retired that miss in L1 Data cache. Note that pr…
78 "PublicDescription": "This event counts the number of load ops retired that hit in the L2.",
87 … "PublicDescription": "This event counts the number of load ops retired that miss in the L2.",
[all …]
/openbmc/linux/LICENSES/preferred/
H A DLGPL-2.145 price. Our General Public Licenses are designed to make sure that you have
47 service if you wish); that you receive source code or can get it if you
48 want it; that you can change the software and use pieces of it in new free
49 programs; and that you are informed that you can do these things.
51 To protect your rights, we need to make restrictions that forbid
57 a fee, you must give the recipients all the rights that we gave you. You
58 must make sure that they, too, receive or can get the source code. If you
60 the recipients, so that they can relink them with the library after making
68 To protect each distributor, we want to make it very clear that there is no
70 else and passed on, the recipients should know that what they have is not
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-2.1-or-later31 Our General Public Licenses are designed to make sure that you have the freedom
33 wish); that you receive source code or can get it if you want it; that you
34 can change the software and use pieces of it in new free programs; and that
35 you are informed that you can do these things.
37 To protect your rights, we need to make restrictions that forbid distributors
43 a fee, you must give the recipients all the rights that we gave you. You must
44 make sure that they, too, receive or can get the source code. If you link
46 recipients, so that they can relink them with the library after making changes
54 To protect each distributor, we want to make it very clear that there is no
56 else and passed on, the recipients should know that what they have is not
[all …]
H A DLGPL-2.1-only20that you have the freedom to distribute copies of free software (and charge for this service if yo…
22 To protect your rights, we need to make restrictions that forbid distributors to deny you these rig…
24that we gave you. You must make sure that they, too, receive or can get the source code. If you li…
28that there is no warranty for the free library. Also, if the library is modified by someone else a…
30that a company cannot effectively restrict the users of a free program by obtaining a restrictive …
38 …ary, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to…
42 …reedom, it does ensure that the user of a program that is linked with the Library has the freedom …
44 …ntion to the difference between a "work based on the library" and a "work that uses the library". …
52 …ary" means either the Library or any derivative work under copyright law: that is to say, a work c…
56 …brary in a tool for writing it). Whether that is true depends on what the Library does and what th…
[all …]
H A DLGPL-2.0-or-later25 General Public Licenses are designed to make sure that you have the freedom
27 wish), that you receive source code or can get it if you want it, that you
28 can change the software or use pieces of it in new free programs; and that
31 To protect your rights, we need to make restrictions that forbid anyone to
37 a fee, you must give the recipients all the rights that we gave you. You must
38 make sure that they, too, receive or can get the source code. If you link
40 recipients so that they can relink them with the library, after making changes
48 Also, for each distributor's protection, we want to make certain that everyone
49 understands that there is no warranty for this free library. If the library
51 that what they have is not the original version, so that any problems introduced
[all …]
H A DLGPL-2.0-only35that you have the freedom to distribute copies of free software (and charge for this service if yo…
39 To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or…
43that we gave you. You must make sure that they, too, receive or can get the source code. If you li…
51that everyone understands that there is no warranty for this free library. If the library is modif…
55that companies distributing free software will individually obtain patent licenses, thus in effect…
59 …erent from the ordinary one; be sure to read it in full, and don't assume that anything in it is t…
63 The reason we have a separate public license for some libraries is that they blur the distinction w…
67 … sharing, because most developers did not use the libraries. We concluded that weaker conditions m…
71that are incorporated in them. (We have not seen how to achieve this as regards changes in header …
75 …ntion to the difference between a "work based on the library" and a "work that uses the library". …
[all …]
/openbmc/u-boot/Licenses/
H A Dlgpl-2.1.txt28 not price. Our General Public Licenses are designed to make sure that
30 for this service if you wish); that you receive source code or can get
31 it if you want it; that you can change the software and use pieces of
32 it in new free programs; and that you are informed that you can do
35 To protect your rights, we need to make restrictions that forbid
41 or for a fee, you must give the recipients all the rights that we gave
42 you. You must make sure that they, too, receive or can get the source
44 complete object files to the recipients, so that they can relink them
52 To protect each distributor, we want to make it very clear that
55 that what they have is not the original version, so that the original
[all …]
H A Dlgpl-2.0.txt25 price. Our General Public Licenses are designed to make sure that you
27 this service if you wish), that you receive source code or can get it
28 if you want it, that you can change the software or use pieces of it
29 in new free programs; and that you know you can do these things.
31 To protect your rights, we need to make restrictions that forbid
37 or for a fee, you must give the recipients all the rights that we gave
38 you. You must make sure that they, too, receive or can get the source
40 complete object files to the recipients so that they can relink them
49 that everyone understands that there is no warranty for this free
51 want its recipients to know that what they have is not the original
[all …]
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-trap.rst21 kernel so that it will route it as well and generate an ICMP Time Exceeded
39 as it allows users to obtain further visibility into packet drops that would
123 Generic packet traps are used to describe traps that trap well-defined packets
124 or packets that are trapped due to well-defined conditions (e.g., TTL error).
136 - Traps incoming packets that the device decided to drop because of a
140 - Traps incoming packets that the device decided to drop in case of VLAN
145 - Traps incoming packets that the device decided to drop in case they are
146 tagged with a VLAN that is not configured on the ingress bridge port
149 - Traps incoming packets that the device decided to drop in case the STP
153 - Traps packets that the device decided to drop in case they need to be
[all …]

12345678910>>...471