| /kernel/linux/linux-5.10/security/ |
| D | device_cgroup.c | 45 enum devcg_behavior behavior; member 167 return (devcg->behavior != DEVCG_DEFAULT_NONE); in is_devcg_online() 171 * devcgroup_online - initializes devcgroup's behavior and exceptions based on 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() 282 if (devcgroup->behavior == DEVCG_DEFAULT_ALLOW) { in devcgroup_seq_show() 387 * @behavior: behavior of the exception's dev_cgroup 394 enum devcg_behavior behavior) in verify_new_ex() argument [all …]
|
| /kernel/linux/linux-4.19/security/ |
| D | device_cgroup.c | 43 enum devcg_behavior behavior; member 165 return (devcg->behavior != DEVCG_DEFAULT_NONE); in is_devcg_online() 169 * devcgroup_online - initializes devcgroup's behavior and exceptions based on 183 dev_cgroup->behavior = DEVCG_DEFAULT_ALLOW; in devcgroup_online() 188 dev_cgroup->behavior = parent_dev_cgroup->behavior; in devcgroup_online() 200 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_offline() 216 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_css_alloc() 280 if (devcgroup->behavior == DEVCG_DEFAULT_ALLOW) { in devcgroup_seq_show() 384 * @behavior: behavior of the exception's dev_cgroup 391 enum devcg_behavior behavior) in verify_new_ex() argument [all …]
|
| /kernel/linux/linux-4.19/mm/ |
| D | madvise.c | 37 static int madvise_need_mmap_write(int behavior) in madvise_need_mmap_write() argument 39 switch (behavior) { in madvise_need_mmap_write() 53 * areas, each area with its own behavior. 57 unsigned long start, unsigned long end, int behavior) in madvise_behavior() argument 64 switch (behavior) { in madvise_behavior() 107 error = ksm_madvise(vma, start, end, behavior, &new_flags); in madvise_behavior() 120 error = hugepage_madvise(vma, &new_flags, behavior); in madvise_behavior() 517 int behavior) in madvise_dontneed_free() argument 562 if (behavior == MADV_DONTNEED) in madvise_dontneed_free() 564 else if (behavior == MADV_FREE) in madvise_dontneed_free() [all …]
|
| /kernel/linux/linux-5.10/mm/ |
| D | madvise.c | 48 static int madvise_need_mmap_write(int behavior) in madvise_need_mmap_write() argument 50 switch (behavior) { in madvise_need_mmap_write() 802 int behavior) in madvise_dontneed_free() argument 849 if (behavior == MADV_DONTNEED) in madvise_dontneed_free() 851 else if (behavior == MADV_FREE) in madvise_dontneed_free() 907 * Apply an madvise behavior to a region of a vma. madvise_update_vma 909 * behavior. 914 unsigned long behavior) in madvise_vma_behavior() argument 919 switch (behavior) { in madvise_vma_behavior() 930 return madvise_dontneed_free(vma, prev, start, end, behavior); in madvise_vma_behavior() [all …]
|
| /kernel/linux/linux-5.10/drivers/pci/ |
| D | pci-bridge-emul.c | 17 * default behavior. 34 * Reads and Writes will be filtered by specified behavior. All other bits not 329 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() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
| D | mmap.c | 65 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()
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | code-of-conduct.rst | 19 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
|
| /kernel/linux/linux-4.19/Documentation/process/ |
| D | code-of-conduct.rst | 19 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
|
| /kernel/linux/linux-4.19/tools/perf/trace/beauty/ |
| D | mmap.c | 104 static size_t madvise__scnprintf_behavior(int behavior, char *bf, size_t size) in madvise__scnprintf_behavior() argument 109 …if (behavior < strarray__madvise_advices.nr_entries && strarray__madvise_advices.entries[behavior]… in madvise__scnprintf_behavior() 110 return scnprintf(bf, size, "MADV_%s", strarray__madvise_advices.entries[behavior]); in madvise__scnprintf_behavior() 112 return scnprintf(bf, size, "%#", behavior); in madvise__scnprintf_behavior()
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/ |
| D | gd32vf103_dbg.h | 99 /* low power behavior configuration */ 100 /* enable low power behavior when the MCU is in debug mode */ 102 /* disable low power behavior when the MCU is in debug mode */ 105 /* peripheral behavior configuration */ 106 /* enable peripheral behavior when the MCU is in debug mode */ 108 /* disable peripheral behavior when the MCU is in debug mode */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | pwrseq.c | 70 /* FW behavior */ 78 /* FW behavior */ 149 /*FW behavior*/ 157 /*FW behavior*/
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | memory-allocation.rst | 32 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
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
| D | hal_pwr_seq.c | 100 /* FW behavior */ 109 /* FW behavior */ 118 /* SW behavior */ 127 /* SW behavior */
|
| /kernel/linux/linux-4.19/drivers/staging/rtl8723bs/hal/ |
| D | hal_pwr_seq.c | 100 /* FW behavior */ 109 /* FW behavior */ 118 /* SW behavior */ 127 /* SW behavior */
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
| D | dm-dust.rst | 4 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
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Drivers/ |
| D | gd32vf103_dbg.c | 49 \brief enable low power behavior when the mcu is in debug mode 64 \brief disable low power behavior when the mcu is in debug mode 79 \brief enable peripheral behavior when the mcu is in debug mode 96 \brief disable peripheral behavior when the mcu is in debug mode
|
| /kernel/linux/linux-4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | pwrseq.c | 92 /* FW behavior */ 100 /* FW behavior */ 171 /*FW behavior*/ 179 /*FW behavior*/
|
| /kernel/linux/linux-4.19/Documentation/powerpc/ |
| D | syscall64-abi.txt | 53 Syscall behavior can change if the processor is in transactional or suspended 54 transaction state, and the syscall can affect the behavior of the transaction. 63 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF 74 behavior should not be relied upon.
|
| /kernel/linux/linux-4.19/Documentation/cdrom/ |
| D | cdrom-standard.tex | 50 all these different devices has also allowed the behavior of each 52 This divergence of behavior has been very significant for \cdrom\ 58 maintain uniform behavior across all the \linux\ \cdrom\ drivers. 60 This document describes an effort to establish Uniform behavior across 91 importantly, it appeared that the behavior of the `standard' commands 98 behavior was usually different. 114 {\em one\/} \linux\ \cdrom\ interface with consistent behavior for all 141 importantly, this led to the divergence of behavior, which has already 145 drive behavior, and to provide a common set of services to the various 186 place where the behavior of all \cdrom-devices is defined and [all …]
|
| /kernel/linux/linux-5.10/Documentation/cdrom/ |
| D | cdrom-standard.rst | 27 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. 37 This document describes an effort to establish Uniform behavior across 66 importantly, it appeared that the behavior of the `standard` commands 73 behavior was usually different. 94 **one** Linux CD-ROM interface with consistent behavior for all 123 importantly, this led to the divergence of behavior, which has already 127 CD-ROM drive behavior, and to provide a common set of services to the various 165 place where the behavior of all CD-ROM-devices is defined and [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig.ubsan | 65 bool "Enable all other Undefined Behavior sanity checks" 98 tristate "Module for testing for undefined behavior detection" 102 It triggers various undefined behavior, and detect it.
|
| /kernel/linux/linux-4.19/arch/xtensa/ |
| D | Kconfig.debug | 18 The default linker behavior is to combine identical literal 28 Enable this option to test S32C1I instruction behavior at boot.
|
| /kernel/linux/linux-4.19/drivers/gpio/ |
| D | devres.c | 62 * information about behavior and return values. 80 * detailed information about behavior and return values. 99 * information about behavior and return values. 235 * gpiod_get_index_optional() for detailed information about behavior and 263 * information about behavior and return values. 298 * See gpiod_get_array_optional() for detailed information about behavior and
|
| /kernel/linux/linux-5.10/arch/xtensa/ |
| D | Kconfig.debug | 18 The default linker behavior is to combine identical literal 28 Enable this option to test S32C1I instruction behavior at boot.
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| D | smp_tlb.c | 106 * by an active process can lead to unexpected behavior in erratum_a15_798181_init() 110 * by an active process can lead to unexpected behavior in erratum_a15_798181_init() 112 * by an active process can lead to unexpected behavior in erratum_a15_798181_init() 117 * by an active process can lead to unexpected behavior in erratum_a15_798181_init()
|