/linux-6.3-rc2/drivers/accel/habanalabs/common/ |
A D | memory_mgr.c | 47 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 …]
|
/linux-6.3-rc2/drivers/pci/ |
A D | pci-bridge-emul.c | 472 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 …]
|
/linux-6.3-rc2/security/ |
A D | device_cgroup.c | 46 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 …]
|
/linux-6.3-rc2/mm/ |
A D | madvise.c | 52 switch (behavior) { in madvise_need_mmap_write() 810 int behavior) in madvise_dontneed_free_valid_vma() argument 821 if (behavior != MADV_DONTNEED && behavior != MADV_DONTNEED_LOCKED) in madvise_dontneed_free_valid_vma() 840 int behavior) in madvise_dontneed_free() argument 875 behavior)) in madvise_dontneed_free() 895 if (behavior == MADV_DONTNEED || behavior == MADV_DONTNEED_LOCKED) in madvise_dontneed_free() 906 int behavior) in madvise_populate() argument 1023 switch (behavior) { in madvise_vma_behavior() 1158 switch (behavior) { in madvise_behavior_valid() 1199 switch (behavior) { in process_madvise_behavior_valid() [all …]
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | sys_parisc.c | 482 switch (behavior) { in parisc_madvise() 483 case 65: behavior = MADV_MERGEABLE; break; in parisc_madvise() 484 case 66: behavior = MADV_UNMERGEABLE; break; in parisc_madvise() 485 case 67: behavior = MADV_HUGEPAGE; break; in parisc_madvise() 486 case 68: behavior = MADV_NOHUGEPAGE; break; in parisc_madvise() 487 case 69: behavior = MADV_DONTDUMP; break; in parisc_madvise() 488 case 70: behavior = MADV_DODUMP; break; in parisc_madvise() 489 case 71: behavior = MADV_WIPEONFORK; break; in parisc_madvise() 490 case 72: behavior = MADV_KEEPONFORK; break; in parisc_madvise() 491 case 73: behavior = MADV_COLLAPSE; break; in parisc_madvise() [all …]
|
/linux-6.3-rc2/tools/perf/trace/beauty/ |
A 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()
|
/linux-6.3-rc2/Documentation/process/ |
A 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
|
/linux-6.3-rc2/Documentation/translations/zh_CN/rust/ |
A D | coding-guidelines.rst | 113 /// Calling this method on [`None`] is *[undefined behavior]*. 115 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A 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
|
/linux-6.3-rc2/Documentation/core-api/ |
A 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
|
/linux-6.3-rc2/arch/xtensa/ |
A D | Kconfig.debug | 18 The default linker behavior is to combine identical literal 28 Enable this option to test S32C1I instruction behavior at boot.
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | syscall64-abi.rst | 87 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-6.3-rc2/scripts/selinux/mdp/ |
A D | mdp.c | 154 #define FS_USE(behavior, fstype) \ in main() argument 156 behavior, fstype, mls ? ":" SYSTEMLOW : "") in main()
|
/linux-6.3-rc2/Documentation/trace/rv/ |
A D | runtime-verification.rst | 13 the system behavior. 16 behavior of the monitored system, without the pitfalls of developing models 28 undesired) behavior, and the trace of the actual system. 56 event occurrence to the enforcement of the correct behavior to the extreme 111 For further information about modeling of Linux kernel behavior using automata,
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | drivetemp.rst | 38 drives as well. The same behavior is observed if the 'hdtemp' or 'smartd' 44 drives experience similar behavior.
|
/linux-6.3-rc2/Documentation/tools/rtla/ |
A D | index.rst | 8 behavior on specific hardware.
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
A D | memcg_test.rst | 9 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-6.3-rc2/drivers/platform/x86/amd/pmf/ |
A D | Kconfig | 14 quiter, power efficient by adapting to user behavior and environment.
|
/linux-6.3-rc2/tools/testing/selftests/futex/ |
A D | README | 6 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-6.3-rc2/tools/kvm/kvm_stat/ |
A D | kvm_stat.txt | 18 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-6.3-rc2/Documentation/arm/ |
A D | mem_alignment.rst | 30 To change the alignment trap behavior, simply echo a number into 34 bit behavior when set
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | jfs.rst | 16 iocharset=none specifies the default behavior explicitly. 34 previously specified in order to restore normal behavior.
|
/linux-6.3-rc2/arch/sh/drivers/ |
A D | Kconfig | 11 behavior is platform-dependent, but normally the flash frequency is
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | atmel-matrix.txt | 4 behavior (master/slave priorities, undefined burst length type, ...)
|
/linux-6.3-rc2/drivers/staging/vc04_services/interface/ |
A D | TODO | 61 * Fix behavior of message handling 63 The polling behavior of vchiq_bulk_transmit(), vchiq_bulk_receive() and
|