Home
last modified time | relevance | path

Searched refs:behavior (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/openbmc/linux/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c47 if (buf->behavior->release) in hl_mmap_mem_buf_destroy()
48 buf->behavior->release(buf); in hl_mmap_mem_buf_destroy()
149 struct hl_mmap_mem_buf_behavior *behavior, gfp_t gfp, in hl_mmap_mem_buf_alloc() argument
165 behavior->topic, rc); in hl_mmap_mem_buf_alloc()
170 buf->behavior = behavior; in hl_mmap_mem_buf_alloc()
174 rc = buf->behavior->alloc(buf, gfp, args); in hl_mmap_mem_buf_alloc()
177 behavior->topic, rc); in hl_mmap_mem_buf_alloc()
270 buf->behavior->topic, vma->vm_start);
279 buf->behavior->topic);
290 rc = buf->behavior->mmap(buf, vma, args);
[all …]
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c472 behavior = bridge->pci_regs_behavior; in pci_bridge_emul_conf_read()
479 behavior = NULL; in pci_bridge_emul_conf_read()
492 behavior = NULL; in pci_bridge_emul_conf_read()
515 if (behavior) in pci_bridge_emul_conf_read()
516 *value &= behavior[reg / 4].ro | behavior[reg / 4].rw | in pci_bridge_emul_conf_read()
517 behavior[reg / 4].w1c; in pci_bridge_emul_conf_read()
553 behavior = bridge->pci_regs_behavior; in pci_bridge_emul_conf_write()
566 behavior = NULL; in pci_bridge_emul_conf_write()
583 if (behavior) { in pci_bridge_emul_conf_write()
602 if (behavior) { in pci_bridge_emul_conf_write()
[all …]
/openbmc/linux/security/
H A Ddevice_cgroup.c46 enum devcg_behavior behavior; member
179 return (devcg->behavior != DEVCG_DEFAULT_NONE); in is_devcg_online()
197 dev_cgroup->behavior = DEVCG_DEFAULT_ALLOW; in devcgroup_online()
202 dev_cgroup->behavior = parent_dev_cgroup->behavior; in devcgroup_online()
214 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_offline()
230 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_css_alloc()
406 enum devcg_behavior behavior) in verify_new_ex() argument
415 if (behavior == DEVCG_DEFAULT_ALLOW) { in verify_new_ex()
492 if (childcg->behavior == DEVCG_DEFAULT_DENY) in parent_allows_removal()
655 devcgroup->behavior = DEVCG_DEFAULT_ALLOW; in devcgroup_update_access()
[all …]
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def50 (((A) > (B)) ? (A) : (B)), /* behavior */
56 (((A) < (B)) ? (A) : (B)), /* behavior */
62 (((A)<0)?(-(A)):(A)), /* behavior */
437 (READ_PREG(0)), /* behavior */
443 (READ_PREG(3)), /* behavior */
464 }, /* behavior */
570 WRITE_PREG(3,VAL), /* behavior */
587 ((size4u_t)(A)), /* behavior */
593 ((size4s_t)(A)), /* behavior */
599 ((size8u_t)(A)), /* behavior */
[all …]
/openbmc/linux/mm/
H A Dmadvise.c52 switch (behavior) { in madvise_need_mmap_write()
832 int behavior) in madvise_dontneed_free_valid_vma() argument
843 if (behavior != MADV_DONTNEED && behavior != MADV_DONTNEED_LOCKED) in madvise_dontneed_free_valid_vma()
862 int behavior) in madvise_dontneed_free() argument
885 behavior)) in madvise_dontneed_free()
905 if (behavior == MADV_DONTNEED || behavior == MADV_DONTNEED_LOCKED) in madvise_dontneed_free()
916 int behavior) in madvise_populate() argument
1020 switch (behavior) { in madvise_vma_behavior()
1155 switch (behavior) { in madvise_behavior_valid()
1196 switch (behavior) { in process_madvise_behavior_valid()
[all …]
/openbmc/linux/arch/parisc/kernel/
H A Dsys_parisc.c391 switch (behavior) { in parisc_madvise()
392 case 65: behavior = MADV_MERGEABLE; break; in parisc_madvise()
393 case 66: behavior = MADV_UNMERGEABLE; break; in parisc_madvise()
394 case 67: behavior = MADV_HUGEPAGE; break; in parisc_madvise()
395 case 68: behavior = MADV_NOHUGEPAGE; break; in parisc_madvise()
396 case 69: behavior = MADV_DONTDUMP; break; in parisc_madvise()
397 case 70: behavior = MADV_DODUMP; break; in parisc_madvise()
398 case 71: behavior = MADV_WIPEONFORK; break; in parisc_madvise()
399 case 72: behavior = MADV_KEEPONFORK; break; in parisc_madvise()
400 case 73: behavior = MADV_COLLAPSE; break; in parisc_madvise()
[all …]
/openbmc/linux/tools/perf/trace/beauty/
H A Dmmap.c65 static size_t madvise__scnprintf_behavior(int behavior, char *bf, size_t size) in madvise__scnprintf_behavior() argument
70 …if (behavior < strarray__madvise_advices.nr_entries && strarray__madvise_advices.entries[behavior]… in madvise__scnprintf_behavior()
71 return scnprintf(bf, size, "MADV_%s", strarray__madvise_advices.entries[behavior]); in madvise__scnprintf_behavior()
73 return scnprintf(bf, size, "%#", behavior); in madvise__scnprintf_behavior()
/openbmc/openbmc/.github/ISSUE_TEMPLATE/
H A Dbug_report.md16 **Unexpected behavior you saw**
19 **Expected behavior**
23 Steps to reproduce the behavior:
/openbmc/linux/Documentation/process/
H A Dcode-of-conduct.rst19 Examples of behavior that contributes to creating a positive environment
29 Examples of unacceptable behavior by participants include:
44 Maintainers are responsible for clarifying the standards of acceptable behavior
46 any instances of unacceptable behavior.
67 Instances of abusive, harassing, or otherwise unacceptable behavior may be
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Ddisable-Wvarargs-with-clang.patch7 behavior, we relegate this to be just a warning instead
8 of error and keep the behavior as it was. Right fix would
13 …t that undergoes default argument promotion to 'va_start' has undefined behavior [-Werror,-Wvararg…
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A D0001-PEAP-client-Update-Phase-2-authentication-requiremen.patch6 The previous PEAP client behavior allowed the server to skip Phase 2
9 specifications are not exactly clear on what the behavior on this front
16 Change the default PEAP client behavior to be to require Phase 2
21 strict default behavior could result in undesired interoperability
25 Allow Phase 2 authentication behavior to be configured with a new phase1
28 tunnel) behavior for PEAP:
59 + * tunnel) behavior for PEAP:
205 +# tunnel) behavior for PEAP:
/openbmc/docs/
H A Dcode-of-conduct.md30 behavior can intimidate, harass, or otherwise disrupt one or more people in the
66 4. Communicate constructively and avoid demeaning or insulting behavior or
75 disrespectful, unprofessional or unfair or unwelcome behavior or advances.
90 ### Demeaning behavior
103 ### Insulting behavior
143 ### Unwelcome behavior
149 - would I like an account of my behavior published in the organization’s
151 - could my behavior offend or hurt other members of the work group?
152 - could someone misinterpret my behavior as intentionally harmful or harassing?
172 unreasonable behavior (e.g. verbal or written abuse, offensive conduct or any
/openbmc/bmcweb/
H A DREDFISH_CHECKLIST.md10 2. Document any client-facing changes in behavior in the commit message. Note,
11 that this should include behavior changes that may not affect your system.
27 6. Ensure that you have written unit tests for any behavior that does not have
/openbmc/linux/Documentation/translations/zh_CN/rust/
H A Dcoding-guidelines.rst113 /// Calling this method on [`None`] is *[undefined behavior]*.
115 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Dbug_report.md11 **To Reproduce** Steps to reproduce the behavior:
18 **Expected behavior** A clear and concise description of what you expected to
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst4 This target emulates the behavior of bad sectors at arbitrary
10 requests on specific blocks (to emulate the behavior of a hard disk
13 When the failure behavior is enabled (i.e.: when the output of
22 This emulates the "remapped sector" behavior of a drive with bad
71 Check the status of the read behavior ("bypass" indicates that all I/O
111 To enable the "fail read on bad block" behavior, send the "enable" message::
129 therefore emulating the "remap" behavior of hard disk drives::
302 This target seeks to provide a device that can exhibit the behavior
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyyaml/
H A D0001-Fix-builds-with-Cython-3.patch12 Explicitly importing `old_build_ext` preserves the existing behavior for
13 recent Cython<3 and uses the correct behavior for Cython 3. Should the
/openbmc/linux/arch/xtensa/
H A DKconfig.debug18 The default linker behavior is to combine identical literal
28 Enable this option to test S32C1I instruction behavior at boot.
/openbmc/linux/Documentation/core-api/
H A Dmemory-allocation.rst32 The GFP flags control the allocators behavior. They tell what memory
87 GFP flags and reclaim behavior
112 **default** page allocator behavior is used. That means that not costly
114 that behavior so failures have to be checked properly by callers
117 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior
123 behavior and all allocation requests try really hard. The request
127 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
/openbmc/webui-vue/src/components/Mixins/
H A DJumpLinkMixin.js21 behavior: 'smooth',
/openbmc/linux/Documentation/powerpc/
H A Dsyscall64-abi.rst87 Syscall behavior can change if the processor is in transactional or suspended
88 transaction state, and the syscall can affect the behavior of the transaction.
97 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF
108 behavior should not be relied upon.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/
H A DHardShutdown.interface.yaml42 The behavior of setting HardShutdownAlarmHigh to True is undefined.
50 The behavior of setting HardShutdownAlarmLow to True is undefined.
H A DWarning.interface.yaml41 behavior of setting WarningAlarmHigh to True is undefined.
49 behavior of setting WarningAlarmLow to True is undefined.
H A DPerformanceLoss.interface.yaml41 condition. The behavior of setting PerformanceLossAlarmHigh to True is
50 condition. The behavior of setting PerformanceLossAlarmLow to True is
H A DCritical.interface.yaml41 behavior of setting CriticalAlarmHigh to True is undefined.
49 behavior of setting CriticalAlarmLow to True is undefined.

12345678910>>...28