Home
last modified time | relevance | path

Searched full:inherited (Results 1 – 25 of 186) sorted by relevance

12345678

/linux/rust/syn/
H A Drestriction.rs7 /// The visibility level of an item: inherited or `pub` or
24 /// An inherited visibility, which usually means private.
25 Inherited,
82 return Ok(Visibility::Inherited); in parse()
89 Ok(Visibility::Inherited) in parse()
142 Visibility::Inherited => false, in is_some()
163 Visibility::Inherited => {} in to_tokens()
/linux/tools/testing/selftests/landlock/
H A Dscoped_base_variants.h91 * Same domain (inherited)
108 * Inherited + child domain
126 * Inherited + parent domain
144 * Inherited + parent and child domain (siblings)
/linux/drivers/ata/
H A Dpata_artop.c96 * None (inherited from caller).
123 * None (inherited from caller).
150 * None (inherited from caller).
177 * None (inherited from caller).
201 * None (inherited from caller).
241 * None (inherited from caller).
356 * Inherited from PCI layer (may sleep).
H A Dpata_rdc.c37 * None (inherited from caller).
58 * None (inherited from caller).
85 * None (inherited from caller).
167 * None (inherited from caller).
304 * Inherited from PCI layer (may sleep).
H A Dpata_sch.c93 * None (inherited from caller).
122 * None (inherited from caller).
152 * Inherited from PCI layer (may sleep).
H A Dpata_sis.c223 * None (inherited from caller).
260 * None (inherited from caller).
285 * None (inherited from caller).
333 * None (inherited from caller).
372 * None (inherited from caller).
411 * None (inherited from caller).
445 * None (inherited from caller).
478 * None (inherited from caller).
717 * Inherited from PCI layer (may sleep).
H A Dlibata-sff.c61 * Inherited from caller.
81 * Inherited from caller.
113 * Inherited from caller.
136 * Inherited from caller.
153 * Inherited from caller.
224 * Inherited from caller.
312 * Inherited from caller.
340 * Inherited from caller.
389 * Inherited from caller.
470 * Inherited from caller.
[all …]
H A Dpata_ns87415.c49 * None (inherited from caller).
104 * None (inherited from caller).
261 * Inherited from caller.
344 * Inherited from PCI layer (may sleep).
H A Dpata_oldpiix.c61 * None (inherited from caller).
123 * None (inherited from caller).
230 * Inherited from PCI layer (may sleep).
H A Dpata_efar.c81 * None (inherited from caller).
155 * None (inherited from caller).
258 * Inherited from PCI layer (may sleep).
H A Dpata_it8213.c72 * None (inherited from caller).
137 * None (inherited from caller).
253 * Inherited from PCI layer (may sleep).
H A Dpata_pdc2027x.c199 * None (inherited from caller).
235 * None (inherited from caller).
280 * None (inherited from caller).
322 * None (inherited from caller).
418 * None (inherited from caller).
/linux/Documentation/userspace-api/
H A Dno_new_privs.rst17 inherited chroot.
24 can set ``no_new_privs``. Once the bit is set, it is inherited across fork,
/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_inherit_exec_test.c29 fprintf(stderr, "Parent DSCR %ld was not inherited " in do_exec()
35 fprintf(stderr, "Parent DSCR %ld was not inherited " in do_exec()
/linux/fs/smb/client/
H A Dcifsacl.h55 #define ACL_CONTROL_SI 0x0800 /* SACL Auto-Inherited */
56 #define ACL_CONTROL_DI 0x0400 /* DACL Auto-Inherited */
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dinterrupts.txt21 controller node. This property is inherited, so it may be specified in an
27 the inherited one. Each entry in this property contains both the parent phandle
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h138 * not inherited across a fork().
142 * process. This means that they are inherited across fork() like BSD (flock)
/linux/Documentation/arch/arm/stm32/
H A Dstm32mp157-overview.rst14 - Standard connectivity, widely inherited from the STM32 MCU family
/linux/drivers/net/ethernet/asix/
H A DKconfig30 inherited by network interfaces during probe. It can be
/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr_test.c27 "setting aspect across exec not inherited"); in dexcr_prctl_onexec_test_child()
35 "clearing aspect across exec not inherited"); in dexcr_prctl_onexec_test_child()
/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c453 /* Verify that prctl ksm flag is inherited. */
495 ksft_test_result_pass("PR_SET_MEMORY_MERGE value is inherited\n"); in test_prctl_fork()
595 ksft_test_result_pass("PR_SET_MEMORY_MERGE value is inherited\n"); in test_prctl_fork_exec()
688 ksft_test_result_pass("ksm_merging_pages is not inherited after fork\n"); in test_fork_ksm_merging_page_count()
/linux/tools/testing/selftests/drivers/net/team/
H A Dnon_ether_header_ops.sh34 # dev_hard_header() on t0, exercising the inherited header_ops path.
/linux/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c49 * Children normally retain their inherited event on exec; with in make_event_attr()
128 * Non-exec child, to ensure exec does not affect inherited events of in TEST_F()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst59 for events within a cgroup. This includes inherited along with attached
71 for events within a cgroup. This includes inherited along with attached

12345678