/linux-4.1.27/arch/x86/include/asm/ |
H A D | clocksource.h | 7 #define VCLOCK_TSC 1 /* vDSO should use vread_tsc. */ 8 #define VCLOCK_HPET 2 /* vDSO should use vread_hpet. */ 9 #define VCLOCK_PVCLOCK 3 /* vDSO should use vread_pvclock. */
|
H A D | boot.h | 8 /* Physical address where kernel should be loaded. */
|
/linux-4.1.27/lib/zlib_inflate/ |
H A D | inffixed.h | 5 /* WARNING: this file should *not* be used by applications. It 7 is subject to change. Applications should only use zlib.h.
|
H A D | infutil.h | 6 /* WARNING: this file should *not* be used by applications. It is 8 subject to change. Applications should only use zlib.h.
|
/linux-4.1.27/drivers/staging/vt6655/ |
H A D | Makefile | 1 # TODO: all of these should be removed
|
/linux-4.1.27/drivers/staging/vt6656/ |
H A D | Makefile | 1 # TODO: all of these should be removed
|
/linux-4.1.27/arch/x86/power/ |
H A D | Makefile | 1 # __restore_processor_state() restores %gs after S3 resume and so should not
|
/linux-4.1.27/include/linux/ |
H A D | uts.h | 5 * Defines for what uname() should return
|
H A D | threads.h | 15 /* FIXME: This should be fixed in the arch's Kconfig */ 19 /* Places which use this should consider cpumask_var_t. */ 30 * A maximum of 4 million PIDs should be enough for a while.
|
H A D | shrinker.h | 15 * How many objects scan_objects should scan and try to reclaim. 32 * @count_objects should return the number of freeable items in the cache. If 34 * determined, it should return 0. No deadlock checks should be done during the 40 * value for the number of freeable objects. The callout should scan the cache 41 * and attempt to free items from the cache. It should then return the number
|
H A D | getcpu.h | 7 User programs should not refer to the contents of this structure. 8 I repeat they should not refer to it. If they do they will break
|
H A D | bug.h | 46 * @condition: the condition which the compiler should know is false. 54 * @condition: the condition which the compiler should know is false. 57 * some other compile-time-evaluated condition, you should use BUILD_BUG_ON to 64 * (should always create an error on gcc versions older than 4.4) and then call 65 * an undefined function with the error attribute (should always create an 81 * build time, you should use BUILD_BUG to detect if it is
|
H A D | atmel-mci.h | 17 * If a given slot is not present on the board, @bus_width should be 20 * Any pins that aren't available should be set to a negative value. 24 * But in most cases, it should work just fine.
|
H A D | mm_inline.h | 8 * page_is_file_cache - should the page be on a file LRU or anon LRU? 44 * page_lru_base_type - which LRU list type should a page be on? 49 * Returns the base LRU type - file or anon - @page should be on. 83 * page_lru - which LRU list should a page be on? 86 * Returns the LRU list a page should be on, as an index
|
H A D | exportfs.h | 138 * @encode_fh should store in the file handle fragment @fh (using at most 141 * set, the encode_fh() should store sufficient information so that a good 144 * the filehandle fragment. encode_fh() should return the fileid_type on 151 * fragment (@fh, @fh_len). It should return a &struct dentry which refers 153 * it should return a %NULL pointer if the file was found but no acceptable 165 * @get_name should find a name for the given @child in the given @parent 166 * directory. The name should be stored in the @name (with the 168 * buffer. get_name() should return %0 on success, a negative error code 172 * @get_parent should find the parent directory for the given @child which 174 * space cannot be allocated, a %ERR_PTR should be returned. 177 * @commit_metadata should commit metadata changes to stable storage.
|
H A D | u64_stats_sync.h | 15 * 3.1) Write side should not sleep. 16 * 3.2) Write side should not allow preemption. 17 * 3.3) If applicable, interrupts should be disabled. 26 * 6) If counter might be written by an interrupt, readers should block interrupts. 35 * Stats producer (writer) should use following template granted it already got 46 * While a consumer (reader) should use following template to get consistent
|
H A D | openvswitch.h | 13 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | parport.h | 5 * This file should only be included by drivers/parport/parport_pc.c.
|
H A D | ptrace.h | 15 /* XXX should we use iaoq[1] or iaoq[0] ? */
|
H A D | signal.h | 13 /* Most things should be clean enough to redefine this at will, if care
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | bug.h | 8 /* should this BUG be made generic? */
|
H A D | parport.h | 6 * This file should only be included by drivers/parport/parport_pc.c.
|
H A D | serial.h | 15 * All legacy serial ports should be enumerated via ACPI namespace, so
|
H A D | signal.h | 20 /* Most things should be clean enough to redefine this at will, if care
|
/linux-4.1.27/include/asm-generic/bitops/ |
H A D | builtin-__ffs.h | 8 * Undefined if no bit exists, so code should check against 0 first.
|
H A D | ffz.h | 8 * Undefined if no zero exists, so code should check against ~0UL first.
|
H A D | builtin-__fls.h | 8 * Undefined if no set bit exists, so code should check against 0 first.
|
H A D | __ffs.h | 10 * Undefined if no bit exists, so code should check against 0 first.
|
H A D | __fls.h | 10 * Undefined if no set bit exists, so code should check against 0 first.
|
/linux-4.1.27/include/asm-generic/ |
H A D | serial.h | 5 * This should not be an architecture specific #define, oh well.
|
H A D | unistd.h | 5 * These are required system calls, we should
|
H A D | uaccess-unaligned.h | 5 * This macro should be used instead of __get_user() when accessing 17 * This macro should be used instead of __put_user() when accessing
|
H A D | scatterlist.h | 20 * These macros should be used after a dma_map_sg call has been done 22 * You should only work with the number of sg entries pci_map_sg
|
H A D | simd.h | 9 * taking an interrupt, !in_interrupt() should be a reasonable default.
|
/linux-4.1.27/lib/ |
H A D | list_debug.c | 27 "list_add corruption. next->prev should be " __list_add() 31 "list_add corruption. prev->next should be " __list_add() 58 "list_del corruption. prev->next should be %p, " __list_del_entry() 61 "list_del corruption. next->prev should be %p, " __list_del_entry() 90 "list_add_rcu corruption. next->prev should be prev (%p), but was %p. (next=%p).\n", __list_add_rcu() 93 "list_add_rcu corruption. prev->next should be next (%p), but was %p. (prev=%p).\n", __list_add_rcu()
|
H A D | check_signature.c | 11 * address should have been obtained by ioremap.
|
/linux-4.1.27/include/linux/power/ |
H A D | bq27x00_battery.h | 8 * This function should provide access to the HDQ bus the battery is 11 * register to be read. The return value should either be the content of
|
H A D | max8903_charger.h | 17 * You should have received a copy of the GNU General Public License 44 * dok and dcm should be valid. 46 * At least one of dc_valid or usb_valid should be true. 52 * uok should be valid.
|
H A D | jz4740-battery.h | 9 * You should have received a copy of the GNU General Public License along
|
/linux-4.1.27/include/linux/irqchip/ |
H A D | metag-ext.h | 28 /* this should be called in the mask callback */ 30 /* this should be called in the unmask callback */
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
H A D | Makefile | 16 # Orinoco should be endian clean.
|
/linux-4.1.27/drivers/s390/char/ |
H A D | diag_ftp.h | 5 * So usage should be exclusive, ensured by the caller (e.g. using a
|
H A D | sclp_ftp.h | 5 * So usage should be exclusive, ensured by the caller (e.g. using a
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
H A D | r819xU_firmware.h | 8 /* It should be double word alignment */
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | posix_types_x32.h | 9 * These types should generally match the ones used by the 64-bit kernel,
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | irq_32.h | 10 * sun4d boxes (ss2000e) should be OK with ~32.
|
H A D | sfp-machine_64.h | 19 You should have received a copy of the GNU Library General Public 55 /* For _Qp_* and _Q_*, this should prefer X, for 56 * CPU instruction emulation this should prefer Y.
|
H A D | signal.h | 14 * interrupt handler's irq structure should be statically allocated
|
/linux-4.1.27/arch/microblaze/include/uapi/asm/ |
H A D | sigcontext.h | 12 /* FIXME should be linux/ptrace.h */
|
/linux-4.1.27/include/uapi/asm-generic/ |
H A D | bitsperlong.h | 6 * space, so 64 bit architectures should override this in their
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | ntc_thermistor.h | 17 * You should have received a copy of the GNU General Public License 34 * One (not both) of read_uV and read_ohm should be provided and only 35 * one of the two should be provided. 36 * Both functions should return negative value for an error case.
|
H A D | pinctrl-single.h | 5 * Note that the irq and rearm setup should come from device
|
H A D | sky81452-backlight.h | 16 * You should have received a copy of the GNU General Public License along 29 * @ignore_pwm: true if DPWMI should be ignored. 32 * @short_detecion_threshold: It should be one of 4, 5, 6 and 7V. 33 * @boost_current_limit: It should be one of 2300, 2750mA.
|
H A D | video-pxafb.h | 123 /* The following should be defined in LCCR0 130 * The following should not be defined in LCCR0: 135 /* The following should be defined in LCCR3 141 * The following should not be defined in LCCR3 145 /* The following should be defined in LCCR4 148 * All other bits in LCCR4 should be left alone.
|
/linux-4.1.27/include/linux/regulator/ |
H A D | userspace-consumer.h | 13 * @init_on: Set if the regulators supplying the line should be
|
H A D | tps62360.h | 20 * You should have received a copy of the GNU General Public License along 36 * @vsel0_gpio: Gpio number for vsel0. It should be -1 if this is tied with 38 * @vsel1_gpio: Gpio number for vsel1. It should be -1 if this is tied with
|
/linux-4.1.27/include/linux/usb/ |
H A D | isp1760.h | 2 * board initialization should put one of these into dev->platform_data
|
H A D | sl811.h | 2 * board initialization should put one of these into dev->platform_data
|
/linux-4.1.27/include/uapi/linux/ |
H A D | kvm_para.h | 6 * Architectures should define:
|
H A D | ncp_mount.h | 33 unsigned int time_out; /* How long should I wait after 35 unsigned int retry_count; /* And how often should I retry? */ 56 unsigned int time_out; /* How long should I wait after 58 unsigned int retry_count; /* And how often should I retry? */
|
H A D | wil6210_uapi.h | 34 * User code should arrange data in memory like this: 46 * User code should arrange data in memory like this: 76 uint32_t addr; /* should be 32-bit aligned */ 82 uint32_t addr; /* should be 32-bit aligned */ 83 uint32_t size; /* should be multiple of 4 */
|
H A D | mic_ioctl.h | 56 * The total size referenced by the pointer should equal the size returned 70 * as they should be written into the device page. The total size 71 * referenced by the pointer should equal the config_len field of struct
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | signal.h | 11 /* Most things should be clean enough to redefine this at will, if care
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
H A D | delay.h | 11 * should be replaced by mdelay, udelay or ndelay.
|
H A D | bitops.h | 36 * Find First Zero in word. Undefined if no zero exist, so the caller should 47 * should check against 0 first.
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | dma.h | 9 bootmem allocator (but this should do it for this) */
|
H A D | signal.h | 6 /* Most things should be clean enough to redefine this at will, if care
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | signal.h | 6 /* Most things should be clean enough to redefine this at will, if care
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | current.h | 12 * just keep a global, we should probably just change it all to be
|
H A D | vga.h | 10 * This should make cirrusfb work again on Amiga
|
H A D | parport.h | 6 * This file should only be included by drivers/parport/parport_pc.c.
|
H A D | timex.h | 11 * CLOCK_TICK_RATE should give the underlying frequency of the tick timer
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | exception.h | 4 * These should only be used for C functions that are called from the low
|
H A D | shmparam.h | 5 * This should be the size of the virtually indexed cache/ways,
|
H A D | signal.h | 6 /* Most things should be clean enough to redefine this at will, if care
|
H A D | gpio.h | 17 * Provide a default gpio_to_irq() which should satisfy every case.
|
H A D | stacktrace.h | 8 * FP member should hold R7 when CONFIG_THUMB2_KERNEL is enabled
|
H A D | dma.h | 19 * It should not be re-used except for that purpose. 57 * NOTE: This is an architecture specific function, and should 94 * This should not be called if a DMA channel is enabled, 102 * This should not be called if a DMA channel is enabled, 112 * This should not be called if a DMA channel is enabled, 120 * This should not be called if a DMA channel is enabled, 132 * should return zero. Reading this while a DMA transfer is
|
H A D | switch_to.h | 17 * switch_to(prev, next) should switch from task `prev' to `next'
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | compiler.h | 6 /* Some idiots over in <linux/compiler.h> thought inline should imply
|
H A D | parport.h | 6 * This file should only be included by drivers/parport/parport_pc.c.
|
H A D | signal.h | 6 /* Digital Unix defines 64 signals. Most things should be clean enough
|
/linux-4.1.27/sound/oss/ |
H A D | sleep.h | 6 * deprecated for ages. All users should instead try to use
|
/linux-4.1.27/tools/perf/bench/ |
H A D | mem-memcpy-x86-64-asm.S | 8 * the ELF stack should not be restricted at all and set it RWX.
|
H A D | mem-memset-x86-64-asm.S | 9 * the ELF stack should not be restricted at all and set it RWX.
|
/linux-4.1.27/tools/virtio/asm/ |
H A D | barrier.h | 8 /* Weak barriers should be used. If not - it's a bug */
|
/linux-4.1.27/include/linux/mfd/ |
H A D | ds1wm.h | 8 /* should work if your bus devices recover*/
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
H A D | ip27-klnuma.c | 26 * kernel. For example, we should never put a copy on a headless node, 27 * and we should respect the topology of the machine. 71 /* XXX - When the BTE works, we should use it instead of this. */ copy_kernel() 93 /* Record where the master node should get its kernel text */ replicate_kernel_text() 101 /* Check if this node should get a copy of the kernel */ for_each_online_node() 107 /* Record where this node should get its kernel text */ for_each_online_node()
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | Makefile | 9 # native drivers should be linked before acpiphp in order to allow the 23 # acpiphp_ibm extends acpiphp, so should be linked afterwards.
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | perf_event.h | 4 * For now this is a compile-time decision, but eventually it should be 30 * Overload regs->result to specify whether we should use the MSR (result
|
H A D | parport.h | 6 * This file should only be included by drivers/parport/parport_pc.c.
|
/linux-4.1.27/arch/c6x/include/asm/ |
H A D | dscr.h | 21 * Individual drivers should use this to enable or disable the 23 * controlled should be a property in the device's tree node.
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | timer-regs.h | 15 * You should have received a copy of the GNU General Public License 24 /* This stuff should go into a platform specific file */
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | hdq1w.h | 16 * You should have received a copy of the GNU General Public License 27 * XXX A future cleanup patch should modify
|
H A D | powerdomain-common.c | 64 WARN_ON(1); /* should never happen */ omap2_pwrdm_get_mem_bank_onstate_mask() 84 WARN_ON(1); /* should never happen */ omap2_pwrdm_get_mem_bank_retst_mask() 104 WARN_ON(1); /* should never happen */ omap2_pwrdm_get_mem_bank_stst_mask()
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
H A D | mtd-xip.h | 28 * the system timer tick period. This should put the CPU into idle mode 30 * As above, this should not rely upon standard kernel code.
|
H A D | audio.h | 13 * reset_gpio should only be specified for pxa27x CPUs where a silicon
|
/linux-4.1.27/arch/arm/mach-davinci/include/mach/ |
H A D | hardware.h | 18 * Anything that is chip specific should go in <chipname>.h, 19 * and the chip/board init code should then explicitly include
|
/linux-4.1.27/drivers/eisa/ |
H A D | Makefile | 6 # virtual_root.o should be the last EISA root device to initialize,
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | switch_to.h | 12 /* * switch_to(n) should switch tasks to task nr n, first
|
/linux-4.1.27/arch/sh/lib64/ |
H A D | Makefile | 12 # Panic should really be compiled as PIC
|
/linux-4.1.27/arch/microblaze/include/asm/ |
H A D | irq.h | 18 /* should be defined in each interrupt controller driver */
|
H A D | current.h | 16 * Any `call clobbered' register without a special meaning should be OK,
|
/linux-4.1.27/include/linux/spi/ |
H A D | xilinx_spi.h | 7 * @little_endian: If registers should be accessed little endian or not.
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | segment.h | 13 * The fs value determines whether argument validity checking should be
|
H A D | switch_to_64.h | 17 * switch_to() should switch tasks to task nr n, first
|
H A D | unwinder.h | 27 * should switch to a different unwinder.
|
/linux-4.1.27/tools/include/asm-generic/bitops/ |
H A D | __ffs.h | 10 * Undefined if no bit exists, so code should check against 0 first.
|
/linux-4.1.27/tools/perf/ui/tui/ |
H A D | progress.c | 12 * FIXME: We should have a per UI backend way of showing progress, tui_progress__update()
|
/linux-4.1.27/tools/testing/selftests/efivarfs/ |
H A D | create-read.c | 33 fprintf(stderr, "Reading a new var should return EOF\n"); main()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | reg_access_test.c | 14 * Test basic access to the EBB regs, they should be user accessible with no
|
H A D | cpu_event_pinned_vs_ebb_test.c | 19 * should remain and the EBB event should fail to enable. 83 /* The cpu event should have run */ cpu_event_pinned_vs_ebb()
|
H A D | task_event_vs_ebb_test.c | 18 * Tests a per-task event vs an EBB - in that order. The EBB should push the 68 /* The EBB event should push the task event off so the child should succeed */ task_event_vs_ebb()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-debugifc.h | 15 * You should have received a copy of the GNU General Public License 27 driver so the information should be self-consistent (but it will 33 driver. This should work even if the driver appears to be
|
/linux-4.1.27/arch/x86/realmode/rm/ |
H A D | Makefile | 17 # Hardware-specific drivers should follow in the order they should be 18 # probed, and video-bios.o should typically be last.
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-helper-loop.h | 18 * You should have received a copy of the GNU General Public License 39 * connected to it. The LOOP interface should still be down after 51 * I/O should be fully functional. This is called with IPD
|
H A D | cvmx-helper-npi.h | 19 * You should have received a copy of the GNU General Public License 40 * connected to it. The NPI interface should still be down after 52 * I/O should be fully functional. This is called with IPD
|
/linux-4.1.27/include/media/ |
H A D | wm8775.h | 16 You should have received a copy of the GNU General Public License 28 input values 1, 2, 4 or 8 should be used. */ 38 * FIXME: Instead, we should parametrize the params
|
H A D | upd64083.h | 16 * You should have received a copy of the GNU General Public License 36 the input is a S-Video signal, then the internal Y-ADC input should 53 /* Select external Y-ADC: this should be set if this device is used in
|
H A D | ov9650.h | 19 * If any of @gpio_pwdn or @gpio_reset are unused then they should be
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | image.h | 15 * You should have received a copy of the GNU General Public License 22 #error This file should only be included in vmlinux.lds.S 53 * These will output as part of the Image header, which should be little-endian
|
/linux-4.1.27/fs/cifs/ |
H A D | cifs_spnego.h | 18 * You should have received a copy of the GNU Lesser General Public License 29 * The version field should always be set to CIFS_SPNEGO_UPCALL_VERSION. 30 * The flags field is for future use. The request-key callout should set
|
/linux-4.1.27/include/linux/decompress/ |
H A D | generic.h | 19 *If len != 0, inbuf should contain all the necessary input data, and fill 20 *should be NULL 24 *bytes should be read per call. Replace XXX with the appropriate decompressor
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | smi.h | 49 IB_SMI_LOCAL, /* SMP should be completed up the stack */ 50 IB_SMI_SEND, /* received DR SMP should be forwarded to the send queue */ 51 IB_SMI_FORWARD /* SMP should be forwarded (for switches only) */ 62 * Return IB_SMI_HANDLE if the SMP should be handled by the local SMA/SM 77 * Return IB_SMI_HANDLE if the SMP should be handled by the local SMA/SM
|
/linux-4.1.27/drivers/base/power/ |
H A D | common.c | 85 * @power_on: Used to indicate whether we should power on the device. 90 * should be assigned by the corresponding attach function. 92 * This function should typically be invoked from subsystem level code during 116 * @power_off: Used to indicate whether we should power off the device. 119 * try to detach the @dev from its PM domain. Typically it should be invoked
|
/linux-4.1.27/drivers/md/persistent-data/ |
H A D | dm-block-manager.h | 27 * @name should be a unique identifier for the block manager, no longer 30 * @max_held_per_thread should be the maximum number of locks, read or 100 * It's a common idiom to have a superblock that should be committed last. 102 * @superblock should be write-locked on entry. It will be unlocked during 123 * Additionally you should not use dm_bm_unlock_move, however no error will
|
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/ |
H A D | load_unaligned_zeropad.c | 104 unsigned long should; do_one_test() local 108 should = *(unsigned long *)p; do_one_test() 113 if (should != got) do_one_test() 114 printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should); do_one_test()
|
/linux-4.1.27/arch/powerpc/xmon/ |
H A D | ansidecl.h | 15 You should have received a copy of the GNU General Public License 42 ANSI C, and the type declarations in traditional C. Arguments should 44 arguments, the last thing listed should be `DOTS'. 54 In ANSI C it is `NAME PROTOTYPE' (so PROTOTYPE should be enclosed in 56 For a function that takes no arguments, PROTOTYPE should be `(void)'. 73 the function name out of the mess. EXFUN should be considered 74 obsolete; new code should be written to use PARAMS.
|
/linux-4.1.27/net/6lowpan/ |
H A D | nhc.h | 21 * @_idlen: len for the next header id and mask, should be always the same. 59 * @nexthdr: next header value of the protocol which should be compressed. 97 * @hc_ptr: pointer for 6LoWPAN header which should increment at the end of 110 * @hc_ptr: pointer for 6LoWPAN header which should increment at the end of 120 * @skb: skb of 6LoWPAN header, skb->data should be pointed to nhc id value. 130 * @nhc: nhc which should be add. 137 * @nhc: nhc which should be delete.
|
/linux-4.1.27/arch/powerpc/lib/ |
H A D | feature-fixups-test.S | 197 /* Basic test, this section should all be nop'ed */ \ 205 /* Basic test, this section should NOT be nop'ed */ \ 213 /* Nesting test, inner section should be nop'ed */ \ 226 /* Nesting test, whole section should be nop'ed */ \ 239 /* Nesting test, none should be nop'ed */ \ 252 /* Basic alt section test, default case should be taken */ \ 263 /* Basic alt section test, else case should be taken */ \ 275 /* Alt with smaller else case, should be padded with nops */ \ 286 /* Default case should be taken, with nop'ed inner section */ \ 469 /* Basic test, this section should all be nop'ed */ \ 477 /* Basic test, this section should NOT be nop'ed */ \ 485 /* Nesting test, inner section should be nop'ed */ \ 498 /* Nesting test, whole section should be nop'ed */ \ 512 /* Nesting test, none should be nop'ed */ \ 525 /* Basic alt section test, default case should be taken */ \ 536 /* Basic alt section test, else case should be taken */ \ 548 /* Alt with smaller else case, should be padded with nops */ \ 561 /* Default case should be taken, with nop'ed inner section */ \
|
/linux-4.1.27/fs/debugfs/ |
H A D | file.c | 74 * @mode: the permission that the file should have 75 * @parent: a pointer to the parent dentry for this file. This should be a 78 * @value: a pointer to the variable that the file should read to and write 126 * @mode: the permission that the file should have 127 * @parent: a pointer to the parent dentry for this file. This should be a 130 * @value: a pointer to the variable that the file should read to and write 178 * @mode: the permission that the file should have 179 * @parent: a pointer to the parent dentry for this file. This should be a 182 * @value: a pointer to the variable that the file should read to and write 231 * @mode: the permission that the file should have 232 * @parent: a pointer to the parent dentry for this file. This should be a 235 * @value: a pointer to the variable that the file should read to and write 291 * @mode: the permission that the file should have 292 * @parent: a pointer to the parent dentry for this file. This should be a 295 * @value: a pointer to the variable that the file should read to and write 315 * @mode: the permission that the file should have 316 * @parent: a pointer to the parent dentry for this file. This should be a 319 * @value: a pointer to the variable that the file should read to and write 339 * @mode: the permission that the file should have 340 * @parent: a pointer to the parent dentry for this file. This should be a 343 * @value: a pointer to the variable that the file should read to and write 363 * @mode: the permission that the file should have 364 * @parent: a pointer to the parent dentry for this file. This should be a 367 * @value: a pointer to the variable that the file should read to and write 394 * @mode: the permission that the file should have 395 * @parent: a pointer to the parent dentry for this file. This should be a 398 * @value: a pointer to the variable that the file should read to and write 427 * @mode: the permission that the file should have 428 * @parent: a pointer to the parent dentry for this file. This should be a 431 * @value: a pointer to the variable that the file should read to and write 494 * @mode: the permission that the file should have 495 * @parent: a pointer to the parent dentry for this file. This should be a 498 * @value: a pointer to the variable that the file should read to and write 539 * @mode: the permission that the file should have 540 * @parent: a pointer to the parent dentry for this file. This should be a 642 * @mode: the permission that the file should have. 643 * @parent: a pointer to the parent dentry for this file. This should be a 735 * @mode: the permission that the file should have 736 * @parent: a pointer to the parent dentry for this file. This should be a 792 * @parent: a pointer to the parent dentry for this file. This should be a
|
/linux-4.1.27/arch/metag/lib/ |
H A D | memset.S | 61 ! D1Ar1 should point to the location required 62 ! D1Ar3 should be the remaining total byte count 63 ! D1Ar5 should be burst size (<= D1Ar3)
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-loop.c | 19 * You should have received a copy of the GNU General Public License 41 * connected to it. The LOOP interface should still be down 74 * I/O should be fully functional. This is called with IPD
|
/linux-4.1.27/fs/ocfs2/ |
H A D | uptodate.h | 20 * You should have received a copy of the GNU General Public 45 * should probably be spinlocks. 51 * Lock and unlock for disk I/O. These will sleep, and should
|
/linux-4.1.27/fs/isofs/ |
H A D | util.c | 13 * The time stored should be localtime (with or without DST in effect), 14 * and the timezone offset should hold the offset required to get back 15 * to GMT. Thus we should always be correct.
|
/linux-4.1.27/fs/nfs_common/ |
H A D | grace.c | 20 * A grace period is a period during which locks should not be given 47 * and the second call should be a no-op. 62 * to answer ordinary lock requests, and when they should accept only
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
H A D | pda.h | 58 * Seems like we should should cache-line align the pda so that any changes in the 60 * or 512 boundary. Each has merits. For now, pick 128 but should be revisited later.
|
/linux-4.1.27/net/atm/ |
H A D | atm_misc.c | 49 * atm_pcr_goal returns the positive PCR if it should be rounded up, the 50 * negative PCR if it should be rounded down, and zero if the maximum available 51 * bandwidth should be used.
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_fifo.h | 16 * You should have received a copy of the GNU General Public License 56 /* get a cell from fifo - fifo should be locked */ 59 /* free dequeued cell - fifo should be locked */
|
/linux-4.1.27/drivers/mtd/ |
H A D | mtdcore.h | 3 * You should not use them for _anything_ else.
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
H A D | zd_rf.h | 16 * You should have received a copy of the GNU General Public License 53 /* whether channel integration and calibration should be updated 57 /* whether ZD_CR47 should be patched from the EEPROM, if the appropriate 58 * flag is set in the POD. The vendor driver suggests that this should
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | switch_to.h | 17 * switch_to(prev, next) should switch from task `prev' to `next'
|
/linux-4.1.27/arch/unicore32/include/mach/ |
H A D | hardware.h | 28 #define PCIBIOS_MIN_IO 0x4000 /* should lower than 64KB */
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | bar.h | 20 /* whether the BAR supports to be ioremapped WC or should be uncached */
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/gpio/ |
H A D | meson8b-gpio.h | 11 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/mips/include/asm/mach-jz4740/ |
H A D | clock.h | 9 * You should have received a copy of the GNU General Public License along
|
H A D | dma.h | 10 * You should have received a copy of the GNU General Public License along
|
/linux-4.1.27/drivers/gpu/host1x/hw/ |
H A D | host1x02.h | 15 * You should have received a copy of the GNU General Public License
|
H A D | host1x04.h | 15 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/fs/squashfs/ |
H A D | id.c | 17 * You should have received a copy of the GNU General Public License 78 /* there should always be at least one id */ squashfs_read_id_index_table() 83 * length bytes should not extend into the next table - this check squashfs_read_id_index_table() 94 * should be less than id_table_start squashfs_read_id_index_table()
|
/linux-4.1.27/drivers/media/ |
H A D | Makefile | 8 # I2C drivers should come before other drivers, otherwise they'll fail
|
/linux-4.1.27/include/linux/netfilter/ |
H A D | nf_conntrack_ftp.h | 25 * connection we should expect. */
|
/linux-4.1.27/include/linux/raid/ |
H A D | md_u.h | 10 You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/mips/jz4740/ |
H A D | irq.h | 9 * You should have received a copy of the GNU General Public License along
|
H A D | serial.h | 10 * You should have received a copy of the GNU General Public License along
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | signal.h | 16 /* Most things should be clean enough to redefine this at will, if care
|
/linux-4.1.27/arch/nios2/include/asm/ |
H A D | prom.h | 13 * You should have received a copy of the GNU General Public License along with
|
H A D | shmparam.h | 13 * You should have received a copy of the GNU General Public License along with
|
H A D | signal.h | 13 * You should have received a copy of the GNU General Public License along with
|
H A D | switch_to.h | 12 * switch_to(n) should switch tasks to task ptr, first checking that
|
H A D | timex.h | 12 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/nios2/include/uapi/asm/ |
H A D | signal.h | 13 * You should have received a copy of the GNU General Public License along with
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/gpio/ |
H A D | meson8b-gpio.h | 11 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/gpio/ |
H A D | meson8b-gpio.h | 11 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | arm-cci.h | 15 * You should have received a copy of the GNU General Public License
|
H A D | dmi.h | 21 * According to section 2.3.6 of the UEFI spec, the firmware should not
|
H A D | exec.h | 15 * You should have received a copy of the GNU General Public License
|
H A D | memblock.h | 13 * You should have received a copy of the GNU General Public License
|
H A D | module.h | 13 * You should have received a copy of the GNU General Public License
|
H A D | pci.h | 17 * Set to 1 if the kernel should re-assign all PCI bus numbers
|
H A D | sparsemem.h | 13 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/arm64/include/uapi/asm/ |
H A D | auxvec.h | 13 * You should have received a copy of the GNU General Public License
|
H A D | bitsperlong.h | 13 * You should have received a copy of the GNU General Public License
|
H A D | byteorder.h | 13 * You should have received a copy of the GNU General Public License
|
H A D | param.h | 13 * You should have received a copy of the GNU General Public License
|
H A D | setup.h | 16 * You should have received a copy of the GNU General Public License
|
H A D | siginfo.h | 13 * You should have received a copy of the GNU General Public License
|
H A D | signal.h | 13 * You should have received a copy of the GNU General Public License
|
H A D | statfs.h | 13 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | signal.h | 13 /* Most things should be clean enough to redefine this at will, if care
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | switch_to.h | 14 * switch_to(n) should switch tasks to task ptr, first checking that
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
H A D | posix_types.h | 4 /* I guess we should write these in assembler because they are used often. */
|
/linux-4.1.27/arch/hexagon/kernel/ |
H A D | vm_switch.S | 15 * You should have received a copy of the GNU General Public License 32 * to the set of callee-save registers, but this should be 47 * in the new R0's pointer. Technically it should be R2, but they should
|
/linux-4.1.27/arch/m68k/math-emu/ |
H A D | fp_trig.h | 29 they return a status code, which should end up in %d0, if all goes
|
/linux-4.1.27/arch/m68k/sun3/prom/ |
H A D | printf.c | 7 /* This routine is internal to the prom library, no one else should know
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/gpio/ |
H A D | meson8b-gpio.h | 11 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
H A D | sh-gpio.h | 22 * this function should be replaced by correct gpio function
|
/linux-4.1.27/arch/arm/mach-tegra/ |
H A D | irq.h | 13 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
H A D | irq.h | 24 * This is for easy migration, but should be changed in the source
|
/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/ |
H A D | entry-macro.S | 31 tst \stat, #1 @ bit 0 should be set
|
/linux-4.1.27/arch/arm/mach-gemini/ |
H A D | idle.c | 16 * should enable it in init code, since by default it is gemini_idle()
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
H A D | sigcontext.h | 6 * What should we have here? I'd probably better use the same
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/gpio/ |
H A D | meson8b-gpio.h | 11 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/net/batman-adv/ |
H A D | bat_algo.h | 14 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/net/ieee802154/ |
H A D | core.h | 25 * and it should at least be aligned to NETDEV_ALIGN
|
/linux-4.1.27/net/ipx/ |
H A D | sysctl_net_ipx.c | 15 #error This file should not be compiled without CONFIG_SYSCTL defined
|
/linux-4.1.27/net/mac80211/ |
H A D | event.c | 16 * driver or is still in the frame), it should provide that information.
|
/linux-4.1.27/sound/soc/cirrus/ |
H A D | ep93xx-pcm.h | 13 * You should have received a copy of the GNU General Public License
|
/linux-4.1.27/tools/include/asm-generic/ |
H A D | bitops.h | 9 * architecture, here are some C-language equivalents. You should
|
/linux-4.1.27/tools/perf/tests/ |
H A D | fdarray.c | 49 pr_debug("\nfdarray__filter()=%d != %d, should have filtered all fds", test__fdarray__filter() 63 pr_debug("\nfdarray__filter()=%d != 1, should have left just one event", nr_fds); test__fdarray__filter() 84 pr_debug("\nfdarray__filter()=%d != 2, should have left just two events", test__fdarray__filter() 149 pr_debug("\nfdarray__add(fda, 35, POLLHUP) should have allocated fda->pollfd!"); test__fdarray__add()
|