/linux/drivers/hwmon/ |
H A D | nct6775-i2c.c | 60 * The write operation is a dummy so as not to disturb anything being done 71 * This is a lie, but writing anything but the bank-select register is in nct6775_i2c_write() 127 * doing anything actually useful. in nct6775_i2c_probe_init() 137 * not find anything if a channel hasn't yet produced a temperature in nct6775_i2c_probe_init() 139 * anything) with the channels DT says should be active. in nct6775_i2c_probe_init()
|
/linux/arch/m68k/math-emu/ |
H A D | fp_arith.c | 170 /* Of course, as we all know, zero * anything = zero. You may in fp_fmul() 238 /* infinity / anything else = infinity (with appropriate sign) */ in fp_fdiv() 242 /* anything / infinity = zero (with appropriate sign) */ in fp_fdiv() 255 /* zero / anything else = zero */ in fp_fdiv() 259 /* anything / zero = infinity (with appropriate sign) */ in fp_fdiv() 326 /* Of course, as we all know, zero * anything = zero. You may in fp_fsglmul() 374 /* infinity / anything else = infinity (with approprate sign) */ in fp_fsgldiv() 378 /* anything / infinity = zero (with appropriate sign) */ in fp_fsgldiv() 391 /* zero / anything else = zero */ in fp_fsgldiv() 395 /* anything / zero = infinity (with appropriate sign) */ in fp_fsgldiv()
|
/linux/arch/mips/include/asm/ |
H A D | cdmm.h | 60 * of physical address space which must not be used for anything else. 79 * anything special in module init/exit. This eliminates a lot of 88 * builtin_mips_cdmm_driver() - Helper macro for drivers that don't do anything
|
/linux/arch/arm/mach-davinci/ |
H A D | hardware.h | 13 * Before you add anything to ths file: 16 * Anything that is chip specific should go in <chipname>.h,
|
/linux/Documentation/networking/ |
H A D | tc-actions-env-rules.rst | 25 #) Thou art responsible for freeing anything returned as being 27 returned, then all is great and you don't need to do anything.
|
/linux/arch/arm/include/asm/ |
H A D | elf.h | 93 * "v1l" for ARM2 (no SWP) and "v2l" for anything else (ARM1 isn't 94 * supported). 32-bit CPUs give you "v3[lb]" for anything based on an 95 * ARM6 or ARM7 core and "armv4[lb]" for anything based on a StrongARM-1
|
/linux/Documentation/userspace-api/ |
H A D | no_new_privs.rst | 9 careful to prevent the parent from doing anything that could subvert the 26 promises not to grant the privilege to do anything that could not have
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | statistics.rst | 93 @stats_list message, but it doesn't use it for anything else. 102 @stats_list message, but it doesn't use this value for anything. 200 doesn't use this value for anything.
|
/linux/include/linux/ |
H A D | platform_device.h | 287 * anything special in module init/exit. This eliminates a lot of 296 * don't do anything special in driver init. This eliminates some 305 * anything special in module init/exit. This eliminates a lot of 323 * anything special in device init. This eliminates some boilerplate. Each
|
H A D | isa.h | 72 * Helper macro for ISA drivers which do not do anything special in module 86 * Helper macro for ISA drivers with irq that do not do anything special in
|
H A D | closure.h | 12 * since I've been unable to come up with anything better you're stuck with it 19 * anything you might want to wait on. 360 * After @cl is no longer waiting on anything (i.e. all outstanding refs have 395 * thus it's not safe to touch anything protected by @cl after a
|
/linux/include/asm-generic/ |
H A D | ticket_spinlock.h | 11 * sub-word of the value. This is generally true for anything LL/SC although 12 * you'd be hard pressed to find anything useful in architecture specifications
|
/linux/fs/xfs/scrub/ |
H A D | quota_repair.c | 42 * and schedule a quotacheck if we had to fix anything. We also repair any 293 /* Fix anything the verifiers complain about. */ 480 /* Now go fix anything that fails the verifiers. */ in xrep_quota_data_fork() 499 * Go fix anything in the quota items that we could have been mad about. Now 562 /* Fix anything the dquot verifiers don't complain about. */ in xrep_quota()
|
/linux/kernel/gcov/ |
H A D | base.c | 61 * store anything. 85 * anything.
|
/linux/arch/arm64/kvm/ |
H A D | fpsimd.c | 34 * return to userspace, and the hyp code doesn't need to save anything. in kvm_arch_vcpu_load_fp() 47 * and interrupts are disabled. If we have managed to run anything using
|
/linux/drivers/mtd/devices/ |
H A D | ms02-nv.h | 27 * from an operating system. If anything but the valid data magic 37 * anything else and a status information providing results of tests
|
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
H A D | macsec_struct.h | 83 * can be anything from the first 64 bytes of the MAC packets. 93 * can be anything from the first 64 bytes of the MAC packets. 103 * can be anything from the first 64 bytes of the MAC packets. 113 * can be anything from the first 64 bytes of the MAC packets. 606 * can be anything from the first 64 bytes of the MAC packets. 614 * can be anything from the first 64 bytes of the MAC packets. 622 * can be anything from the first 64 bytes of the MAC packets. 630 * can be anything from the first 64 bytes of the MAC packets.
|
/linux/drivers/peci/ |
H A D | internal.h | 107 * PECI drivers that don't need to do anything special in module init should 120 * Helper macro for PECI drivers which do not do anything special in module
|
/linux/Documentation/RCU/ |
H A D | rcu_dereference.rst | 66 doing much of anything else with it. 140 cannot use anything it learned from the comparison 409 using rcu_read_lock(), anything that disables bottom halves, 410 anything that disables interrupts, or anything that disables
|
/linux/mm/ |
H A D | vma_exec.c | 16 * This function is almost certainly NOT what you want for anything other than 100 * This function is almost certainly NOT what you want for anything other than
|
/linux/arch/mips/loongson64/ |
H A D | cpucfg-emul.c | 130 /* CPUs with CPUCFG support don't need to synthesize anything. */ in loongson3_cpucfg_synthesize_data() 206 * not have CPUCFG, so do not emulate anything for these in loongson3_cpucfg_synthesize_data()
|
/linux/drivers/md/dm-vdo/ |
H A D | funnel-queue.c | 42 * value and reading anything it points to. There's an accompanying barrier in in get_oldest() 162 * Whether anything is retrievable depends on whether stub.next has been updated and become in vdo_is_funnel_queue_idle()
|
/linux/arch/x86/include/asm/ |
H A D | pgtable_64_types.h | 92 * Be very careful vs. KASLR when changing anything here. The KASLR address 93 * range must not overlap with anything except the KASAN shadow area, which
|
/linux/include/uapi/asm-generic/ |
H A D | kvm_para.h | 2 * There isn't anything here, but the file must not be empty or patch
|
/linux/include/uapi/linux/ |
H A D | irqnr.h | 2 * There isn't anything here anymore, but the file must not be empty or patch
|