| /linux/tools/lib/api/fs/ |
| H A D | fs.h | 16 #define FS(name) \ macro 33 FS(sysfs) 34 FS(procfs) 35 FS(debugfs) 36 FS(tracefs) 37 FS(hugetlbfs) 38 FS(bpf_fs) 40 #undef FS
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | fsgs.rst | 3 Using FS and GS segments in user space applications 22 always 0 to provide a full 64bit address space. The FS and GS segments are 25 Common FS and GS usage 28 The FS segment is commonly used to address Thread Local Storage (TLS). FS 31 thread and the compiler emits the FS: address prefix for accesses to these 32 variables. Each thread has its own FS base address so common code can be 34 instances. Applications should not use FS for other purposes when they use 35 runtimes or threading libraries which manage the per thread FS. 41 Reading and writing the FS/GS base address 44 There exist two mechanisms to read and write the FS/GS base address: [all …]
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | gfp_mask-from-fs-io.rst | 16 从FS/IO上下文中使用的GFP掩码 25 文件系统和IO栈中的代码路径在分配内存时必须小心,以防止因直接调用FS或IO路径的内 42 没有内存分配可以追溯到FS/IO中。 49 然后,FS/IO代码在任何与回收有关的关键部分开始之前简单地调用适当的保存函数
|
| H A D | memory-allocation.rst | 68 从历史上看,它们被用来防止递归死锁,这种死锁是由直接内存回收调用到FS或IO路径以及对已
|
| /linux/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 13 FS-Cache mediates between cache backends (such as CacheFiles) and network 24 | AFS |----->| | | FS-Cache | 34 Or to look at it another way, FS-Cache is a module that provides a caching 50 | NFS |----->| FS-Cache | 71 FS-Cache does not follow the idea of completely loading every netfs file 91 FS-Cache provides the following facilities: 145 The netfs API to FS-Cache can be found in: 149 The cache backend API to FS-Cache can be found in: 157 If FS-Cache is compiled with the following options enabled:: 165 This shows counts of a number of events that can happen in FS-Cache: [all …]
|
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fec.c | 63 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v)) macro 161 FS(fecp, r_cntrl, FEC_RCNTRL_PROM); in set_promiscuous_mode() 283 FS(fecp, dma_control, 0xC0000000); in restart() 306 FS(fecp, r_cntrl, interface == PHY_INTERFACE_MODE_RMII ? in restart() 314 FS(fecp, x_cntrl, FEC_TCNTRL_FDEN); /* FD enable */ in restart() 316 FS(fecp, r_cntrl, FEC_RCNTRL_DRT); in restart() 374 FS(fecp, imask, FEC_NAPI_EVENT_MSK); in napi_enable_fs()
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | regs_load.S | 18 #define FS 14 * 8 macro 51 movq $0, FS(%rdi) 88 movl $0, FS(%edi)
|
| /linux/arch/x86/um/ |
| H A D | ptrace_32.c | 41 [FS] = HOST_FS, 69 case FS: in putreg() 125 case FS: in getreg()
|
| H A D | ptrace_64.c | 49 [FS >> 3] = HOST_FS, 82 case FS: in putreg() 158 case FS: in getreg()
|
| H A D | user-offsets.c | 36 DEFINE(HOST_FS, FS); in foo() 61 DEFINE_LONGS(HOST_FS, FS); in foo()
|
| /linux/fs/verity/ |
| H A D | Kconfig | 4 bool "FS Verity (read-only file-based authenticity protection)" 35 bool "FS Verity builtin signature support"
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 36 checksum is the crc16 of the FS UUID, the group number, and the group 38 checksum is the lower 16 bits of the checksum of the FS UUID, the group 40 checksums are calculated against the FS UUID, the group number, and the
|
| /linux/Documentation/admin-guide/ |
| H A D | init.rst | 9 1) **Unable to mount root FS**: Set "debug" kernel parameter (in bootloader 13 root FS type (and ``root=`` kernel parameter points to the correct
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp4xx-reference-design.dtsi | 90 label = "ixp400 NAND FS 0"; 94 label = "ixp400 NAND FS 1";
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | credentials.rst | 124 - 有效用户ID,保存用户ID和FS用户ID 125 - 有效组ID,保存组ID和FS组ID
|
| /linux/fs/omfs/ |
| H A D | Kconfig | 10 more efficient than a standard FS for MPEG files, in fact likely
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | init.rst | 21 1) **无法挂载根文件系统Unable to mount root FS** :请设置“debug”内核参数(在
|
| /linux/kernel/bpf/preload/ |
| H A D | Kconfig | 11 pinned into BPF FS mount point as human readable files that are
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | init.rst | 24 1) **無法掛載根文件系統Unable to mount root FS** :請設置“debug”內核參數(在
|
| /linux/arch/x86/um/shared/sysdep/ |
| H A D | ptrace_64.h | 38 #define FS (HOST_FS * sizeof(long)) macro
|
| /linux/Documentation/filesystems/ |
| H A D | omfs.rst | 16 Note, it is not recommended that this FS be used in place of a general 58 __be64 h_self; /* FS block where this is located */
|
| H A D | btrfs.rst | 28 * Efficient incremental backup and FS mirroring (send/receive)
|
| /linux/tools/perf/trace/beauty/ |
| H A D | clone.c | |
| /linux/arch/x86/um/os-Linux/ |
| H A D | mcontext.c | 19 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc() 63 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_mc_from_regs()
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_interrupted_tap_output.log | 11 [ 0.060000] FS-Cache: Netfs 'afs' registered for caching
|