/linux/Documentation/filesystems/ext4/ |
H A D | allocators.rst | 24 extent. A second related trick that ext4 uses is delayed allocation. 32 The third trick that ext4 (and ext3) uses is that it tries to keep a 38 The fourth trick is that all the inodes in a directory are placed in the 43 The fifth trick is that the disk volume is cut up into 128MB block
|
/linux/scripts/kconfig/tests/preprocess/escape/ |
H A D | Kconfig | 7 # delimiters. You can use the following trick to do so. 22 # You need a trick to escape '$' followed by '(' 27 # You need a trick to treat unbalanced parentheses.
|
/linux/crypto/ |
H A D | polyval-generic.c | 29 * This implementation uses a convenient trick involving the GHASH and POLYVAL 30 * fields. This trick allows multiplication in the POLYVAL field to be 38 * By using this trick, we do not need to implement the POLYVAL field for the
|
/linux/arch/x86/include/asm/ |
H A D | frame.h | 27 * This is a sneaky trick to help the unwinder find pt_regs on the stack. The 40 * This is a sneaky trick to help the unwinder find pt_regs on the stack. The
|
/linux/samples/bpf/gnu/ |
H A D | stubs.h | 1 /* dummy .h to trick /usr/include/features.h to work with 'clang --target=bpf' */
|
/linux/tools/testing/selftests/bpf/gnu/ |
H A D | stubs.h | 1 /* dummy .h to trick /usr/include/features.h to work with 'clang --target=bpf' */
|
/linux/tools/memory-model/litmus-tests/ |
H A D | LB+fencembonceonce+ctrlonceonce.litmus | 10 * to do the trick. (But the full memory barrier could be replaced with
|
/linux/Documentation/power/ |
H A D | tricks.rst | 7 If you want to trick swsusp/S3 into working, you might want to try:
|
/linux/usr/ |
H A D | initramfs_data.S | 8 following trick can be applied to create the resulting binary:
|
/linux/include/uapi/linux/netfilter/ |
H A D | nfnetlink.h | 49 /* No enum here, otherwise __stringify() trick of MODULE_ALIAS_NFNL_SUBSYS()
|
/linux/Documentation/kbuild/ |
H A D | kconfig-macro-language.rst | 155 trick to start the first parameter with spaces. For example, if you want 191 accepts only one. To pass commas in arguments, you can use the following trick::
|
/linux/fs/bcachefs/ |
H A D | eytzinger.h | 115 * sign bit trick: in __eytzinger1_to_inorder() 135 * sign bit trick: in __inorder_to_eytzinger1()
|
/linux/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_among.h | 22 * For MAC address comparison speedup reasons, we introduce a trick.
|
/linux/Documentation/arch/powerpc/ |
H A D | kasan.txt | 44 linear mapping, using the same high-bits trick we use for the rest of the linear
|
/linux/drivers/atm/ |
H A D | nicstarmac.copyright | 31 * Trick is to avoid fragmenting Linux, due to need for a lot of large
|
/linux/Documentation/infiniband/ |
H A D | user_verbs.rst | 41 pointers are never exposed to userspace and userspace cannot trick
|
/linux/arch/sparc/include/asm/ |
H A D | head_32.h | 27 /* Notice that for the system calls we pull a trick. We load up a
|
/linux/arch/arm64/lib/ |
H A D | strncmp.S | 124 /* For big-endian we cannot use the trick with the syndrome value 265 next step and also use syndrome value trick at the end. */
|
/linux/arch/alpha/lib/ |
H A D | ev67-strchr.S | 67 * Or would exception handling recovery code do the trick here?
|
/linux/include/linux/mtd/ |
H A D | partitions.h | 39 * MTD_WRITEABLE to the mask_flags will do the trick.
|
/linux/arch/sparc/kernel/ |
H A D | devices.c | 126 /* Probably a sun4e, Sun is trying to trick us ;-) */ in device_scan()
|
/linux/drivers/hid/bpf/progs/ |
H A D | README | 37 The following should do the trick (assuming udev-hid-bpf is available in
|
/linux/arch/arm64/include/asm/vdso/ |
H A D | compat_gettimeofday.h | 147 * This trick hides the assignment from the compiler. Since it cannot in __arch_get_vdso_u_time_data()
|
/linux/Documentation/mm/ |
H A D | split_page_table_lock.rst | 95 trick:
|
/linux/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 50 if (((x ^ y) < 0) && /* Trick to compare sign */ in test_one()
|