Home
last modified time | relevance | path

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

12345678910>>...15

/linux/mm/
A Dmadvise.c49 switch (behavior) { in madvise_need_mmap_write()
78 switch (behavior) { in madvise_behavior()
772 int behavior) in madvise_dontneed_free() argument
819 if (behavior == MADV_DONTNEED) in madvise_dontneed_free()
821 else if (behavior == MADV_FREE) in madvise_dontneed_free()
830 int behavior) in madvise_populate() argument
985 switch (behavior) { in madvise_vma()
1008 switch (behavior) { in madvise_behavior_valid()
1048 switch (behavior) { in process_madvise_behavior_valid()
1160 if (behavior == MADV_HWPOISON || behavior == MADV_SOFT_OFFLINE) in do_madvise()
[all …]
/linux/drivers/pci/
A Dpci-bridge-emul.c329 const struct pci_bridge_reg_behavior *behavior; in pci_bridge_emul_conf_read() local
345 behavior = bridge->pcie_cap_regs_behavior; in pci_bridge_emul_conf_read()
349 behavior = bridge->pci_regs_behavior; in pci_bridge_emul_conf_read()
364 *value &= behavior[reg / 4].ro | behavior[reg / 4].rw | in pci_bridge_emul_conf_read()
365 behavior[reg / 4].w1c; in pci_bridge_emul_conf_read()
391 const struct pci_bridge_reg_behavior *behavior; in pci_bridge_emul_conf_write() local
418 behavior = bridge->pcie_cap_regs_behavior; in pci_bridge_emul_conf_write()
422 behavior = bridge->pci_regs_behavior; in pci_bridge_emul_conf_write()
426 new = old & (~mask | ~behavior[reg / 4].rw); in pci_bridge_emul_conf_write()
429 new |= (value << shift) & (behavior[reg / 4].rw & mask); in pci_bridge_emul_conf_write()
[all …]
/linux/security/
A Ddevice_cgroup.c45 enum devcg_behavior behavior; member
167 return (devcg->behavior != DEVCG_DEFAULT_NONE); in is_devcg_online()
185 dev_cgroup->behavior = DEVCG_DEFAULT_ALLOW; in devcgroup_online()
190 dev_cgroup->behavior = parent_dev_cgroup->behavior; in devcgroup_online()
202 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_offline()
218 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_css_alloc()
394 enum devcg_behavior behavior) in verify_new_ex() argument
403 if (behavior == DEVCG_DEFAULT_ALLOW) { in verify_new_ex()
480 if (childcg->behavior == DEVCG_DEFAULT_DENY) in parent_allows_removal()
623 devcgroup->behavior = DEVCG_DEFAULT_ALLOW; in devcgroup_update_access()
[all …]
/linux/tools/perf/trace/beauty/
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()
/linux/Documentation/process/
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
/linux/Documentation/admin-guide/device-mapper/
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
/linux/Documentation/core-api/
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
A Ddma-attributes.rst16 behavior.
26 behavior.
44 attribute and exhibit default behavior.
/linux/arch/xtensa/
A DKconfig.debug18 The default linker behavior is to combine identical literal
28 Enable this option to test S32C1I instruction behavior at boot.
/linux/Documentation/powerpc/
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.
/linux/scripts/selinux/mdp/
A Dmdp.c154 #define FS_USE(behavior, fstype) \ in main() argument
156 behavior, fstype, mls ? ":" SYSTEMLOW : "") in main()
/linux/Documentation/admin-guide/cgroup-v1/
A Dmemcg_test.rst9 Because VM is getting complex (one of reasons is memcg...), memcg's behavior
10 is complex. This is a document for memcg's internal behavior.
114 But brief explanation of the behavior of memcg around shmem will be
152 (Memory behavior under GB and Memory behavior under MB shows very
/linux/Documentation/hwmon/
A Ddrivetemp.rst38 drives as well. The same behavior is observed if the 'hdtemp' or 'smartd'
44 drives experience similar behavior.
/linux/Documentation/cdrom/
A Dcdrom-standard.rst27 all these different devices has also allowed the behavior of each
29 This divergence of behavior has been very significant for CD-ROM
35 maintain uniform behavior across all the Linux CD-ROM drivers.
73 behavior was usually different.
94 **one** Linux CD-ROM interface with consistent behavior for all
165 place where the behavior of all CD-ROM-devices is defined and
581 A final flag register controls the **behavior** of the CD-ROM
585 current behavior options are::
597 behavior by software. These are::
702 to old behavior by a call to
[all …]
/linux/tools/kvm/kvm_stat/
A Dkvm_stat.txt18 This tool is useful for observing guest behavior from the host perspective.
19 Often conclusions about performance or buggy behavior can be drawn from the
/linux/Documentation/arm/
A Dmem_alignment.rst30 To change the alignment trap behavior, simply echo a number into
34 bit behavior when set
/linux/Documentation/admin-guide/
A Djfs.rst16 iocharset=none specifies the default behavior explicitly.
34 previously specified in order to restore normal behavior.
/linux/tools/testing/selftests/futex/
A DREADME6 Functional tests shall test the documented behavior of the futex operation
7 code under test. This includes checking for proper behavior under normal use,
/linux/Documentation/ABI/testing/
A Ddev-kmsg63 the special behavior this device has. The device allows to read
67 Because of the non-standard behavior also the error values are
69 is returned for other operations, e.g. SEEK_CUR. This behavior
/linux/Documentation/ia64/
A Dirq-redir.rst9 controlled. The behavior on IA64 platforms is slightly different from
45 Initialization and default behavior
/linux/drivers/staging/android/
A DKconfig11 POSIX SHM but with different behavior and sporting a simpler
/linux/Documentation/filesystems/
A Dvirtiofs.rst48 atime behavior
52 are ignored. The atime behavior for virtiofs is the same as the
/linux/arch/sh/drivers/
A DKconfig11 behavior is platform-dependent, but normally the flash frequency is
/linux/Documentation/devicetree/bindings/mfd/
A Datmel-matrix.txt4 behavior (master/slave priorities, undefined burst length type, ...)
/linux/mm/damon/
A Dvaddr.c583 int behavior) in damos_madvise() argument
589 int behavior) in damos_madvise() argument
599 PAGE_ALIGN(r->ar.end - r->ar.start), behavior); in damos_madvise()

Completed in 44 milliseconds

12345678910>>...15