Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 25 of 92) sorted by relevance

1234

/linux/rust/kernel/
H A Dkunit.rs14 #[doc(hidden)]
30 #[doc(hidden)]
49 #[doc(hidden)]
155 #[doc(hidden)]
H A Djump_label.rs46 #[doc(hidden)]
71 #[doc(hidden)]
/linux/arch/x86/boot/compressed/
H A Dhead_32.S41 .hidden _bss
42 .hidden _ebss
43 .hidden _end
H A Dhead_64.S51 .hidden _bss
52 .hidden _ebss
53 .hidden _end
/linux/include/linux/
H A Dhidden.h19 #pragma GCC visibility push(hidden)
/linux/lib/zstd/common/
H A Dportability_macros.h47 # define ZSTD_HIDE_ASM_FUNCTION(func) .hidden func
/linux/rust/
H A Dcompiler_builtins.rs31 #[doc(hidden)]
/linux/Documentation/filesystems/
H A Disofs.rst48 hide Completely strip hidden files from the file system.
50 unhide Deprecated; showing hidden files is now default;
/linux/tools/lib/bpf/
H A Delf.c81 bool hidden; member
182 ret->hidden = false; in elf_sym_iter_next()
188 ret->hidden = versym & VERSYM_HIDDEN; in elf_sym_iter_next()
/linux/fs/hpfs/
H A Dnamei.c51 dee.hidden = name[0] == '.'; in hpfs_mkdir()
151 dee.hidden = name[0] == '.'; in hpfs_create()
237 dee.hidden = name[0] == '.'; in hpfs_mknod()
312 dee.hidden = name[0] == '.'; in hpfs_symlink()
538 de.hidden = new_name[0] == '.'; in hpfs_rename()
H A Dhpfs.h332 u8 hidden: 1; /* dos attrib */ member
346 u8 hidden: 1; /* dos attrib */ member
/linux/fs/bcachefs/
H A Dbuckets_types.h44 u64 hidden; member
H A Dsysfs.c308 acc_u64s_percpu(&b.hidden, &c->usage->hidden, sizeof(b) / sizeof(u64)); in bch2_fs_usage_base_to_text()
310 prt_printf(out, "hidden:\t\t%llu\n", b.hidden); in bch2_fs_usage_base_to_text()
/linux/Documentation/dev-tools/kunit/api/
H A Dindex.rst7 :hidden:
/linux/drivers/clk/versatile/
H A DKconfig29 Express platforms hidden behind its configuration infrastructure,
/linux/arch/mips/lib/
H A Dmemset.S92 .hidden __memset /* Make sure it does not leak */
234 .hidden __memset
/linux/arch/arm64/kernel/pi/
H A DMakefile9 -include $(srctree)/include/linux/hidden.h \
/linux/Documentation/translations/ko_KR/
H A Dstable_api_nonsense.txt56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
/linux/arch/riscv/kernel/pi/
H A DMakefile8 -include $(srctree)/include/linux/hidden.h \
/linux/arch/s390/include/asm/
H A Dnospec-insn.h23 .hidden \name
/linux/arch/x86/purgatory/
H A DMakefile37 PURGATORY_CFLAGS += -fpic -fvisibility=hidden
/linux/include/uapi/linux/
H A Dmsdos_fs.h122 __le32 hidden; /* hidden sectors (unused) */ member
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa25x.dtsi15 * sources has been hidden under the carpet by now.
/linux/arch/arm/boot/dts/microchip/
H A Dat91-ariag25.dts77 /* TWD2+TCLK2 hidden behind ethernet, so no i2c2 */
/linux/tools/lib/thermal/
H A DMakefile63 override CFLAGS += -fvisibility=hidden

1234