Home
last modified time | relevance | path

Searched full:trick (Results 1 – 25 of 178) sorted by relevance

12345678

/linux/Documentation/filesystems/ext4/
H A Dallocators.rst24 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 DKconfig7 # 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 Dpolyval-generic.c29 * 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 Dframe.h27 * 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 Dstubs.h1 /* dummy .h to trick /usr/include/features.h to work with 'clang --target=bpf' */
/linux/tools/testing/selftests/bpf/gnu/
H A Dstubs.h1 /* dummy .h to trick /usr/include/features.h to work with 'clang --target=bpf' */
/linux/tools/memory-model/litmus-tests/
H A DLB+fencembonceonce+ctrlonceonce.litmus10 * to do the trick. (But the full memory barrier could be replaced with
/linux/Documentation/power/
H A Dtricks.rst7 If you want to trick swsusp/S3 into working, you might want to try:
/linux/usr/
H A Dinitramfs_data.S8 following trick can be applied to create the resulting binary:
/linux/include/uapi/linux/netfilter/
H A Dnfnetlink.h49 /* No enum here, otherwise __stringify() trick of MODULE_ALIAS_NFNL_SUBSYS()
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst155 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 Deytzinger.h115 * sign bit trick: in __eytzinger1_to_inorder()
135 * sign bit trick: in __inorder_to_eytzinger1()
/linux/include/uapi/linux/netfilter_bridge/
H A Debt_among.h22 * For MAC address comparison speedup reasons, we introduce a trick.
/linux/Documentation/arch/powerpc/
H A Dkasan.txt44 linear mapping, using the same high-bits trick we use for the rest of the linear
/linux/drivers/atm/
H A Dnicstarmac.copyright31 * Trick is to avoid fragmenting Linux, due to need for a lot of large
/linux/Documentation/infiniband/
H A Duser_verbs.rst41 pointers are never exposed to userspace and userspace cannot trick
/linux/arch/sparc/include/asm/
H A Dhead_32.h27 /* Notice that for the system calls we pull a trick. We load up a
/linux/arch/arm64/lib/
H A Dstrncmp.S124 /* 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 Dev67-strchr.S67 * Or would exception handling recovery code do the trick here?
/linux/include/linux/mtd/
H A Dpartitions.h39 * MTD_WRITEABLE to the mask_flags will do the trick.
/linux/arch/sparc/kernel/
H A Ddevices.c126 /* Probably a sun4e, Sun is trying to trick us ;-) */ in device_scan()
/linux/drivers/hid/bpf/progs/
H A DREADME37 The following should do the trick (assuming udev-hid-bpf is available in
/linux/arch/arm64/include/asm/vdso/
H A Dcompat_gettimeofday.h147 * This trick hides the assignment from the compiler. Since it cannot in __arch_get_vdso_u_time_data()
/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst95 trick:
/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c50 if (((x ^ y) < 0) && /* Trick to compare sign */ in test_one()

12345678