/linux-4.4.14/sound/isa/msnd/ |
H A D | msnd_classic.c | 1 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
|
/linux-4.4.14/sound/oss/ |
H A D | msnd_classic.c | 1 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
|
/linux-4.4.14/include/linux/soc/brcmstb/ |
H A D | brcmstb.h | 6 * before SMP is brought up, called by machine entry point.
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | pmae_handling_test.c | 29 static uint64_t before, after; variable 44 before = mfspr(SPRN_MMCR0); syscall_ebb_callee() 50 if (before != after) syscall_ebb_callee() 90 printf("Saw MMCR0 before 0x%lx after 0x%lx\n", before, after); test_body()
|
/linux-4.4.14/drivers/media/ |
H A D | Makefile | 8 # I2C drivers should come before other drivers, otherwise they'll fail 24 # There are both core and drivers at RC subtree - merge before drivers
|
/linux-4.4.14/security/selinux/include/ |
H A D | avc_ss.h | 22 * The security server must be initialized before
|
/linux-4.4.14/include/linux/ceph/ |
H A D | types.h | 4 /* needed before including ceph_fs.h */
|
/linux-4.4.14/include/linux/ |
H A D | eeprom_93xx46.h | 14 * before and after spi transfer.
|
H A D | adb.h | 48 ADB_MSG_POWERDOWN, /* Currently called before sleep only */ 49 ADB_MSG_PRE_RESET, /* Called before resetting the bus */
|
H A D | mailbox_client.h | 23 * @tx_tout: Max block period in ms before TX is assumed failure 29 * before initiating the transmission if required.
|
H A D | errno.h | 29 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */
|
H A D | seqno-fence.h | 81 * This type of fence can be destroyed before completed, however a reference 87 * before destruction. This will prevent possible issues from wraparound at 89 * before submitting instructions for the hardware to wait on the fence. 91 * done as soon as possible, just before there's any real danger of seqno
|
H A D | asn1_ber_bytecode.h | 51 /* Everything before here matches unconditionally */ 61 /* Everything before here will want a tag from the data */
|
H A D | moduleloader.h | 77 /* Any final processing of module before access. Return -error or 0. */ 85 /* Any cleanup before freeing mod->module_init */
|
H A D | fence.h | 50 * @status: Optional, only valid if < 0, must be set before calling 65 * before this bit was set, it would have been able to set the 66 * FENCE_FLAG_SIGNALED_BIT, before enable_signaling was called. 137 * Calling fence_signal before enable_signaling is called allows 139 * before, or after fence_signal. To fight this, it is recommended 140 * that before enable_signaling returns true an extra reference is 236 * haven't been called before. 261 * haven't been called before. 266 * value of this function before calling hardware-specific wait instructions. 338 * fence might be freed before return, resulting in undefined behavior.
|
H A D | suspend.h | 123 * before device drivers' late suspend callbacks are executed. It returns 130 * @prepare_late is called before disabling nonboot CPUs and after 143 * the nonboot CPUs have been enabled and before device drivers' early 169 * should also provide a @end() which cleans up transitions aborted before 289 * occupied before the suspend are in use. freeze_wake() 309 * Called right after shrinking memory and before freezing devices. 315 * Called right after devices have been frozen and before the nonboot 321 * Called right after the nonboot CPUs have been enabled and before 325 * Called right after the hibernation image has been saved and before 336 * the image kernel, before the nonboot CPUs are enabled and before devices 340 * Called right after devices have been frozen and before the nonboot 344 * Called right after the nonboot CPUs have been enabled and before
|
H A D | tracehook.h | 121 * Called without locks, just before checking for pending signals. 143 * Called without locks, shortly before returning to user mode 157 * before returning to user mode. If it's already running in user mode, 176 * %TIF_NOTIFY_RESUME before the call. If the flag gets set again 177 * asynchronously, this will be called again before we return to
|
H A D | llist.h | 31 * entries can not be traversed safely before deleted from the list. 34 * must reverse the order by yourself before traversing. 102 * reverse the order by yourself before traversing. 120 * reverse the order by yourself before traversing. 142 * reverse the order by yourself before traversing.
|
H A D | uaccess.h | 29 * make sure to have issued the store before a pagefault pagefault_disable() 38 * make sure to issue those last loads/stores before enabling pagefault_enable()
|
/linux-4.4.14/arch/mips/include/asm/mach-sead3/ |
H A D | kernel-entry-init.h | 16 * Do SMP slave processor setup necessary before we can safely execute C code.
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | nr-irqs.c | 5 * This must be calculated before processing asm-offset.c.
|
H A D | vmlinux.lds.S | 23 * unwind exit sections must be discarded before 204 * them all, and initialized data all before
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | mcs_spinlock.h | 10 /* Ensure prior stores are observed before we enter wfe. */ \
|
H A D | cache.h | 14 * cache before the transfer is done, causing old data to be seen by
|
/linux-4.4.14/scripts/ |
H A D | config | 80 local before="$1" 85 sed -e "s:$before:$after:" "$infile" >"$tmpfile" 101 local name=$1 new=$2 before=$3 104 before_re="^($before=|# $before is not set)" 105 if test -n "$before" && grep -Eq "$before_re" "$FN"; then 106 txt_append "^$before=" "$new" "$FN" 107 txt_append "^# $before is not set" "$new" "$FN"
|
H A D | decode_stacktrace.sh | 43 # before. 91 # We need to know the index of the last element before we
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | a.out.h | 9 Worse, we have to notice the start address before swapping to use
|
/linux-4.4.14/arch/arc/include/uapi/asm/ |
H A D | sigcontext.h | 16 * before the signal handler was invoked.
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | usb-ohci-pxa27x.h | 23 * HCD must wait for this duration before
|
H A D | mmc-pxamci.h | 12 unsigned long detect_delay_ms; /* delay in millisecond before detecting cards after interrupt */
|
H A D | lp855x.h | 113 LP8556_COMBINED1, /* pwm + i2c before the shaper block */ 122 LP8557_COMBINED2, /* pwm + i2c before the shaper block */
|
H A D | mmc-omap.h | 55 * that board-specific code handled it before common init logic. 94 /* Call back before enabling / disabling regulators */
|
/linux-4.4.14/arch/mips/include/asm/mach-generic/ |
H A D | kernel-entry-init.h | 19 * Do SMP slave processor setup necessary before we can savely execute C code.
|
/linux-4.4.14/include/linux/input/ |
H A D | lm8333.h | 14 /* Active timeout before enter HALT mode in microseconds */
|
/linux-4.4.14/tools/testing/selftests/vm/ |
H A D | thuge-gen.c | 142 unsigned long before, after; test_mmap() local 145 before = read_free(size); test_mmap() 152 Dprintf("before %lu after %lu diff %ld size %lu\n", test_mmap() 153 before, after, before - after, size); test_mmap() 154 assert(size == getpagesize() || (before - after) == NUM_PAGES); test_mmap() 163 unsigned long before, after; test_shmget() local 166 before = read_free(size); test_shmget() 184 Dprintf("before %lu after %lu diff %ld size %lu\n", test_shmget() 185 before, after, before - after, size); test_shmget() 186 assert(size == getpagesize() || (before - after) == NUM_PAGES); test_shmget()
|
/linux-4.4.14/net/netfilter/ipset/ |
H A D | ip_set_list_set.c | 39 int before; member in struct:set_adt_elem 209 if (d->before == 0) { list_set_utest() 211 } else if (d->before > 0) { list_set_utest() 258 else if (d->before == 0 || e->id != d->refid) list_set_uadd() 260 else if (d->before > 0) list_set_uadd() 267 if ((d->before > 0 && !next) || list_set_uadd() 268 (d->before < 0 && !prev)) list_set_uadd() 281 if (d->before == 0) { list_set_uadd() 285 } else if (d->before > 0) { list_set_uadd() 290 /* Insert before prev element */ list_set_uadd() 335 if (d->before > 0) { list_set_udel() 340 } else if (d->before < 0) { list_set_udel() 347 return d->before != 0 ? -IPSET_ERR_REF_EXIST : -IPSET_ERR_EXIST; list_set_udel() 383 e.before = f & IPSET_FLAG_BEFORE; list_set_uadt() 386 if (e.before && !tb[IPSET_ATTR_NAMEREF]) { list_set_uadt() 399 if (!e.before) list_set_uadt() 400 e.before = -1; list_set_uadt()
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | early_printk.c | 114 and the pointer before we start using it setup_early_printk() 158 * Set up a temporary Event Vector Table, so if something bad happens before 169 * This starts up the shadow buffer, incase anything crashes before init_early_exception_vectors() 205 /* This can happen before the uart is initialized, so initialize early_trap_c() 215 /* crap - we crashed before setup_arch() */ early_trap_c() 216 early_shadow_puts("panic before setup_arch\n"); early_trap_c()
|
H A D | kgdb_test.c | 30 pr_alert("L1(before change) : data variable addr = 0x%p, data value is %d\n", &num1, num1); kgdb_l1_test() 44 pr_alert("L2(before change) : data variable addr = 0x%p, data value is %d\n", &num2, num2); kgdb_l2_test()
|
/linux-4.4.14/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_type.h | 26 * a far pointer by defining * as "far *" before this header file is
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
H A D | stk1160-reg.h | 46 * send count unit (0x105) before each unit skipped. 48 * skip count unit (0x105) before each unit sent. 54 * send count unit (0x105) before each unit skipped. 56 * skip count unit (0x105) before each unit sent.
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | si21xx.h | 12 /* minimum delay before retuning */
|
H A D | dib7000m.h | 38 int (*agc_control) (struct dvb_frontend *, u8 before);
|
H A D | dib7000p.h | 35 int (*agc_control) (struct dvb_frontend *, u8 before);
|
H A D | m88rs2000.h | 33 /* minimum delay before retuning */
|
H A D | stv0288.h | 40 /* minimum delay before retuning */
|
/linux-4.4.14/arch/unicore32/include/asm/ |
H A D | cache.h | 22 * cache before the transfer is done, causing old data to be seen by
|
H A D | thread_info.h | 118 * TIF_NOTIFY_RESUME - callback before returning to user 122 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */
|
/linux-4.4.14/arch/unicore32/include/uapi/asm/ |
H A D | sigcontext.h | 18 * before the signal handler was invoked. Note: only add new entries
|
/linux-4.4.14/arch/blackfin/mach-bf561/ |
H A D | hotplug.c | 24 * As a workaround, we invalidate all the data cache before sleep. platform_cpu_die()
|
/linux-4.4.14/arch/m68k/sun3/prom/ |
H A D | init.c | 24 /* You must call prom_init() before you attempt to use any of the
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
H A D | irq.h | 77 * The reason for blocking the IRQ is to allow an sti() before the handler, 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 106 * with interrupts disabled, and therefore there will not be an sti() before the
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
H A D | sigcontext.h | 20 unsigned long usp; /* usp before stacking this gunk on it */
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
H A D | sigcontext.h | 18 * before the signal handler was invoked. Note: only add new entries
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | dmi.h | 23 * This means we have to map them before use.
|
H A D | thread_info.h | 99 * TIF_NOTIFY_RESUME - callback before returning to user 104 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */
|
/linux-4.4.14/arch/arm/include/uapi/asm/ |
H A D | sigcontext.h | 6 * before the signal handler was invoked. Note: only add new entries
|
/linux-4.4.14/arch/tile/lib/ |
H A D | strchr_32.c | 30 /* Read the first aligned word, but force bytes before the string to strchr() 58 /* If we found c before '\0' we got a match. Note that if c == '\0' strchr()
|
H A D | strchr_64.c | 31 /* Read the first aligned word, but force bytes before the string to strchr() 56 /* If we found c before '\0' we got a match. Note that if c == '\0' strchr()
|
H A D | strlen_32.c | 25 /* Read the first word, but force bytes before the string to be nonzero. strlen()
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | pvclock-abi.h | 19 * it uneven) before it starts updating the fields and raises it again 21 * time values it got are consistent by checking the version before
|
H A D | pci-direct.h | 6 /* Direct PCI access. This is used for PCI accesses in early boot before
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
H A D | p5.c | 58 /* Make sure the vector pointer is visible before we enable MCEs: */ intel_p5_mcheck_init() 61 /* Read registers before enabling: */ intel_p5_mcheck_init()
|
H A D | winchip.c | 32 /* Make sure the vector pointer is visible before we enable MCEs: */ winchip_mcheck_init()
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | barrier.h | 20 * - Ensures that selected memory operation issued before it will complete 21 * before any subsequent memory operation of same type
|
H A D | atomic.h | 82 * Explicit full memory barrier needed before/after as \ 156 * spin lock/unlock provides the needed smp_mb() before/after \ 204 * Explicit full memory barrier needed before/after as \
|
/linux-4.4.14/include/linux/pinctrl/ |
H A D | pinctrl-state.h | 13 * before the driver's probe() function is called. There are some 16 * which is the state of the pins before drive probe. After probe
|
/linux-4.4.14/arch/mips/mti-malta/ |
H A D | malta-amon.c | 63 smp_wmb(); /* Target must see parameters before go */ amon_cpu_start() 65 smp_wmb(); /* Target must see go before we poll */ amon_cpu_start()
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | irqflags.h | 30 * - we need a stop-bit before reading PSR because we sometimes 31 * write a floating-point register right before reading the PSR
|
H A D | barrier.h | 23 * like regions are visible before any subsequent 28 * accesses are visible before all subsequent
|
/linux-4.4.14/arch/arm/mach-ux500/ |
H A D | cache-l2x0.c | 31 * apparently locks both caches before jumping to the kernel. The ux500_l2x0_unlock() 60 /* Unlock before init */ ux500_l2x0_init()
|
/linux-4.4.14/arch/arm/mach-ep93xx/include/mach/ |
H A D | uncompress.h | 57 * Some bootloaders don't turn off DMA from the ethernet MAC before 60 * Work around this by resetting the ethernet MAC before we uncompress.
|
/linux-4.4.14/tools/arch/ia64/include/asm/ |
H A D | barrier.h | 25 * like regions are visible before any subsequent 30 * accesses are visible before all subsequent
|
/linux-4.4.14/tools/perf/tests/ |
H A D | openat-syscall-tp-fields.c | 73 int before = nr_events; test__syscall_openat_tp_fields() local 108 if (nr_events == before) test__syscall_openat_tp_fields()
|
H A D | fdarray.c | 59 fdarray__fprintf_prefix(fda, "before", stderr); test__fdarray__filter() 80 fdarray__fprintf_prefix(fda, "before", stderr); test__fdarray__filter() 144 fdarray__fprintf_prefix(fda, "before growing array", stderr); test__fdarray__add()
|
/linux-4.4.14/net/irda/ |
H A D | irmod.c | 136 irlap_cleanup(); /* Must be done before irlmp_cleanup()! DB */ irda_init() 173 irlap_cleanup(); /* Must be done before irlmp_cleanup()! DB */ irda_cleanup() 180 * The IrDA stack must be initialised *before* drivers get initialised, 181 * and *before* higher protocols (IrLAN/IrCOMM/IrNET) get initialised, 187 * currently initialised in .../init/main.c (before initcalls).
|
/linux-4.4.14/arch/powerpc/lib/ |
H A D | rheap.c | 126 /* XXX: You should have called assure_empty before */ get_slot() 154 rh_block_t *before; attach_free_block() local 166 /* Find the blocks immediately before and after the given one attach_free_block() 168 before = NULL; attach_free_block() 182 before = blk; attach_free_block() 188 if (before != NULL && after != NULL) attach_free_block() 193 if (before && s != (before->start + before->size)) attach_free_block() 194 before = NULL; attach_free_block() 200 if (before == NULL && after == NULL) { attach_free_block() 213 /* Grow the before block */ attach_free_block() 214 if (before != NULL && after == NULL) { attach_free_block() 215 before->size += size; attach_free_block() 220 if (before == NULL && after != NULL) { attach_free_block() 226 /* Grow the before block, and release the after block */ attach_free_block() 227 before->size += size + after->size; attach_free_block() 237 /* Find the block immediately before the given one (if any) */ attach_taken_block() 488 /* add before the blk */ rh_alloc_align()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | mcount_64.S | 44 * and is done before the function's stack frame is set up. 45 * They both require a set of regs to be saved before calling 46 * any C code and restored before returning back to the function. 58 * @added: the amount of stack added before calling this 76 * fentry is called before the stack frame is set up, where as mcount 87 /* Can't assume that rip is before this (unless added was zero) */ 188 /* Save the current flags before any operations that can change them */
|
H A D | tracepoint.c | 24 /* Ensure the trace_idt_ctr is set before sending IPI */ set_trace_idt_ctr()
|
/linux-4.4.14/arch/openrisc/include/asm/ |
H A D | fixmap.h | 34 * early in the boot process before memory initialization is complete. 43 * space before ioremap() is useable, e.g. really early in boot 44 * before kmalloc() is working.
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
H A D | cvmx-fau.h | 57 * bit will be set. Otherwise the value of the register before 67 * bit will be set. Otherwise the value of the register before 77 * bit will be set. Otherwise the value of the register before 87 * bit will be set. Otherwise the value of the register before 98 * register before the update will be returned. 168 * Returns Value of the register before the update 183 * Returns Value of the register before the update 198 * Returns Value of the register before the update 212 * Returns Value of the register before the update 229 * the value of the register before the update will be 253 * the value of the register before the update will be 277 * the value of the register before the update will be 300 * the value of the register before the update will be 434 * will be set. Otherwise the value of the register before 457 * will be set. Otherwise the value of the register before 480 * will be set. Otherwise the value of the register before 503 * will be set. Otherwise the value of the register before
|
H A D | cvmx-helper.h | 77 * number. Users should set this pointer to a function before 86 * setup before packet input/output comes online. It is called 88 * before IPD is enabled. Users should set this pointer to a 89 * function before calling any cvmx-helper operations. 125 * The interface must be initialized before the port count
|
/linux-4.4.14/drivers/staging/speakup/ |
H A D | serialio.h | 31 /* # of timeouts permitted before disable */
|
/linux-4.4.14/drivers/staging/vt6656/ |
H A D | power.h | 32 #define C_PWBT 1000 /* micro sec. power up before TBTT */
|
H A D | power.c | 59 /* set period of power up before TBTT */ vnt_enable_power_saving() 75 /* Warren:MUST turn on this once before turn on AUTOSLEEP ,or the vnt_enable_power_saving()
|
/linux-4.4.14/drivers/scsi/ |
H A D | eata_pio.h | 30 * be read before they vanish of the top of
|
H A D | a3000.c | 103 mb(); /* make sure DMA has started before next IO */ dma_setup() 123 mb(); /* make sure CNTR is updated before next IO */ dma_stop() 142 mb(); /* make sure DMA is stopped before next IO */ dma_stop() 146 mb(); /* make sure CNTR is updated before next IO */ dma_stop()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
H A D | libipw_geo.c | 49 /* Driver needs to initialize the geography map before using libipw_is_valid_channel() 78 /* Driver needs to initialize the geography map before using libipw_channel_to_index() 100 /* Driver needs to initialize the geography map before using libipw_channel_to_freq() 115 /* Driver needs to initialize the geography map before using libipw_freq_to_channel()
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | Makefile | 9 # native drivers should be linked before acpiphp in order to allow the
|
/linux-4.4.14/drivers/devfreq/ |
H A D | governor.h | 28 /* Caution: devfreq->lock must be locked before calling update_devfreq */
|
/linux-4.4.14/drivers/eisa/ |
H A D | virtual_root.c | 63 /* A real bridge may have been registered before virtual_eisa_root_init()
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_nla.c | 16 * flag set also, check and remove that flag before calling drbd_nla_check_mandatory()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | notify.h | 19 * should probably think twice before casting it away...
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | notify.h | 25 * should probably think twice before casting it away...
|
/linux-4.4.14/arch/sparc/prom/ |
H A D | init_64.c | 24 /* You must call prom_init() before you attempt to use any of the
|
H A D | init_32.c | 29 /* You must call prom_init() before you attempt to use any of the
|
/linux-4.4.14/arch/arm/boot/compressed/ |
H A D | head-xscale.S | 18 @ whatever state it is, before it is turned off.
|
/linux-4.4.14/sound/aoa/ |
H A D | aoa.h | 38 /* assigned by fabric before init() is called, points 42 /* assigned by the fabric before init() is called, points 47 /* assigned by the fabric before init() is called, contains 109 * before the fabric is removed, use this.
|
/linux-4.4.14/fs/quota/ |
H A D | quotaio_v1.h | 8 * before the soft limits are treated as hard limits (usually resulting
|
H A D | quotaio_v2.h | 64 __le32 dqi_bgrace; /* Time before block soft limit becomes hard limit */ 65 __le32 dqi_igrace; /* Time before inode soft limit becomes hard limit */
|
/linux-4.4.14/include/media/ |
H A D | m5mols.h | 24 * to be called after enabling and before disabling
|
/linux-4.4.14/include/net/netfilter/ |
H A D | nf_conntrack_seqadj.h | 10 * @offset_before: sequence number offset before last modification
|
/linux-4.4.14/include/uapi/linux/spi/ |
H A D | spidev.h | 65 * before optionally deselecting the device before the next transfer. 66 * @cs_change: True to deselect device before starting the next transfer. 84 * in a 16-bit word), the next could read a block of 8-bit data before
|
/linux-4.4.14/arch/mips/include/asm/mach-paravirt/ |
H A D | kernel-entry-init.h | 24 * Do SMP slave processor setup necessary before we can safely execute
|
/linux-4.4.14/arch/sparc/boot/ |
H A D | install.sh | 24 echo ' *** You need to run "make" before "make install".' 1>&2
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | unistd.h | 6 * before the trap into the system call with gcc 'asm' statements.
|
/linux-4.4.14/arch/m68k/ |
H A D | install.sh | 24 echo ' *** You need to run "make" before "make install".' 1>&2
|
/linux-4.4.14/arch/mips/sni/ |
H A D | eisa.c | 44 /* A real bridge may have been registered before sni_eisa_root_init()
|
/linux-4.4.14/arch/nios2/boot/ |
H A D | install.sh | 24 echo ' *** You need to run "make" before "make install".' 1>&2
|
/linux-4.4.14/arch/hexagon/include/asm/ |
H A D | irq.h | 26 * Must define NR_IRQS before including <asm-generic/irq.h>
|
/linux-4.4.14/arch/hexagon/include/uapi/asm/ |
H A D | sigcontext.h | 26 * before the signal handler was invoked. Note: only add new entries
|
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
H A D | cache.c | 34 * The last call may have returned before the caches sn_flush_all_caches()
|
/linux-4.4.14/arch/arm/plat-samsung/ |
H A D | cpu.c | 36 * and needs a write before it can be read. s3c64xx_init_cpu()
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | suspend.c | 40 * breakpoints as early as possible in the resume path, before reenabling 98 * restoration before returning. cpu_suspend() 108 * Restore per-cpu offset before any kernel cpu_suspend() 115 * before debug exceptions are possibly reenabled cpu_suspend()
|
/linux-4.4.14/arch/avr32/include/asm/ |
H A D | cache.h | 11 * cache before the transfer is done, causing old data to be seen by
|
/linux-4.4.14/arch/arm/mach-omap1/include/mach/ |
H A D | serial.h | 25 * 2. We assume printascii is called at least once before paging_init,
|
/linux-4.4.14/arch/arm/mach-w90x900/include/mach/ |
H A D | uncompress.h | 32 /* Check THRE and TEMT bits before we transmit the character. putc()
|
/linux-4.4.14/arch/arm/mach-imx/ |
H A D | pm-imx3.c | 19 * Set cpu low power mode before WFI instruction. This function is called
|
H A D | cpu-imx5.c | 80 * All versions of the silicon before Rev. 3 have broken NEON implementations. 82 * before us.
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
H A D | uncompress.h | 26 /* Check THRE and TEMT bits before we transmit the character. putc()
|
/linux-4.4.14/drivers/watchdog/ |
H A D | octeon-wdt-nmi.S | 19 * should have the value right before the NMI. */
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 12 * before and after the requeue. The first should be restarted by the 173 * signal the waiter before requeue, waiter should automatically main() 188 * signal may have hit before the the waiter was blocked on f1. main() 205 * futex_unlock_pi() can't happen before the signal wakeup is detected main()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
H A D | usnic_transport.h | 54 * Socket will not be destroyed before usnic_transport_put_socket has 60 * Call usnic_transport_get_socket before calling *_sock_get_addr
|
/linux-4.4.14/drivers/base/ |
H A D | syscore.c | 61 "Interrupts enabled before system core suspend.\n"); syscore_suspend() 99 "Interrupts enabled before system core resume.\n"); syscore_resume()
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | barrier.h | 77 * We need to barrier before modifying the word, since the _atomic_xxx() 79 * But after the word is updated, the routine issues an "mf" before returning,
|
H A D | bitops_64.h | 49 * The test_and_xxx_bit() routines require a memory fence before we 51 * smp_mb() before, and rely on the "!= 0" comparison, plus a compiler
|
/linux-4.4.14/arch/blackfin/mach-bf609/ |
H A D | dpm.S | 91 /* should put ddr to self refresh mode before sleep */ 102 /* Enable evt 11 in IMASK before idle, otherwise core doesn't wake up. */
|
/linux-4.4.14/fs/reiserfs/ |
H A D | lock.c | 17 * Also this lock is often released before a call that could block because 84 * write lock held. caller is the string printed just before calling BUG()
|
H A D | lbalance.c | 342 * we will insert items before 0-th or nr-th item in dest buffer. leaf_copy_items_entirely() 900 /* insert item into the leaf node in position before */ leaf_insert_into_buf() 901 void leaf_insert_into_buf(struct buffer_info *bi, int before, leaf_insert_into_buf() argument 926 /* get item new item must be inserted before */ leaf_insert_into_buf() 927 ih = item_head(bh, before); leaf_insert_into_buf() 930 last_loc = nr ? ih_location(&ih[nr - before - 1]) : bh->b_size; leaf_insert_into_buf() 931 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size; leaf_insert_into_buf() 948 memmove(ih + 1, ih, IH_SIZE * (nr - before)); leaf_insert_into_buf() 952 for (i = before; i < nr + 1; i++) { leaf_insert_into_buf() 953 unmoved_loc -= ih_item_len(&ih[i - before]); leaf_insert_into_buf() 954 put_ih_location(&ih[i - before], unmoved_loc); leaf_insert_into_buf() 1312 * before to item_num-th item 1316 int before, leaf_paste_entries() 1338 RFALSE(ih_entry_count(ih) < before, leaf_paste_entries() 1339 "10230: there are no entry we paste entries before. entry_count = %d, before = %d", leaf_paste_entries() 1340 ih_entry_count(ih), before); leaf_paste_entries() 1351 (before ? deh_location(&deh[before - 1]) leaf_paste_entries() 1355 for (i = ih_entry_count(ih) - 1; i >= before; i--) leaf_paste_entries() 1361 for (i = 0; i < before; i++) leaf_paste_entries() 1377 deh += before; leaf_paste_entries() 1395 /* change item key if necessary (when we paste before 0-th entry */ leaf_paste_entries() 1396 if (!before) { leaf_paste_entries() 1314 leaf_paste_entries(struct buffer_info *bi, int item_num, int before, int new_entry_count, struct reiserfs_de_head *new_dehs, const char *records, int paste_size) leaf_paste_entries() argument
|
/linux-4.4.14/arch/sh/mm/ |
H A D | ioremap_fixed.c | 5 * physical address space into the kernel address space before ioremap() 6 * can be used, e.g. early in boot before paging_init().
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | barrier.h | 60 * needed before a write to shared memory in a critical section, to prevent 61 * external reordering of writes before the fence on other threads with writes
|
/linux-4.4.14/arch/mips/lib/ |
H A D | mips-atomic.c | 22 * has actually arrived in the status register before the end of this 36 * Workaround: mask EXL bit of the result or place a nop before mfc0.
|
/linux-4.4.14/arch/blackfin/lib/ |
H A D | ins.S | 63 * To solve this, interrupts are turned off before reads occur to I/O space. 77 CLI_OUTER; /* 3 instructions before first read access */ \
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
H A D | s3c2443.c | 104 /* need to register the subsystem before we actually register the device, and 105 * we also need to ensure that it has been initialised before any of the
|
H A D | s3c2410.c | 100 /* need to register the subsystem before we actually register the device, and 101 * we also need to ensure that it has been initialised before any of the
|
H A D | s3c244x.c | 90 /* need to register the subsystem before we actually register the device, and 91 * we also need to ensure that it has been initialised before any of the
|
/linux-4.4.14/arch/arm/mach-davinci/include/mach/ |
H A D | pm.h | 40 * must be detected before the clock is passed to the rest of the 44 * small since the clock input is assumed to be stable before SoC
|
/linux-4.4.14/arch/x86/xen/ |
H A D | xen-asm_32.S | 25 * before making the call. 59 * event can happen just before entering usermode. If the nested 61 * flags, they will not be tested again before returning to 195 * SAVE_ALL state before going on, since it's usermode state which we 202 * critical range address, but just before the CPU delivers a 218 * If eip is before iret_restore_end then stack
|
H A D | spinlock.c | 205 * Mark entry to slowpath before doing the pickup test to make xen_lock_spinning() 258 /* Make sure we read lock before want */ xen_unlock_kick() 318 * all of this before SMP code is invoked. 345 * enabled and before SMP is started. Hence we use pre-SMP initcall level 346 * init. We cannot do it in xen_init_spinlocks as that is done before
|
/linux-4.4.14/mm/ |
H A D | mmu_notifier.c | 68 * If ->release runs before mmu_notifier_unregister it must be __mmu_notifier_release() 71 * sptes before all the pages in the mm are freed. __mmu_notifier_release() 82 * We arrived before mmu_notifier_unregister so __mmu_notifier_release() 311 * mmu_notifier_unregister to safely run at any time later, before or 312 * after exit_mmap. ->release will always be called before exit_mmap 343 * with the unregister lock + SRCU. All sptes must be dropped before 356 * finish before freeing the pages. mmu_notifier_unregister() 363 * that ->release is called before freeing the pages. mmu_notifier_unregister() 372 * can delete it before we hold the lock. mmu_notifier_unregister() 399 * can delete it before we hold the lock. mmu_notifier_unregister_no_release()
|
/linux-4.4.14/include/rdma/ |
H A D | rdma_cm.h | 194 * This associates a source address with the RDMA identifier before calling 219 * into an RDMA address before calling this routine. 237 * Users must destroy any QP associated with an RDMA identifier before 256 * this call before calling ib_modify_qp. 270 * by having called rdma_resolve_route before calling this routine. 283 * rdma_bind_addr before calling this routine. 315 * QP before an RTU has been received. 355 * field (RFC 2474). The service type should be specified before 368 * Reuse must be set before an address is bound to the id. 378 * Must be set before identifier is in the listening state.
|
/linux-4.4.14/include/xen/interface/io/ |
H A D | ring.h | 211 wmb(); /* back sees requests /before/ updated producer index */ \ 216 wmb(); /* front sees responses /before/ updated producer index */ \ 235 * After dequeuing requests or responses (before sleeping the connection): 253 wmb(); /* back sees requests /before/ updated producer index */ \ 255 mb(); /* back sees new requests /before/ we check req_event */ \ 263 wmb(); /* front sees responses /before/ updated producer index */ \ 265 mb(); /* front sees new responses /before/ we check rsp_event */ \
|
/linux-4.4.14/init/ |
H A D | main.c | 103 * two things - IRQ must not be enabled before the flag is cleared and some mark_rodata_ro() 136 * before jump_label_init is called. mark_rodata_ro() 143 * device before going ahead with the initialization otherwise driver might mark_rodata_ro() 330 * it prepends "auto" before the whole cmdline which makes init_setup() 378 * be reaped by free_initmem before the root thread has proceeded to 395 * we schedule it before we create kthreadd, will OOPS. rest_init() 440 /* Arch code calls this early on, or if not, just before other parsing. */ parse_early_param() 583 /* init some links before init_ISA_irqs() */ start_kernel() 604 * HACK ALERT! This is early. We're enabling the console before start_kernel() 648 /* Should be run before the first non-init thread is created */ start_kernel() 899 * called twice right after initrd is mounted and right before init is 901 * loaded before control is passed to userland. 937 /* need to finish all async __init code before freeing the memory */ kernel_init()
|
/linux-4.4.14/drivers/remoteproc/ |
H A D | da8xx_remoteproc.c | 101 * It has already been ack'ed by the kernel before calling da8xx_rproc_callback() 276 * It's important to place the DSP in reset before going away, da8xx_rproc_remove() 278 * clock before its program/boot-address has been loaded and da8xx_rproc_remove() 279 * before this module's probe has had a chance to reset the DSP. da8xx_rproc_remove() 286 * The devm subsystem might end up releasing things before da8xx_rproc_remove()
|
/linux-4.4.14/arch/x86/power/ |
H A D | cpu.c | 36 * __save_processor_state - save CPU registers before creating a 37 * hibernation image and before restoring the memory state from it 273 * 2. the CPU was online before hibernation bsp_pm_callback() 293 * see different CPU0 state before and after accessing bsp_pm_callback() 316 * earlier to disable cpu hotplug before bsp online check. bsp_pm_check_init()
|
/linux-4.4.14/drivers/uwb/ |
H A D | driver.c | 32 * 3. register (now it is owned by the UWB stack--deregister before 38 * Make sure you have a reference to the uwb_rc before calling 46 * before doing anything.
|
/linux-4.4.14/drivers/md/persistent-data/ |
H A D | dm-transaction-manager.h | 47 * updated superblock; perform any operations that could fail *before* you 59 * write to the whole of @data before you unlock, otherwise you could get 61 * before handing them out, which will be redundant in most, if not all,
|
H A D | dm-block-manager.h | 46 * the data just before writing, e.g. to calculate checksums. It's 104 * before the superblock.
|
H A D | dm-btree-internal.h | 92 * The spine must have at least one entry before calling this. 97 * The spine must have at least two entries before calling this.
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | enum.h | 20 * @LOOPBACK_XAUI: loopback within BPX before XAUI serdes 24 * @LOOPBACK_XFI: loopback within BPX before XFI serdes 26 * @LOOPBACK_GMII_FAR: loopback within BPX before SGMII
|
/linux-4.4.14/arch/x86/boot/compressed/ |
H A D | efi_thunk_64.S | 6 * Because this thunking occurs before ExitBootServices() we have to 7 * restore the firmware's 32-bit GDT before we make EFI serivce calls, 142 * disable them before we switch GDTs.
|
/linux-4.4.14/block/partitions/ |
H A D | check.c | 59 * PC/BIOS partition tables, they need to come before 73 efi_partition, /* this must come before msdos */ 79 ldm_partition, /* this must come before msdos */
|
/linux-4.4.14/fs/dlm/ |
H A D | requestqueue.c | 30 * the lockspace is suspended on some nodes before it is on others, or the 56 * happening. Normal locking has been enabled before this is called. dlm_recv 58 * here before processing the message it got. If a new dlm_ls_stop() arrives
|
/linux-4.4.14/arch/powerpc/perf/req-gen/ |
H A D | perf.h | 7 #error "REQUEST_FILE must be defined before including" 11 #error "NAME_LOWER must be defined before including" 15 #error "NAME_UPPER must be defined before including"
|
/linux-4.4.14/arch/mips/mm/ |
H A D | sc-mips.c | 24 * Writeback and invalidate the secondary cache before DMA. 32 * Invalidate the secondary cache before DMA. 203 * Do we need some platform specific probing before mips_sc_probe()
|
/linux-4.4.14/arch/openrisc/mm/ |
H A D | ioremap.c | 111 * OK, this one's a bit tricky... ioremap can get called before memory is 113 * for its mapping. No userspace pages will ever get allocated before memory 115 * this is called before memory is initialized we allocate the page using
|
/linux-4.4.14/arch/arm/xen/ |
H A D | hypercall.S | 103 * kernel to access the userspace memory before issuing the hypercall. 107 /* r4 is loaded now as we use it as scratch register before */ 114 * called before.
|
/linux-4.4.14/arch/arm/mach-mmp/ |
H A D | pm-mmp2.c | 176 printk(KERN_INFO "%s: before suspend\n", __func__); mmp2_pm_enter() 187 * Called after processes are frozen, but before we shut down devices. 197 * Called after devices are re-setup, but before processes are thawed.
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | ftrace.c | 149 /* Must have previous changes seen before executions */ ftrace_nmi_enter() 155 /* Finish all executions before clearing nmi_running */ ftrace_nmi_exit() 190 /* The buffers need to be visible before we let NMIs write them */ do_ftrace_mod_code() 195 /* Make sure all running NMIs have finished before we write the code */ do_ftrace_mod_code() 200 /* Make sure the write happens before clearing the bit */ do_ftrace_mod_code() 221 * kstop_machine, or before SMP starts. ftrace_modify_code()
|
/linux-4.4.14/drivers/md/ |
H A D | dm-bufio.h | 83 * dm_bufio_mark_buffer_dirty, but before dm_bufio_write_dirty_buffers. So 119 * Set the minimum number of buffers before cleanup happens.
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
H A D | vsp1_video.h | 32 * @swap_yc: the Y and C components are swapped (Y comes before C) 33 * @swap_uv: the U and V components are swapped (V comes before U)
|
/linux-4.4.14/drivers/media/radio/ |
H A D | radio-tea5777.h | 69 bool write_before_read; /* must write before read quirk */ 70 bool needs_write; /* for write before read quirk */
|
/linux-4.4.14/drivers/dma/bestcomm/ |
H A D | ata.c | 33 /* ata task vars that need to be set before enabling the task */ 42 /* ata task incs that need to be set before enabling the task */
|
H A D | fec.c | 32 /* rx task vars that need to be set before enabling the task */ 42 /* rx task incs that need to be set before enabling the task */ 52 /* tx task vars that need to be set before enabling the task */ 63 /* tx task incs that need to be set before enabling the task */
|
H A D | gen_bd.c | 37 /* rx task vars that need to be set before enabling the task */ 47 /* rx task incs that need to be set before enabling the task */ 55 /* tx task vars that need to be set before enabling the task */ 65 /* tx task incs that need to be set before enabling the task */
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | pmc.c | 92 * again (with interrupt critical section protection) just before 94 * a non-zero error code, then we don't re-enable them before returning.
|
H A D | vmlinux.lds.S | 48 __fix_text_end = .; /* tile-cpack won't rearrange before this */
|
/linux-4.4.14/arch/cris/boot/compressed/ |
H A D | head_v10.S | 27 ;; We need to initialze DRAM registers before we start using the DRAM 59 ;; before unpacking). It is at _edata, but in flash.
|
/linux-4.4.14/sound/ |
H A D | ac97_bus.c | 24 * @id_mask: Mask that is applied to the device ID before comparing to @id 50 * @id_mask: Mask that is applied to the device ID before comparing to @id
|
/linux-4.4.14/fs/ |
H A D | Makefile | 63 # Do not add any filesystems before this line 67 # We place ext4 before ext2 so that clean ext3 root fs's do NOT mount using the
|
/linux-4.4.14/kernel/ |
H A D | task_work.c | 63 * new entry before this work, we will find it again. Or task_work_cancel() 83 * Called before the task returns to the user-mode or stops, or when
|
/linux-4.4.14/include/net/ |
H A D | bond_options.h | 19 * BOND_OPTFLAG_NOSLAVES - check if the bond device is empty before setting 20 * BOND_OPTFLAG_IFDOWN - check if the bond device is down before setting
|
/linux-4.4.14/include/trace/events/ |
H A D | irq.h | 42 * irq_handler_entry - called immediately before the irq action handler 121 * softirq_entry - called immediately before the softirq handler
|
/linux-4.4.14/include/uapi/asm-generic/ |
H A D | ioctl.h | 26 * Let any architecture override either of the following before 50 * before including this file.
|
/linux-4.4.14/include/uapi/linux/ |
H A D | serial.h | 31 unsigned short closing_wait; /* time to wait before closing */ 124 __u32 delay_rts_before_send; /* Delay before send (milliseconds) */
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 106 can access them all, and initialized data all before uninitialized, so 149 * Align to 64K in attempt to eliminate holes before the
|
/linux-4.4.14/arch/s390/numa/ |
H A D | numa.c | 71 * This is fixed before remaining memblock memory is handed over to the 141 * This runs when only one CPU is online and before the first
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | fixmap.h | 67 * space before ioremap() is useable, e.g. really early in boot 68 * before kmalloc() is working.
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-npi.c | 56 /* The packet engines didn't exist before pass 2 */ __cvmx_helper_npi_probe() 60 /* The packet engines didn't exist before pass 2 */ __cvmx_helper_npi_probe()
|
/linux-4.4.14/arch/arm/plat-samsung/include/plat/ |
H A D | pm-common.h | 69 * This function is used mainly to debug the resume process before the system 79 * This function needs to be called before S3C_PMDBG() can be used, to set up
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | cacheflush.h | 52 * are flushed before trying to invalidate the icache. This flush_icache_range() 53 * needs to be after the data flush and before the icache flush_icache_range()
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
H A D | pm-board.c | 145 * Registering the mvebu_board_pm_enter callback must be done before 149 * (used by the gpio device) but before the late_initcall (used to
|
/linux-4.4.14/arch/arm/lib/ |
H A D | csumpartial.S | 25 td1 .req r4 @ save before use 26 td2 .req r5 @ save before use
|
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/ |
H A D | regs-mem.h | 42 #define EXTACON_EBTACS (7 << 3) /* Address Setup Time before ECSN */ 43 #define EXTACON_EBTCOS (7 << 0) /* Chip Select Time before OEN */
|
/linux-4.4.14/net/rds/ |
H A D | ib_sysctl.c | 45 /* hardware will fail CQ creation long before this */ 60 * will cause credits to be added before protocol negotiation.
|
/linux-4.4.14/include/linux/isdn/ |
H A D | capilli.h | 40 /* filled in before calling attach_capi_ctr */ 55 /* filled in before calling ready callback */
|
/linux-4.4.14/drivers/staging/sm750fb/ |
H A D | ddk750_display.c | 22 /* Timing should be enabled first before enabling the plane setDisplayControl() 58 * wait for 1 vsync before modifying the timing enable bit. setDisplayControl() 74 /* Timing should be enabled first before enabling the plane because changing at the setDisplayControl() 107 * wait for 1 vsync before modifying the timing enable bit. setDisplayControl()
|
/linux-4.4.14/drivers/staging/vt6655/ |
H A D | power.h | 32 #define C_PWBT 1000 /* micro sec. power up before TBTT */
|
/linux-4.4.14/drivers/usb/chipidea/ |
H A D | otg_fsm.h | 62 /* SSEND time before SRP */
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | isc.c | 49 * before by the driver for @isc.
|
/linux-4.4.14/drivers/misc/mic/scif/ |
H A D | scif_rb.c | 136 * previously before we expose the new message to the peer by scif_rb_commit() 146 * same address with the same data before it does the Doorbell Write. scif_rb_commit() 208 * previously before we expose the empty slot to the peer by updating scif_rb_update_read_ptr() 218 * same address with the same data before it does the Doorbell Write. scif_rb_update_read_ptr()
|
/linux-4.4.14/drivers/mmc/core/ |
H A D | pwrseq_emmc.c | 88 * so it will be executed before any system reboot handler. mmc_pwrseq_emmc_alloc()
|
/linux-4.4.14/drivers/iio/ |
H A D | industrialio-triggered-event.c | 29 * this function should be called right before iio_device_register().
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-cherry.c | 26 * that needs fixing before we can parse it.
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
H A D | m00479_clk_loss_detector_memmap_package.h | 30 /* Number of ref clk cycles before checking the clock under test */
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | r520.c | 143 dev_warn(rdev->dev, "Wait MC idle timeout before updating MC.\n"); r520_mc_program() 228 /* Resume clock before doing reset */ r520_resume() 230 /* Reset gpu before posting otherwise ATOM will enter infinite loop */ r520_resume() 275 /* Reset gpu before posting otherwise ATOM will enter infinite loop */ r520_init()
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
H A D | mpi_type.h | 33 * by defining MPI_POINTER as "far *" before this header file is included.
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
H A D | pmc.c | 34 * driver is trying to enter bmps before first beacon was wcn36xx_pmc_enter_bmps_state()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
H A D | wil_platform.c | 32 * The function must be called before all other functions in this module.
|
/linux-4.4.14/drivers/pinctrl/vt8500/ |
H A D | pinctrl-wmt.h | 63 /* must be initialized before calling wmt_pinctrl_probe */
|
/linux-4.4.14/drivers/acpi/ |
H A D | Makefile | 60 # IPMI may be used by other drivers, so it has to initialise before them
|