/linux-4.1.27/arch/sh/include/mach-common/mach/ |
H A D | romimage.h | 3 /* do nothing here by default */
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | mmu.h | 4 /* On parisc, we store the space id here */
|
H A D | socket.h | 7 * have to define SOCK_NONBLOCK to a different value here.
|
H A D | special_insns.h | 18 /* these are here to de-mystefy the calling code, and to provide hooks */
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | segment.h | 4 /* Only here because we have some old header files that expect it.. */
|
H A D | irq.h | 22 * We do the legacy thing here of pretending that irqs < 16 irq_canonicalize() 24 * but we keep it here as serial.c still uses it... irq_canonicalize()
|
H A D | serial.h | 16 * we need not list them here.
|
H A D | patch.h | 9 * all over the place, we put the common stuff here. Reasons for patching: in-kernel
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | segment.h | 4 /* Only here because we have some old header files that expect it.. */
|
H A D | socket.h | 7 * have to define SOCK_NONBLOCK to a different value here.
|
H A D | bug.h | 9 /* ??? Would be nice to use .gprel32 here, but we can't be sure that the
|
/linux-4.1.27/arch/mips/include/asm/mach-rc32434/ |
H A D | irq.h | 17 #define GROUP0_IRQ_BASE 8 /* GRP2 IRQ numbers start here */ 18 /* GRP3 IRQ numbers start here */ 20 /* GRP4 IRQ numbers start here */ 22 /* GRP5 IRQ numbers start here */
|
/linux-4.1.27/arch/arm/mach-shmobile/include/mach/ |
H A D | irqs.h | 4 /* Stuck here until drivers/pinctl/sh-pfc gets rid of legacy code */
|
/linux-4.1.27/include/asm-generic/ |
H A D | segment.h | 4 * Only here because we have some old header files that expect it...
|
H A D | cache.h | 5 * so make that the default here. Architectures with larger
|
H A D | timex.h | 5 * If you have a cycle counter, return the value here.
|
H A D | mmu_context.h | 6 * anything special here.
|
H A D | bitops.h | 6 * architecture, here are some C-language equivalents. You should
|
H A D | checksum.h | 22 * here even more important to align src and dst on a 32-bit (or even 30 * here even more important to align src and dst on a 32-bit (or even
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_interval.c | 55 struct drbd_interval *here = drbd_insert_interval() local 59 if (here->end < this_end) drbd_insert_interval() 60 here->end = this_end; drbd_insert_interval() 61 if (this->sector < here->sector) drbd_insert_interval() 63 else if (this->sector > here->sector) drbd_insert_interval() 65 else if (this < here) drbd_insert_interval() 67 else if (this > here) drbd_insert_interval() 96 struct drbd_interval *here = drbd_contains_interval() local 99 if (sector < here->sector) drbd_contains_interval() 101 else if (sector > here->sector) drbd_contains_interval() 103 else if (interval < here) drbd_contains_interval() 105 else if (interval > here) drbd_contains_interval() 143 struct drbd_interval *here = drbd_find_overlap() local 150 } else if (here->sector < end && drbd_find_overlap() 151 sector < here->sector + (here->size >> 9)) { drbd_find_overlap() 152 overlap = here; drbd_find_overlap() 154 } else if (sector >= here->sector) { drbd_find_overlap()
|
/linux-4.1.27/include/linux/ |
H A D | start_kernel.h | 7 /* Define the prototype for start_kernel here, rather than cluttering
|
H A D | compiler-clang.h | 5 /* Some compiler specific definitions are overwritten here
|
H A D | irqhandler.h | 5 * Interrupt flow handler typedefs are defined here to avoid circular
|
H A D | asn1_ber_bytecode.h | 49 /* Everything before here matches unconditionally */ 57 /* Everything before here will want a tag from the data */ 60 /* These are here to help fill up space */
|
H A D | irq_cpustat.h | 15 * here, even ones that are arch dependent. That way we get common
|
H A D | tracehook.h | 16 * Each function here typically has only one call site, so it is ok 23 * here are carefully documented so that maintainers of core and arch 30 * it is ok to change the interface documented here. The maintainer of 86 * Full user register state is available here. Changing the values 88 * It is safe to block here, preventing the system call from beginning. 112 * user register state is available here. It is safe to block here,
|
H A D | nfs.h | 41 * this is defined in the kernel headers, I have to do it here.
|
H A D | reciprocal_div.h | 12 * based on, can be found here:
|
H A D | compiler-intel.h | 7 /* Some compiler specific definitions are overwritten here
|
H A D | nsproxy.h | 18 * task_active_pid_ns. The pid namespace here is the 54 * * work with the namespaces here
|
H A D | lguest.h | 31 * The Host writes the virtual address of the last page fault here, 48 * place them in here for processing the next time the Host wants.
|
/linux-4.1.27/arch/arm64/include/asm/xen/ |
H A D | events.h | 10 /* Xen IPIs go here */
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | sun3-head.h | 5 #define LOAD_ADDR 0x4000 /* prom jumps to us here unless this is elf /boot */
|
H A D | mac_baboon.h | 10 char pad1[208]; /* generic IDE registers, not used here */
|
H A D | coldfire.h | 18 * No point enumerating dozens of possible clock options here. And 38 * longer hard define it here. No MBAR or IPSBAR will be defined if
|
/linux-4.1.27/arch/arm/mach-s3c64xx/include/mach/ |
H A D | hardware.h | 14 /* currently nothing here, placeholder */
|
/linux-4.1.27/drivers/scsi/ |
H A D | gvp11.h | 39 volatile unsigned short secret1; /* store 0 here */ 42 volatile unsigned short secret2; /* store 1 here */ 43 volatile unsigned short secret3; /* store 15 here */
|
/linux-4.1.27/arch/x86/pci/ |
H A D | init.c | 7 in the right sequence from here. */ pci_arch_init() 26 * don't check for raw_pci_ops here because we want pcbios as last pci_arch_init()
|
/linux-4.1.27/sound/aoa/codecs/ |
H A D | tas-basstreble.h | 4 * The tables here are derived from the tas3004 datasheet, 96 /* I only save the difference here to the treble table
|
/linux-4.1.27/drivers/staging/board/ |
H A D | kzm9d.c | 1 /* Staging board support for KZM9D. Enable not-yet-DT-capable devices here. */
|
/linux-4.1.27/drivers/s390/char/ |
H A D | diag_ftp.h | 4 * Notice that all functions exported here are not reentrant.
|
H A D | sclp_ftp.h | 4 * Notice that all functions exported here are not reentrant.
|
/linux-4.1.27/drivers/clk/ux500/ |
H A D | u9540_clk.c | 20 /* register clocks here */ u9540_clk_init()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | sigframe.h | 42 /* fp state follows here */ 57 /* fp state follows here */ 67 /* fp state follows here */ 76 /* fp state follows here */
|
H A D | mmu.h | 9 * we put the segment information here.
|
H A D | mach_traps.h | 32 lock_cmos(0); /* register doesn't matter here */ reassert_nmi()
|
H A D | mach_timer.h | 7 * Too much 64-bit arithmetic here to do this cleanly in C, and for 32 * Some devices need a delay here. mach_prepare_counter()
|
H A D | i8259.h | 36 * must be at least one microsecond, so be safe here: inb_pic() 48 * must be at least one microsecond, so be safe here: outb_pic()
|
H A D | agp.h | 19 * Could use CLFLUSH here if the cpu supports it. But then it would
|
H A D | cmpxchg_32.h | 16 * A SIMD/3DNOW!/MMX/FPU 64-bit store here would require at the very 19 * cmpxchg8b must be used with the lock prefix here to allow the
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | errno.h | 14 /* The biggest error number defined here or in <linux/errno.h>. */
|
H A D | perf_event.h | 14 /* Leave it empty here. The file is required by linux/perf_event.h */
|
H A D | socket.h | 19 * we define ARCH_HAS_SOCKET_TYPES here.
|
/linux-4.1.27/drivers/usb/chipidea/ |
H A D | Makefile | 11 # Glue/Bridge layers go here
|
/linux-4.1.27/include/xen/interface/io/ |
H A D | protocols.h | 18 # error arch fixup needed here
|
H A D | xenbus.h | 13 status of initialisation across the bus. States here imply nothing about
|
/linux-4.1.27/arch/mn10300/unit-asb2364/ |
H A D | Makefile | 5 # removes any old dependencies. DON'T put your own dependencies here
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
H A D | sigcontext.h | 7 /* We will add more stuff here as it becomes necessary, until we know
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | hw_irq.h | 2 * Nothing to see here yet
|
H A D | kexec.h | 24 * @newregs: registers are saved here
|
/linux-4.1.27/arch/arm/include/asm/xen/ |
H A D | events.h | 10 /* Xen IPIs go here */
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_BA.h | 21 /* whether need define BA Action frames here? 28 //Is this need?I put here just to make it easier to define structure BA_RECORD //WB
|
/linux-4.1.27/arch/sparc/prom/ |
H A D | bootstr_32.c | 37 /* We might issue a warning here. */ prom_getbootargs() 43 /* We might issue a warning here. */ prom_getbootargs()
|
H A D | misc_32.c | 28 /* Never get here. */ prom_reboot() 75 /* Never get here. */ prom_halt()
|
/linux-4.1.27/include/linux/spi/ |
H A D | libertas_spi.h | 18 * interface. Setting 0 or 1 here controls which one is used. 22 * speed, you may want to use 0 here. */
|
H A D | max7301.h | 8 * To save time we cache them here in memory
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | bootx.h | 16 * devices here. 22 * so we now define it here
|
H A D | mpc8260.h | 5 * this one and the configuration switching is done here.
|
H A D | serial.h | 11 * Serial ports are not listed here, because they are discovered
|
H A D | mman.h | 19 * here. How important is the optimization?
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | vmlinux.lds.S | 45 /* Align to THREAD_SIZE rather than PAGE_SIZE here so any padding page 49 /* Freed after init ends here */
|
H A D | head.S | 38 /* On entry here from SRM console, the HWPCB of the per-cpu 88 # Putting it here means we dont have to recompile the whole
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
H A D | nf_conntrack_tuple_common.h | 14 /* Add other protocols here. */
|
H A D | nfnetlink.h | 46 /* No enum here, otherwise __stringify() trick of MODULE_ALIAS_NFNL_SUBSYS()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
H A D | Makefile | 13 # need this to be a bool. Cheat here and pretend CONFIG_NVRAM=m is really
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/ |
H A D | iop_reg_space_asm.h | 1 /* Autogenerated Changes here will be lost!
|
/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/ |
H A D | memory.h | 14 * RMK Moved TASK_SIZE and PAGE_OFFSET here
|
/linux-4.1.27/arch/x86/vdso/vdso32/ |
H A D | note.S | 9 /* Ideally this would use UTS_NAME, but using a quoted string here 26 * corresponding to the bits here is needed to make ldconfig work right. 29 * to match the mapping of bit to name that we give here.
|
/linux-4.1.27/fs/jffs2/ |
H A D | symlink.c | 38 * We don't acquire the f->sem mutex here since the only data we jffs2_follow_link() 41 * 1. If we are here the inode has already built and f->target has jffs2_follow_link() 45 * it can't be called while we are here and before VFS has jffs2_follow_link()
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
H A D | processor.h | 14 * CRIS does not do any hardware task-switching, but it's here for legacy reasons. 15 * The thread_struct here is used when task-switching using _resume defined in entry.S. 16 * The offsets here are hardcoded into _resume - if you change this struct, you need to
|
H A D | timex.h | 10 /* If you change anything here you must check time.c as well... */
|
/linux-4.1.27/fs/ext2/ |
H A D | xattr.c | 364 struct ext2_xattr_entry *here, *last; ext2_xattr_set() local 372 * here -- The named entry found, or the place for inserting, within ext2_xattr_set() 412 here = FIRST_ENTRY(bh); ext2_xattr_set() 413 while (!IS_LAST_ENTRY(here)) { ext2_xattr_set() 414 struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(here); ext2_xattr_set() 417 if (!here->e_value_block && here->e_value_size) { ext2_xattr_set() 418 size_t offs = le16_to_cpu(here->e_value_offs); ext2_xattr_set() 422 not_found = name_index - here->e_name_index; ext2_xattr_set() 424 not_found = name_len - here->e_name_len; ext2_xattr_set() 426 not_found = memcmp(name, here->e_name,name_len); ext2_xattr_set() 429 here = next; ext2_xattr_set() 431 last = here; ext2_xattr_set() 451 here = last = NULL; /* avoid gcc uninitialized warning. */ ext2_xattr_set() 467 if (!here->e_value_block && here->e_value_size) { ext2_xattr_set() 468 size_t size = le32_to_cpu(here->e_value_size); ext2_xattr_set() 470 if (le16_to_cpu(here->e_value_offs) + size > ext2_xattr_set() 509 offset = (char *)here - bh->b_data; ext2_xattr_set() 510 here = ENTRY((char *)header + offset); ext2_xattr_set() 523 last = here = ENTRY(header+1); ext2_xattr_set() 526 /* Iff we are modifying the block in-place, bh is locked here. */ ext2_xattr_set() 531 size_t rest = (char *)last - (char *)here; ext2_xattr_set() 532 memmove((char *)here + size, here, rest); ext2_xattr_set() 533 memset(here, 0, size); ext2_xattr_set() 534 here->e_name_index = name_index; ext2_xattr_set() 535 here->e_name_len = name_len; ext2_xattr_set() 536 memcpy(here->e_name, name, name_len); ext2_xattr_set() 538 if (!here->e_value_block && here->e_value_size) { ext2_xattr_set() 540 size_t offs = le16_to_cpu(here->e_value_offs); ext2_xattr_set() 543 le32_to_cpu(here->e_value_size)); ext2_xattr_set() 548 here->e_value_size = cpu_to_le32(value_len); ext2_xattr_set() 558 here->e_value_offs = 0; ext2_xattr_set() 575 memmove(here, (char*)here + size, ext2_xattr_set() 576 (char*)last - (char*)here); ext2_xattr_set() 583 here->e_value_size = cpu_to_le32(value_len); ext2_xattr_set() 587 here->e_value_offs = ext2_xattr_set() 602 ext2_xattr_rehash(header, here); ext2_xattr_set() 995 struct ext2_xattr_entry *here; ext2_xattr_rehash() local 999 here = ENTRY(header+1); ext2_xattr_rehash() 1000 while (!IS_LAST_ENTRY(here)) { ext2_xattr_rehash() 1001 if (!here->e_hash) { ext2_xattr_rehash() 1008 le32_to_cpu(here->e_hash); ext2_xattr_rehash() 1009 here = EXT2_XATTR_NEXT(here); ext2_xattr_rehash()
|
H A D | symlink.c | 4 * Only fast symlinks left here - the rest is done by generic code. AV, 1999
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | traps.c | 105 * Some are handled here, (in C, in interrupt space) trap_c() 108 * here trap_c() 111 /* 0x00 - Linux Syscall, getting here is an error */ trap_c() 112 /* 0x01 - userspace gdb breakpoint, handled here */ trap_c() 149 /* If we got here, it is most likely that someone was trying to use a trap_c() 158 /* 0x10 HW Single step, handled here */ trap_c() 168 /* 0x11 - Trace Buffer Full, handled here */ trap_c() 190 /* 0x21 - Undefined Instruction, handled here */ trap_c() 227 /* 0x22 - Illegal Instruction Combination, handled here */ trap_c() 234 /* 0x23 - Data CPLB protection violation, handled here */ trap_c() 241 /* 0x24 - Data access misaligned, handled here */ trap_c() 248 /* 0x25 - Unrecoverable Event, handled here */ trap_c() 256 error case is handled here */ trap_c() 262 /* 0x27 - Data CPLB Multiple Hits - Linux Trap Zero, handled here */ trap_c() 274 /* 0x28 - Emulation Watchpoint, handled here */ trap_c() 296 /* 0x2A - Instruction fetch misaligned, handled here */ trap_c() 303 /* 0x2B - Instruction CPLB protection violation, handled here */ trap_c() 316 /* 0x2D - Instruction CPLB Multiple Hits, handled here */ trap_c() 328 /* 0x2E - Illegal use of Supervisor Resource, handled here */ trap_c() 414 * if we get here we hit a reserved one, so panic trap_c()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
H A D | irq.h | 61 * Note that we cannot simply copy S1, since we may come here from user-space, 97 * would have been BLOCK'ed, and then softirq's are run before we return here to 101 * Furthermore, if a lot of other irq's occur before we return here, the 103 * if we had BLOCK'edit here, we would not get the multiple_irq at all. 105 * The non-blocking here is based on the knowledge that the timer interrupt runs
|
H A D | timex.h | 10 * here you must check time.c as well.
|
H A D | processor.h | 11 * do with the proccessor itself, it's just here for legacy reasons. This is 12 * used when task-switching using _resume defined in entry.S. The offsets here
|
/linux-4.1.27/fs/ext3/ |
H A D | xattr.c | 521 struct ext3_xattr_entry *here; member in struct:ext3_xattr_search 542 if (!s->here->e_value_block && s->here->e_value_size) { ext3_xattr_set_entry() 543 size_t size = le32_to_cpu(s->here->e_value_size); ext3_xattr_set_entry() 557 size_t rest = (void *)last - (void *)s->here + sizeof(__u32); ext3_xattr_set_entry() 558 memmove((void *)s->here + size, s->here, rest); ext3_xattr_set_entry() 559 memset(s->here, 0, size); ext3_xattr_set_entry() 560 s->here->e_name_index = i->name_index; ext3_xattr_set_entry() 561 s->here->e_name_len = name_len; ext3_xattr_set_entry() 562 memcpy(s->here->e_name, i->name, name_len); ext3_xattr_set_entry() 564 if (!s->here->e_value_block && s->here->e_value_size) { ext3_xattr_set_entry() 566 size_t offs = le16_to_cpu(s->here->e_value_offs); ext3_xattr_set_entry() 569 le32_to_cpu(s->here->e_value_size)); ext3_xattr_set_entry() 574 s->here->e_value_size = ext3_xattr_set_entry() 585 s->here->e_value_size = 0; ext3_xattr_set_entry() 586 s->here->e_value_offs = 0; ext3_xattr_set_entry() 604 memmove(s->here, (void *)s->here + size, ext3_xattr_set_entry() 605 (void *)last - (void *)s->here + sizeof(__u32)); ext3_xattr_set_entry() 612 s->here->e_value_size = cpu_to_le32(i->value_len); ext3_xattr_set_entry() 616 s->here->e_value_offs = cpu_to_le16(min_offs - size); ext3_xattr_set_entry() 660 bs->s.here = bs->s.first; ext3_xattr_block_find() 661 error = ext3_xattr_find_entry(&bs->s.here, i->name_index, ext3_xattr_block_find() 706 s->here); ext3_xattr_block_set() 719 int offset = (char *)s->here - bs->bh->b_data; ext3_xattr_block_set() 736 s->here = ENTRY(s->base + offset); ext3_xattr_block_set() 750 s->here = ENTRY(header(s->base)+1); ext3_xattr_block_set() 760 ext3_xattr_rehash(header(s->base), s->here); ext3_xattr_block_set() 885 is->s.here = is->s.first; ext3_xattr_ibody_find() 892 error = ext3_xattr_find_entry(&is->s.here, i->name_index, ext3_xattr_ibody_find() 1294 struct ext3_xattr_entry *here; ext3_xattr_rehash() local 1298 here = ENTRY(header+1); ext3_xattr_rehash() 1299 while (!IS_LAST_ENTRY(here)) { ext3_xattr_rehash() 1300 if (!here->e_hash) { ext3_xattr_rehash() 1307 le32_to_cpu(here->e_hash); ext3_xattr_rehash() 1308 here = EXT3_XATTR_NEXT(here); ext3_xattr_rehash()
|
H A D | symlink.c | 4 * Only fast symlinks left here - the rest is done by generic code. AV, 1999
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | reboot_fixups_32.c | 22 udelay(50); /* shouldn't get here but be safe and spin-a-while */ cs5530a_warm_reset() 30 udelay(50); /* shouldn't get here but be safe and spin a while */ cs5536_warm_reset() 63 * PCI ids solely used for fixups_table go here
|
/linux-4.1.27/arch/x86/um/vdso/ |
H A D | vdso.lds.S | 7 * the DSO. We can define local symbols here called VDSO* to make their
|
/linux-4.1.27/arch/sh/lib64/ |
H A D | strlen.S | 16 * Note: We could easily deal with the NULL case here with a simple
|
/linux-4.1.27/arch/um/drivers/ |
H A D | slirp.h | 8 * XXX this next definition is here because I don't understand why this
|
/linux-4.1.27/fs/ufs/ |
H A D | file.c | 32 * We have mostly NULL's here: the current defaults are ok for
|
H A D | symlink.c | 4 * Only fast symlinks left here - the rest is done by generic code. AV, 1999
|
/linux-4.1.27/fs/minix/ |
H A D | file.c | 12 * We have mostly NULLs here: the current defaults are OK for
|
/linux-4.1.27/include/linux/unaligned/ |
H A D | memmove.h | 7 /* Use memmove here, so gcc does not insert a __builtin_memcpy. */
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | offline_states.h | 4 /* Cpu offline states go here */
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | isc.h | 8 * Please add all used iscs here so that it is possible to distribute
|
/linux-4.1.27/arch/sh/boards/mach-se/7751/ |
H A D | irq.c | 19 /* Add additional entries here as drivers are added and tested. */
|
/linux-4.1.27/arch/sh/include/cpu-sh3/cpu/ |
H A D | dma-register.h | 21 * The SuperH DMAC supports a number of transmit sizes, we list them here,
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | types.h | 19 * flag __SANE_USERSPACE_TYPES__ to get int-ll64.h here.
|
H A D | break.h | 15 * unused ones are here as placeholders; we might encounter them in
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/asm/ |
H A D | iop_reg_space_asm.h | 1 /* Autogenerated Changes here will be lost!
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/ |
H A D | iop_reg_space.h | 1 /* Autogenerated Changes here will be lost!
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
H A D | sigcontext.h | 11 To keep things simple, we use pt_regs here even though normally you just specify
|
/linux-4.1.27/arch/arm/mach-gemini/ |
H A D | idle.c | 20 /* FIXME: Enabling interrupts here is racy! */ 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
|
H A D | swab.h | 16 * has a lower latency, here's the sequence (also by Mike Burrows) __arch_swab32()
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | reset.c | 23 pr_info("Put your restart handler here\n"); machine_restart()
|
H A D | fpu.c | 43 : "=&r" (*(saveto + 1)), /* early clobber must here */ fpu_save_restore() 51 : "=&r"(*(saveto + 3)), /* early clobber must here */ fpu_save_restore()
|
/linux-4.1.27/arch/arc/oprofile/ |
H A D | common.c | 17 * A failure here, forces oprofile core to switch to Timer based PC oprofile_arch_init()
|
/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/util/ |
H A D | top.h | 19 * Symbols will be added here in perf_event__process_sample and will
|
/linux-4.1.27/tools/testing/selftests/ |
H A D | lib.mk | 1 # This mimics the top-level Makefile. We do it explicitly here so that this
|
/linux-4.1.27/include/linux/irqchip/ |
H A D | arm-gic-acpi.h | 16 * Hard code here, we can not get memory size from MADT (but FDT does),
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
H A D | pwrseq.h | 65 /* comments here */ \ 91 /* comments here */ \ 108 /* comments here */ \ 129 /* comments here */ \ 143 /* comments here */ \ 170 /* comments here */ \ 190 /* comments here */ \ 201 /* comments here */ \ 209 /* comments here */ \ 253 /* comments here */ \ 291 /* comments here */ \
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
H A D | pwrseq.h | 65 * comment here 99 * comments here 118 * comments here 150 * comments here 166 * comments here 197 * comments here 213 * comments here 226 * comments here 237 * comments here 272 * comments here 307 * comments here
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
H A D | nsp_message.c | 21 * therefore we should poll the scsi phase here to catch nsp_message_in() 62 * therefore we should poll the scsi phase here to catch nsp_message_out()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | bugs.c | 31 * We should really only care about bugs here 42 * problems here. check_fpu()
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
H A D | arch.h | 39 * them here is to avoid the procedure call that would be required in the 40 * macros below. (Really want private data members here :-)
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
H A D | types.h | 17 * This is here because we used to use l64 for 64bit powerpc 22 * flag __SANE_USERSPACE_TYPES__ to get int-ll64.h here.
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | ppc32.h | 17 /* These are here to support 32-bit syscalls on a 64-bit kernel. */ 29 unsigned int trap; /* Reason for being here */
|
/linux-4.1.27/arch/avr32/lib/ |
H A D | memset.S | 43 * When we get here, we've got less than 4 bytes to set. r10 49 /* Fastpath ends here, exactly 32 bytes from memset */
|
/linux-4.1.27/arch/blackfin/lib/ |
H A D | strncpy.S | 45 * but, we can get here when the last byte is zero, and we don't 53 /* if the required null padded portion is small, do it here, rather than
|
/linux-4.1.27/arch/blackfin/mm/ |
H A D | maccess.c | 43 /* XXX: should support IDMA here with SMP */ probe_kernel_read() 84 /* XXX: should support IDMA here with SMP */ probe_kernel_write()
|
/linux-4.1.27/arch/cris/kernel/ |
H A D | process.c | 51 * here to freeze the system for e.g. post-mortem debug purpose when 59 /* If or when software power-off is implemented, add code here. */
|
H A D | sys_cris.c | 33 /* bug(?): 8Kb pages here */ sys_mmap2()
|
/linux-4.1.27/arch/hexagon/mm/ |
H A D | uaccess.c | 23 * we implement here as subroutines. 33 * dczero here would be even faster.
|
/linux-4.1.27/arch/arm/mach-ux500/ |
H A D | pm_domains.c | 21 * Handle the gating of the PM domain regulator here. pd_power_off() 33 * Handle the ungating of the PM domain regulator here. pd_power_on()
|
H A D | cache-l2x0.c | 24 * already enabled, so we do it right here instead. The PL310 has ux500_l2x0_unlock()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-config.h | 44 /* The fetch and add registers are allocated here. They are arranged 100 * default here. See the IPD section of the hardware manual for MBUFF 108 * here. 120 * the default here. 129 * override the default here.
|
/linux-4.1.27/fs/ext4/ |
H A D | xattr.c | 634 if (!s->here->e_value_block && s->here->e_value_size) { ext4_xattr_set_entry() 635 size_t size = le32_to_cpu(s->here->e_value_size); ext4_xattr_set_entry() 649 size_t rest = (void *)last - (void *)s->here + sizeof(__u32); ext4_xattr_set_entry() 650 memmove((void *)s->here + size, s->here, rest); ext4_xattr_set_entry() 651 memset(s->here, 0, size); ext4_xattr_set_entry() 652 s->here->e_name_index = i->name_index; ext4_xattr_set_entry() 653 s->here->e_name_len = name_len; ext4_xattr_set_entry() 654 memcpy(s->here->e_name, i->name, name_len); ext4_xattr_set_entry() 656 if (!s->here->e_value_block && s->here->e_value_size) { ext4_xattr_set_entry() 658 size_t offs = le16_to_cpu(s->here->e_value_offs); ext4_xattr_set_entry() 661 le32_to_cpu(s->here->e_value_size)); ext4_xattr_set_entry() 666 s->here->e_value_size = ext4_xattr_set_entry() 682 s->here->e_value_size = 0; ext4_xattr_set_entry() 683 s->here->e_value_offs = 0; ext4_xattr_set_entry() 701 memmove(s->here, (void *)s->here + size, ext4_xattr_set_entry() 702 (void *)last - (void *)s->here + sizeof(__u32)); ext4_xattr_set_entry() 709 s->here->e_value_size = cpu_to_le32(i->value_len); ext4_xattr_set_entry() 713 s->here->e_value_offs = cpu_to_le16(min_offs - size); ext4_xattr_set_entry() 761 bs->s.here = bs->s.first; ext4_xattr_block_find() 762 error = ext4_xattr_find_entry(&bs->s.here, i->name_index, ext4_xattr_block_find() 809 s->here); ext4_xattr_block_set() 824 int offset = (char *)s->here - bs->bh->b_data; ext4_xattr_block_set() 839 s->here = ENTRY(s->base + offset); ext4_xattr_block_set() 853 s->here = ENTRY(header(s->base)+1); ext4_xattr_block_set() 863 ext4_xattr_rehash(header(s->base), s->here); ext4_xattr_block_set() 991 is->s.here = is->s.first; ext4_xattr_ibody_find() 999 error = ext4_xattr_find_entry(&is->s.here, i->name_index, ext4_xattr_ibody_find() 1693 struct ext4_xattr_entry *here; ext4_xattr_rehash() local 1697 here = ENTRY(header+1); ext4_xattr_rehash() 1698 while (!IS_LAST_ENTRY(here)) { ext4_xattr_rehash() 1699 if (!here->e_hash) { ext4_xattr_rehash() 1706 le32_to_cpu(here->e_hash); ext4_xattr_rehash() 1707 here = EXT4_XATTR_NEXT(here); ext4_xattr_rehash()
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | pcihp_skeleton.c | 103 * Fill in code here to enable the specified slot enable_slot() 117 * Fill in code here to disable the specified slot disable_slot() 133 * Fill in code here to turn light off set_attention_status() 140 * Fill in code here to turn light on set_attention_status() 157 /* Specify a test here */ hardware_test() 160 /* Specify another test here */ hardware_test() 346 * Do specific initialization stuff for your driver here pcihp_skel_init()
|
/linux-4.1.27/arch/hexagon/kernel/ |
H A D | process.c | 35 * so that gets automatically done here. If we ever stop doing that here, 42 /* We might want to also zero all Processor registers here */ start_thread() 87 * parent's callee-saved here; those are in pt_regs and whatever copy_thread() 88 * we leave here will be overridden on return to userland. copy_thread() 147 * Some archs flush debug and FPU info here 222 /* Should not even reach here */ do_work_pending()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | switch_to_32.h | 62 "sethi %%hi(here - 0x8), %%o7\n\t" \ 64 "or %%o7, %%lo(here - 0x8), %%o7\n\t" \ 89 "here:\n" \
|
H A D | asmmacro.h | 20 /* All traps low-level code here must end with this macro. */
|
/linux-4.1.27/arch/score/kernel/ |
H A D | process.c | 35 /* If or when software machine-restart is implemented, add code here. */ machine_restart() 38 /* If or when software machine-halt is implemented, add code here. */ machine_halt() 41 /* If or when software machine-power-off is implemented, add code here. */ machine_power_off()
|
/linux-4.1.27/arch/c6x/lib/ |
H A D | remu.S | 42 ;; so we duplicate most of the divsi3 code here. 59 ;; RETURN A may happen here (note: must happen before the next branch) 73 ;; loop backwards branch happens here
|
/linux-4.1.27/include/linux/mtd/ |
H A D | flashchip.h | 53 /* These 2 come from nand_state_t, which has been unified here */ 56 /* These 4 come from onenand_state_t, which has been unified here */ 90 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
|
/linux-4.1.27/drivers/iio/common/ssp_sensors/ |
H A D | ssp_iio_sensor.h | 20 /* It is defined here as it is a mixed timestamp */
|
/linux-4.1.27/drivers/sh/intc/ |
H A D | virq-debugfs.c | 55 * XXX.. use arch_debugfs_dir here when all of the intc users are intc_irq_xlate_init()
|
/linux-4.1.27/drivers/rtc/ |
H A D | systohc.c | 36 /* rtc_hctosys exclusively uses UTC, so we call set_time here, rtc_set_ntp_time()
|
/linux-4.1.27/drivers/eisa/ |
H A D | virtual_root.c | 47 /* nothing really to do here */ virtual_eisa_release()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | ldt.h | 33 * programs can pass uninitialized values here. Therefore, in
|
/linux-4.1.27/arch/x86/math-emu/ |
H A D | reg_u_sub.S | 128 /* Carry is clear if we get here */ 183 * A rare case, the only one which is non-zero if we got here 215 subw $32,EXP(%edi) /* Can get underflow here */ 225 subw %cx,EXP(%edi) /* Can get underflow here */
|
H A D | wm_shrx.S | 126 /* We got here without jumps by assuming that the most common requirement 138 test $0x7fffffff,%eax /* and 31 bits here */ 157 test $0x7fffffff,%eax /* only need to look at eax here */ 180 test $0x7fffffff,%eax /* only need to look at eax here */
|
H A D | reg_u_div.S | 119 /* We should be able to zip through the division here */ 147 /* Do the shifting here */ 222 /* here we need to divide by 100000000h, 245 je LDo_2nd_32_bits /* Must check for non-zero result here */ 261 jne L_bugged_1 /* Must check for non-zero result here */ 351 jc L_bugged_2 /* Must check for non-zero result here */ 355 /* The division is essentially finished here, we just need to perform 444 /* The logic is wrong if we got here */
|
H A D | div_Xsig.S | 140 /* here we need to divide by 100000000h, 163 je LDo_2nd_32_bits /* Must check for non-zero result here */ 179 jne L_bugged_1 /* Must check for non-zero result here */ 269 jc L_bugged_2 /* Must check for non-zero result here */ 273 /* The division is essentially finished here, we just need to perform 347 /* The logic is wrong if we got here */
|
/linux-4.1.27/arch/sh/mm/ |
H A D | kmap.c | 59 /* XXX.. Kill this later, here for sanity at the moment.. */ kunmap_coherent()
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | edac.h | 23 * These is nothing to be done here because CE is atomic_scrub()
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | reboot.c | 49 /* No interesting distinction to be made here. */
|
/linux-4.1.27/arch/mips/cobalt/ |
H A D | reset.c | 50 /* we should never get here */ cobalt_machine_restart()
|
/linux-4.1.27/drivers/usb/dwc3/ |
H A D | Makefile | 23 # Platform-specific glue layers go here
|
/linux-4.1.27/fs/reiserfs/ |
H A D | Makefile | 33 # add it here.
|
/linux-4.1.27/fs/sysv/ |
H A D | file.c | 19 * We have mostly NULLs here: the current defaults are OK for
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | carminefb.h | 16 * here an example :)
|
/linux-4.1.27/drivers/watchdog/ |
H A D | octeon-wdt-nmi.S | 60 /* Loop forvever if we get here. */
|
/linux-4.1.27/include/net/tc_act/ |
H A D | tc_skbedit.h | 30 /* XXX: 16-bit pad here? */
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | pxa2xx_udc.h | 21 * here. Note that sometimes the signals go through inverters...
|
/linux-4.1.27/include/uapi/linux/ |
H A D | posix_types.h | 19 * use the one here.
|
/linux-4.1.27/arch/s390/appldata/ |
H A D | appldata.h | 33 /* fill in from here */
|
/linux-4.1.27/arch/sh/include/cpu-sh2a/cpu/ |
H A D | cache.h | 25 * listed here are reserved.
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
H A D | auxvec.h | 18 * the vsyscall page gets placed here. The kernel will attempt
|
/linux-4.1.27/arch/powerpc/perf/ |
H A D | bhrb.S | 20 * is 1024. We have limited number of table entries here as POWER8 implements
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | perf_regs.c | 18 * - Handle SP and LR here. perf_reg_value()
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | switch_to.S | 27 * set of registers. Make sure we don't lose anything here.
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/ |
H A D | iop_reg_space.h | 1 /* Autogenerated Changes here will be lost!
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | vmlinux.lds.S | 60 /* freed after init ends here */
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | omap54xx.h | 17 * Please place only base defines here and put the rest in device
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
H A D | pm.h | 33 * ugly, but let's keep the crap minimum here, instead of direct
|
/linux-4.1.27/arch/arm/include/debug/ |
H A D | exynos.S | 20 * aligned and add in the offset when we load the value here.
|
H A D | s5pv210.S | 19 * aligned and add in the offset when we load the value here.
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
H A D | swab.h | 34 * The compiler needs a bit of a hint here to always do the __arch_swab32()
|
/linux-4.1.27/arch/arm/lib/ |
H A D | Makefile | 21 # using lib_ here won't override already available weak symbols
|
/linux-4.1.27/arch/arm/mach-exynos/include/mach/ |
H A D | map.h | 19 * So need to define it, and here is to avoid redefinition warning.
|
/linux-4.1.27/arch/arm/mach-mmp/ |
H A D | common.c | 46 /* this is early, initialize mmp_chip_id here */ mmp_map_io()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
H A D | opp_data.c | 21 * NOTE: Comment order here is different from bits in CKCTL value:
|
/linux-4.1.27/arch/alpha/lib/ |
H A D | ev67-strlen.S | 13 * abbreviated as 'CWG' in other comments here
|
/linux-4.1.27/net/ipv6/netfilter/ |
H A D | Makefile | 5 # Link order matters here.
|
/linux-4.1.27/net/appletalk/ |
H A D | dev.c | 2 * Moved here from drivers/net/net_init.c, which is:
|
/linux-4.1.27/samples/pktgen/ |
H A D | pktgen.conf-1-1-flows | 32 # We need to do alloc for every skb since we cannot clone here.
|
H A D | pktgen.conf-1-1-ip6-rdos | 34 # We need to do alloc for every skb since we cannot clone here.
|
H A D | pktgen.conf-1-1-rdos | 33 # We need to do alloc for every skb since we cannot clone here.
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
H A D | bitmask.h | 7 * pasted here.
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | close_clears_pmcc_test.c | 43 /* The real test is here, do we take a SIGILL when writing PMU regs now close_clears_pmcc()
|
/linux-4.1.27/include/crypto/ |
H A D | lrw.h | 16 * latter case we would have to store key2 here */
|
/linux-4.1.27/include/linux/fsl/bestcomm/ |
H A D | sram.h | 21 /* The internals are here for the inline functions
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
H A D | pwrseq.h | 63 /* comments here */ \ 134 /* comments here */ \ 166 /* comments here */ \ 193 /* comments here */ \ 213 /* comments here */ \ 240 /* comments here */ \ 266 /* comments here */ \ 284 /* comments here */ \ 292 /* comments here */ \ 336 /* comments here */ \ 374 /* comments here */ \
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_sgdma.c | 9 * nouve_bo.c works properly, otherwise have to move them here 112 * to free nvbe here. nouveau_sgdma_create_ttm()
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | syscall.h | 10 * See asm-generic/syscall.h for descriptions of what we must do here. 28 * FIXME there's no way to find out how we got here other than to syscall_get_nr()
|
H A D | checksum.h | 22 * here even more important to align src and dst on a 32-bit (or even 31 * here even more important to align src and dst on a 32-bit (or even
|
/linux-4.1.27/fs/ncpfs/ |
H A D | mmap.c | 27 * XXX: how are we excluding truncate/invalidate here? Maybe need to lock 89 * fetches from the network, here the analogue of disk. ncp_file_mmap_fault()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | compat_ptrace.h | 25 /* nb: there's a 4-byte hole here */ 28 * These per registers are in here so that gdb can modify them
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | tlbflush.h | 35 * the function prototypes here. 47 * We don't need to do anything here..."
|
/linux-4.1.27/arch/arm/mach-realview/ |
H A D | hotplug.c | 63 * here's the WFI platform_do_lowpower() 78 * Getting here, means that we have come out of WFI without platform_do_lowpower()
|
/linux-4.1.27/arch/arm/plat-samsung/ |
H A D | pm-common.c | 46 * Note, we do not use S3C_PMDBG() in here, as the system may not have 67 * WARNING: Do not put any debug in here that may effect memory or use
|
/linux-4.1.27/lib/ |
H A D | pci_iomap.c | 25 * the complete BAR from offset to the end, pass %0 here. 66 * the complete BAR without checking for its length first, pass %0 here.
|
/linux-4.1.27/scripts/ |
H A D | objdiff | 13 # $ <your fancy build command here> 17 # $ <your fancy build command here>
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | ktlb.S | 23 /* sun4v_itlb_miss branches here with the missing virtual 65 * instruction get nop'd out and we get here to branch 74 * up here. 131 /* sun4v_dtlb_miss branches here with the missing virtual 173 * instruction get nop'd out and we get here to branch 182 * up here.
|