/linux-4.4.14/arch/mips/power/ |
H A D | hibernate.c | 7 /* Avoid TLB mismatch during and after kernel resume */ swsusp_arch_resume()
|
/linux-4.4.14/drivers/pnp/ |
H A D | Makefile | 13 # pnp_system_init goes after pnpacpi/pnpbios init
|
/linux-4.4.14/arch/x86/power/ |
H A D | Makefile | 1 # __restore_processor_state() restores %gs after S3 resume and so should not
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | pmae_handling_test.c | 29 static uint64_t before, after; variable 49 after = 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/arch/alpha/kernel/ |
H A D | vmlinux.lds.S | 40 /* Will be freed after init */ 46 needed for the THREAD_SIZE aligned init_task gets freed after init */ 49 /* Freed after init ends here */
|
H A D | process.c | 108 delay this until after srm_paging_stop unless common_shutdown_1() 132 /* If we've gotten here after SysRq-b, leave interrupt common_shutdown_1() 364 * to be in so that we can fail gracefully. This is just for ps after 393 * code assumes that sleep_on() follows immediately after get_wchan() 395 * immediately after interruptible_sleep(). Ugly, isn't it? get_wchan() 397 * after all... get_wchan()
|
/linux-4.4.14/scripts/ |
H A D | config | 25 --enable-after|-E beforeopt option 26 Enable option directly after other option 27 --disable-after|-D beforeopt option 28 Disable option directly after other option 29 --module-after|-M beforeopt option 30 Turn option into module directly after other option 81 local after="$2" 85 sed -e "s:$before:$after:" "$infile" >"$tmpfile" 148 --*-after|-E|-D|-M) 204 --enable-after|-E) 208 --disable-after|-D) 212 --module-after|-M)
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | cache.c | 10 /* Flush descriptor to make sure we get correct in_eop and after. */ flush_dma_descr() 15 (unsigned)(descr->after - descr->buf)); flush_dma_descr()
|
H A D | process.c | 43 * The watchdog will reset the CPU after 0.1s. If the watchdog isn't enabled 128 childregs->r10 = 0; /* Child returns 0 after a fork/clone. */ copy_thread() 143 * We want to return into ret_from_sys_call after the _resume. copy_thread()
|
/linux-4.4.14/drivers/staging/sm750fb/ |
H A D | ddk750_help.c | 7 /* after driver mapped io registers, use this function first */ ddk750_set_mmio()
|
/linux-4.4.14/fs/ncpfs/ |
H A D | ncp_fs_i.h | 13 * all the information we need to work with an inode after creation.
|
/linux-4.4.14/include/linux/ |
H A D | eeprom_93xx46.h | 14 * before and after spi transfer.
|
H A D | poison.h | 38 * Placed in the first word before and the first word after an obj. 48 #define POISON_FREE 0x6b /* for use-after-free poisoning */ 77 #define FLEX_ARRAY_FREE 0x6c /* for use-after-free poisoning */
|
H A D | crash_dump.h | 45 * is_kdump_kernel() checks whether this kernel is booting after a panic of 50 * return 1 if CONFIG_CRASH_DUMP=y and if kernel is booting after a panic of 59 /* is_vmcore_usable() checks if the kernel is booting after a panic and
|
H A D | lz4.h | 31 * dst_len : is the output size, which is returned after compress done 48 * dst_len : is the output size, which is returned after compress done 62 * src_len : is the input size, whcih is returned after decompress done 79 * returned with actual size of decompressed data after
|
H A D | suspend.h | 121 * @prepare() is called right after devices have been suspended (ie. the 130 * @prepare_late is called before disabling nonboot CPUs and after 142 * @wake: Called when the system has just left a sleep state, right after 147 * after @prepare_late and @enter(), even if one of them fails. 153 * that implement @prepare(). If implemented, it is always called after 154 * @enter() and @wake(), even if any of them fails. It is executed after 164 * @end: Called by the PM core right after resuming devices, to indicate to 262 * arch_suspend_enable_irqs - enable IRQs after suspend 309 * Called right after shrinking memory and before freezing devices. 311 * @end: Called by the PM core right after resuming devices, to indicate to 315 * Called right after devices have been frozen and before the nonboot 318 * @finish: Restore the previous state of the platform after the hibernation 320 * mode after the hibernation (the same method is executed in both cases). 321 * Called right after the nonboot CPUs have been enabled and before 325 * Called right after the hibernation image has been saved and before 328 * @enter: Put the system into the low power state after the hibernation image 330 * Called after the nonboot CPUs have been disabled and all of the low 333 * @leave: Perform the first stage of the cleanup after the system sleep state 335 * Called right after the control has been passed from the boot kernel to 340 * Called right after devices have been frozen and before the nonboot 343 * @restore_cleanup: Clean up after a failing image restoration. 344 * Called right after the nonboot CPUs have been enabled and before
|
H A D | amifd.h | 39 unsigned int step_delay; /* time (in ms) for delay after step */ 40 unsigned int settle_time; /* time to settle after dir change */
|
H A D | srcu.h | 112 * call_srcu() - Queue a callback for invocation after an SRCU grace period 115 * @func: function to be invoked after the SRCU grace period 117 * The callback function will be invoked some time after a full SRCU 118 * grace period elapses, in other words after all pre-existing SRCU 121 * critical sections that started after call_srcu() was invoked. SRCU 242 * smp_mb__after_srcu_read_unlock - ensure full ordering after srcu_read_unlock 246 * Call this after srcu_read_unlock, to guarantee that all memory operations 247 * that occur after smp_mb__after_srcu_read_unlock will appear to happen after
|
H A D | cmdline-parser.h | 16 #define PF_POWERUP_LOCK 0x02 /* Always locked after reset */
|
H A D | kern_levels.h | 19 * Annotation for a "continued" line of log printout (only done after a
|
H A D | pm.h | 87 * the device from being registered after it has returned (the driver's 92 * that the PM core can execute it once again (e.g. after a new child has 104 * executed directly after @prepare() and it must ensure the proper 105 * functioning of the device after the system resume. 124 * The PM core executes subsystem-level @complete() after it has executed 131 * proper functioning of the device after the system resume. To this end, 139 * type), but generally the device must be quiescent after subsystem-level 141 * Subsystem-level @suspend() is executed for all devices after invoking 148 * @resume: Executed after waking the system up from a sleep state in which the 157 * Subsystem-level @resume() is executed for all devices after invoking 170 * Subsystem-level @freeze() is executed for all devices after invoking 177 * @thaw: Hibernation-specific, executed after creating a hibernation image OR 178 * if the creation of an image has failed. Also executed after a failing 182 * Subsystem-level @thaw() is executed for all devices after invoking 184 * directly after @freeze() in case of a transition error. 189 * @poweroff: Hibernation-specific, executed after saving a hibernation image. 192 * Subsystem-level @poweroff() is executed for all devices after invoking 198 * @restore: Hibernation-specific, executed after restoring the contents of main 208 * (appropriate for the target system sleep state) after subsystem-level 383 * quiescent after it has returned). Therefore it's better to point the "late" 623 * @sync: Called after successful driver probe. 624 * @dismiss: Called after unsuccessful driver probe and after driver removal. 644 * One transition is triggered by resume(), after a suspend() call; the 673 * the system from a snapshot taken after an earlier FREEZE. 780 /* How to reorder dpm_list after device_move() */
|
H A D | concap.h | 72 cprot may no loger be referenced after calling this */ 77 encapsulation protocol may be used after this*/ 83 protocol may not call any *dops methods after this. */
|
H A D | rculist_bl.h | 30 * Note: hlist_bl_unhashed() on the node returns true after this. It is 36 * zero the pprev pointer so list_unhashed() will return true after 58 * Note: hlist_bl_unhashed() on entry does not return true after this,
|
H A D | rculist_nulls.h | 16 * Note: hlist_nulls_unhashed() on the node return true after this. It is 22 * zero the pprev pointer so list_unhashed() will return true after 50 * Note: hlist_nulls_unhashed() on entry does not return true after this,
|
H A D | rcupdate.h | 131 * call_rcu() - Queue an RCU callback for invocation after a grace period. 133 * @func: actual callback function to be invoked after the grace period 135 * The callback function will be invoked some time after a full grace 136 * period elapses, in other words after all pre-existing RCU read-side 139 * that started after call_rcu() was invoked. RCU read-side critical 150 * executed a memory barrier after the call_rcu() but before the beginning 173 * call_rcu_bh() - Queue an RCU for invocation after a quicker grace period. 175 * @func: actual callback function to be invoked after the grace period 177 * The callback function will be invoked some time after a full grace 178 * period elapses, in other words after all currently executing RCU 197 * call_rcu_sched() - Queue an RCU for invocation after sched grace period. 199 * @func: actual callback function to be invoked after the grace period 201 * The callback function will be invoked some time after a full grace 202 * period elapses, in other words after all currently executing RCU 262 * @func: actual callback function to be invoked after the grace period 264 * The callback function will be invoked some time after a full grace 265 * period elapses, in other words after all currently executing RCU 638 * reordering the code that initializes the structure after the pointer 675 * the data, or after a synchronize_rcu() returns. This can be useful 676 * when tearing down multi-linked structures after a grace period 821 * synchronize_rcu() is guaranteed to block until after all the other 825 * until after the all the other CPUs exit their critical sections. 1039 * external-to-structure pointer -after- you have completely initialized 1075 * kfree_rcu() - kfree an object after a grace period.
|
H A D | dtlk.h | 27 bit goes zero 2-3 usec after 48 /* LPC Port Status Flags (valid only after one of the LPC
|
H A D | ppp-comp.h | 96 * of an error detected after decompression. This is to avoid infringing 102 #define DECOMP_FATALERROR -2 /* error detected after decomp. */
|
H A D | scc.h | 32 unsigned char tailtime; /* Delay after last byte written */ 36 unsigned int mintime; /* Minimal offtime after MAXKEYUP timeout (seconds) */
|
H A D | irqbypass.h | 42 * @start: Perform any startup operations necessary after add/del (optional) 67 * @start: Perform any startup operations necessary after add/del (optional)
|
H A D | wait.h | 259 * wake_up() has to be called after changing any variable that could 298 * wake_up() has to be called after changing any variable that could 325 * wake_up() has to be called after changing any variable that could 329 * 0 if the @condition evaluated to %false after the @timeout elapsed, 330 * 1 if the @condition evaluated to %true after the @timeout elapsed, 383 * @cmd2: the command will be executed after sleep 389 * wake_up() has to be called after changing any variable that could 412 * wake_up() has to be called after changing any variable that could 442 * wake_up() has to be called after changing any variable that could 446 * 0 if the @condition evaluated to %false after the @timeout elapsed, 447 * 1 if the @condition evaluated to %true after the @timeout elapsed, 497 * wake_up() has to be called after changing any variable that could 523 * wake_up() has to be called after changing any variable that could 614 * wake_up_locked() has to be called after changing any variable that could 641 * wake_up_locked() has to be called after changing any variable that could 672 * wake_up_locked() has to be called after changing any variable that could 703 * wake_up_locked() has to be called after changing any variable that could 726 * wake_up() has to be called after changing any variable that could 765 * wake_up() has to be called after changing any variable that could 793 * wake_up() has to be called after changing any variable that could 829 * wake_up() has to be called after changing any variable that could 861 * wake_up() has to be called after changing any variable that could 901 * wake_up() has to be called after changing any variable that could
|
H A D | rculist.h | 65 * @head: list head to add it after 67 * Insert a new entry after the specified head. 109 * Note: list_empty() on entry does not return true after this, 139 * Note: list_unhashed() on the node return true after this. It is 145 * zero the pprev pointer so list_unhashed() will return true after 313 * Continue to iterate over list of given type, continuing after 325 * Note: list_unhashed() on entry does not return true after this, 434 * @prev: the existing element to add the new element after. 438 * after the specified node while permitting racing traversals. 519 * hlist_for_each_entry_continue_rcu - iterate over a hlist continuing after current point 531 * hlist_for_each_entry_continue_rcu_bh - iterate over a hlist continuing after current point
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | xt_LED.h | 9 __u32 delay; /* Delay until LED is switched off after trigger */
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | spi-omap2-mcspi.h | 26 /* toggle chip select after every word */
|
H A D | mmc-pxamci.h | 12 unsigned long detect_delay_ms; /* delay in millisecond before detecting cards after interrupt */
|
H A D | sa11x0-serial.h | 16 * functions; it is intended to be discarded after boot.
|
H A D | lp855x.h | 115 LP8556_COMBINED2, /* pwm + i2c after the shaper block */ 121 LP8557_COMBINED1, /* pwm + i2c after the shaper block */
|
/linux-4.4.14/drivers/scsi/mvsas/ |
H A D | mv_64xx.h | 69 /* ports 1-3 follow after this */ 72 /* ports 5-7 follow after this */ 76 /* ports 1-3 follow after this */ 78 /* ports 5-7 follow after this */ 84 /* ports 1-3 follow after this */ 87 /* ports 5-7 follow after this */ 91 /* ports 1-3 follow after this */ 94 /* ports 5-7 follow after this */
|
H A D | mv_94xx.h | 84 /* ports 1-3 follow after this */ 87 /* ports 5-7 follow after this */ 91 /* ports 1-3 follow after this */ 93 /* ports 5-7 follow after this */ 96 /* ports 1-3 follow after this */ 99 /* ports 5-7 follow after this */ 103 /* phys 1-3 follow after this */ 106 /* phys 1-3 follow after this */
|
/linux-4.4.14/arch/arc/include/uapi/asm/ |
H A D | signal.h | 17 * which allows sigreturn based re-entry into kernel after handling signal. 20 * -TLB Flush (after making the stack page executable)
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | vmlinux.lds.S | 52 /* will be freed after init */ 60 /* freed after init ends here */
|
/linux-4.4.14/sound/usb/ |
H A D | helper.h | 6 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype); 7 void *snd_usb_find_csint_desc(void *descstart, int desclen, void *after, u8 dsubtype);
|
H A D | helper.c | 44 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) snd_usb_find_desc() argument 56 if (p[1] == dtype && (!after || (void *)p > after)) { snd_usb_find_desc() 67 void *snd_usb_find_csint_desc(void *buffer, int buflen, void *after, u8 dsubtype) snd_usb_find_csint_desc() argument 69 unsigned char *p = after; snd_usb_find_csint_desc()
|
/linux-4.4.14/drivers/base/ |
H A D | init.c | 31 /* These are also core pieces, but must come after the driver_init()
|
H A D | syscore.c | 71 "Interrupts enabled after %pF\n", ops->suspend); syscore_suspend() 107 "Interrupts enabled after %pF\n", ops->resume); syscore_resume()
|
/linux-4.4.14/arch/sh/include/mach-kfr2r09/mach/ |
H A D | romimage.h | 11 /* execute icbi after enabling cache */
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | vmlinux.lds.S | 51 /* might get freed after init */ 59 /* will be freed after init */ 77 /* freed after init ends here */
|
/linux-4.4.14/tools/testing/selftests/vm/ |
H A D | thuge-gen.c | 142 unsigned long before, after; test_mmap() local 151 after = 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 182 after = 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/drivers/net/ethernet/sfc/ |
H A D | enum.h | 18 * @LOOPBACK_XGMII: loopback after XMAC 19 * @LOOPBACK_XGXS: loopback within BPX after XGXS 21 * @LOOPBACK_GMII: loopback within BPX after GMAC 25 * @LOOPBACK_XAUI_FAR: loopback within BPX after XAUI serdes 27 * @LOOPBACK_SGMII_FAR: loopback within BPX after SGMII 28 * @LOOPBACK_XFI_FAR: loopback after XFI serdes
|
/linux-4.4.14/include/linux/usb/ |
H A D | ehci_pdriver.h | 31 * @port_power_on: set to 1 if the controller needs a power up after 34 * after initialization. 37 * @reset_on_resume: set to 1 if the controller needs to be reset after
|
H A D | sl811.h | 12 /* given port_power, msec/2 after power on till power good */
|
/linux-4.4.14/drivers/usb/image/ |
H A D | microtek.h | 25 u8 *scsi_status; /* status returned from ep_response after command completion */
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
H A D | altera_sgdmahw.h | 85 * bit 2: interrupt after every descriptor 86 * bit 3: interrupt after last descrip in a chain 116 #define SGDMA_CTRLREG_IDESCRIP BIT(2) /* Interrupt after every descriptor */ 117 #define SGDMA_CTRLREG_ILASTD BIT(3) /* Interrupt after last descriptor */
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_nvm_defs.h | 59 #endif /* Don't add anything after this line */
|
/linux-4.4.14/net/9p/ |
H A D | trans_common.c | 19 * p9_release_req_pages - Release pages after the transaction.
|
/linux-4.4.14/kernel/printk/ |
H A D | braille.c | 19 pr_err("need port name after brl=\n"); _braille_console_setup()
|
/linux-4.4.14/include/linux/netfilter/ |
H A D | nf_conntrack_ftp.h | 14 /* Valid seq positions for cmd matching after newline */
|
/linux-4.4.14/include/linux/power/ |
H A D | generic-adc-battery.h | 18 * @jitter_delay: delay required after the interrupt to check battery
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | omap4-restart.c | 25 /* XXX Should save 'cmd' into scratchpad for use after reboot */ omap44xx_restart()
|
H A D | omap_hwmod_reset.c | 38 * is enabled. Since internal autogating is disabled by default after 39 * AESS reset, we must enable autogating after the hwmod code resets
|
H A D | sdrc.c | 49 * Save SMS registers that need to be restored after off mode. 59 * Restore SMS registers that need to be Restored after off mode.
|
H A D | wd_timer.c | 28 * timer. Hence it is required to disable the watchdog after the WDT reset 71 * re-armed after an OCP soft-reset.) Returns -ETIMEDOUT if the reset
|
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ |
H A D | kern_levels.h | 19 * Annotation for a "continued" line of log printout (only done after a
|
/linux-4.4.14/tools/perf/tests/ |
H A D | fdarray.c | 61 fdarray__fprintf_prefix(fda, " after", stderr); test__fdarray__filter() 82 fdarray__fprintf_prefix(fda, " after", stderr); test__fdarray__filter() 153 fdarray__fprintf_prefix(fda, "after 3rd add", stderr); test__fdarray__add() 157 fdarray__fprintf_prefix(fda, "after 4th add", stderr); test__fdarray__add()
|
/linux-4.4.14/tools/perf/util/ |
H A D | top.h | 20 * get out after decayed.
|
H A D | strbuf.c | 60 die("`pos' is too far after the end of the buffer"); strbuf_splice() 62 die("`pos + len' is too far after the end of the buffer"); strbuf_splice()
|
/linux-4.4.14/drivers/scsi/fnic/ |
H A D | fnic_fip.h | 23 #define FCOE_CTLR_START_DELAY 2000 /* ms after first adv. to choose FCF */ 24 #define FCOE_CTLR_FIPVLAN_TOV 2000 /* ms after FIP VLAN disc */
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | apm.h | 31 * N.B. We do NOT need a cld after the BIOS call apm_bios_call_asm() 55 * N.B. We do NOT need a cld after the BIOS call apm_bios_call_simple_asm()
|
H A D | iommu_table.h | 59 * and it will be run after the SWIOTLB and the other IOMMUs 63 * to stop detecting the other IOMMUs after yours has been detected. 84 * list after the detection routine returns a positive number, while the
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
H A D | swab.h | 39 * zero. We are careful to mask values after shifting. __arch_swab16() 43 * inserts an extui instruction after putting this function inline __arch_swab16()
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | highmem.h | 18 /* start after vmalloc area */ 24 /* start after fixmap area */
|
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/spi/ |
H A D | ads7846.h | 30 /* If set to non-zero, after samples are taken this delay is applied 47 * required after the first two */
|
H A D | ds1305.h | 8 * be sure that Linux (re)initializes this as needed ... after losing
|
/linux-4.4.14/include/uapi/linux/ |
H A D | ncp_mount.h | 33 unsigned int time_out; /* How long should I wait after 56 unsigned int time_out; /* How long should I wait after
|
H A D | atmarp.h | 15 NAK after 30 sec - should go into
|
H A D | serial.h | 122 RTS pin after sent*/ 125 __u32 delay_rts_after_send; /* Delay after send (milliseconds) */
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | vmlinux.lds.S | 57 /* will be freed after init */ 81 __init_end = .; /* freed after init ends here */
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | switch_to.h | 18 * by syscall after the function in the syscall has been called. 22 * to push them onto the stack and read them back right after.
|
/linux-4.4.14/arch/h8300/include/asm/ |
H A D | switch_to.h | 18 * by syscall after the function in the syscall has been called. 22 * to push them onto the stack and read them back right after.
|
/linux-4.4.14/tools/arch/sparc/include/asm/ |
H A D | barrier_64.h | 7 * #51. Essentially, if a memory barrier occurs soon after a mispredicted 13 * was one instruction after the branch delay slot and the chip still hung.
|
/linux-4.4.14/include/linux/mfd/pcf50633/ |
H A D | backlight.h | 22 * Brightness to be used after the driver has been probed. 27 * Brightness limit to be used after the driver has been probed. This is useful
|
/linux-4.4.14/tools/power/cpupower/bench/ |
H A D | parse.h | 26 * sleep time after every round in µs */ 28 * load time after every round in µs */
|
/linux-4.4.14/net/netfilter/ |
H A D | nf_conntrack_seqadj.c | 85 if (after(ntohl(sack->start_seq) - seq->offset_before, nf_ct_sack_block_adjust() 93 if (after(ntohl(sack->end_seq) - seq->offset_before, nf_ct_sack_block_adjust() 182 if (after(ntohl(tcph->seq), this_way->correction_pos)) nf_ct_seq_adjust() 187 if (after(ntohl(tcph->ack_seq) - other_way->offset_before, nf_ct_seq_adjust() 225 return after(seq, this_way->correction_pos) ? nf_ct_seq_offset()
|
/linux-4.4.14/arch/powerpc/lib/ |
H A D | rheap.c | 155 rh_block_t *after; attach_free_block() local 166 /* Find the blocks immediately before and after the given one attach_free_block() 169 after = NULL; attach_free_block() 185 after = blk; attach_free_block() 188 if (before != NULL && after != NULL) attach_free_block() 196 if (after && e != after->start) attach_free_block() 197 after = NULL; attach_free_block() 200 if (before == NULL && after == NULL) { attach_free_block() 214 if (before != NULL && after == NULL) { attach_free_block() 219 /* Grow the after block backwards */ attach_free_block() 220 if (before == NULL && after != NULL) { attach_free_block() 221 after->start -= size; attach_free_block() 222 after->size += size; 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() 228 list_del(&after->list); attach_free_block() 229 release_slot(info, after); attach_free_block()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
H A D | phy_qmath.c | 106 * the specified shift is -ve. This function return the result after shifting 131 * the specified shift is -ve. This function return the result after shifting 252 /* The qformat of N after normalization. qm_log10() 254 * i.e. after adding the -30 to the qformat the decimal point will be qm_log10() 255 * just rigtht of the MSB. (i.e. after sign bit and 1st MSB). i.e. qm_log10() 264 /* remove the MSB. the MSB is always 1 after normalization. */ qm_log10() 271 /* take the offset as the 16 MSBS after table index. qm_log10()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
H A D | spu_restore.c | 212 * followed by stop-and-signal instruction after restore_complete() 221 * by stop-and-signal instruction after end of restore_complete() 230 * followed by 'br -4' after end of restore restore_complete() 240 * followed by 'br -4' after end of restore code. restore_complete() 249 * by infinite loop after end of restore sequence. restore_complete() 265 * after end of restore code. restore_complete() 274 * after end of restore code. restore_complete()
|
/linux-4.4.14/drivers/thunderbolt/ |
H A D | nhi.h | 34 struct mutex lock; /* must be acquired after nhi->lock */ 84 * If ring_stop is called after the packet has been enqueued frame->callback 103 * If ring_stop is called after the packet has been enqueued frame->callback
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | c2p_iplan2.c | 38 * Array containing the permutation indices of the planar data after c2p 45 * Store a full block of iplan2 data after c2p conversion 58 * Store a partial block of iplan2 data after c2p conversion
|
H A D | c2p_planar.c | 38 * Array containing the permutation indices of the planar data after c2p 45 * Store a full block of planar data after c2p conversion 58 * Store a partial block of planar data after c2p conversion
|
/linux-4.4.14/drivers/md/ |
H A D | dm-bufio.h | 75 * pointer and dm_buffer pointer is no longer valid after this call. 80 * Mark a buffer dirty. It should be called after the buffer is modified. 82 * In case of memory pressure, the buffer may be written after
|
/linux-4.4.14/include/drm/ |
H A D | drm_flip_work.h | 34 * Util to queue up work to run from work-queue context after flip/vblank. 36 * bo's, etc until after vblank. The APIs are all thread-safe. 49 * Callback function to be called for each of the queue'd work items after
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 113 /* will be freed after init */ 156 /* freed after init ends here */ 161 * no holes after __init_end. */
|
H A D | head.S | 128 /* Set the SP after an empty pt_regs. */ 141 * function after setting up the stack and gp registers.
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
H A D | sigcontext.h | 23 * be found in ar.bsp after executing a "cover" instruction the context in which the 25 * (sc_rbs_base is not NULL), the "dirty" partition (as it would exist after executing the 66 sigset_t sc_mask; /* signal mask to restore after handler returns */
|
/linux-4.4.14/arch/arm/plat-samsung/include/plat/ |
H A D | pm.h | 101 * samsung_pm_restore_gpios() - restore the state of the gpios after sleep. s3c_pm_debug_smdkled() 103 * Restore the state of the GPIO pins after sleep, which may involve ensuring s3c_pm_debug_smdkled() 110 * samsung_pm_save_gpios() - save the state of the GPIOs for restoring after sleep. s3c_pm_debug_smdkled()
|
/linux-4.4.14/net/ipv4/ |
H A D | tcp_recovery.c | 19 * The current version is only used after recovery starts but can be 53 if (!after(scb->end_seq, tp->snd_una) || tcp_for_write_queue() 73 * b/c the rest are all sent after rack_sent tcp_for_write_queue()
|
H A D | tcp_input.c | 405 /* 4. Try to fixup all. It is made immediately after connection enters 443 /* 5. Recalculate window clamp after socket hit its memory bounds. */ tcp_clamp_window() 734 if (after(tp->snd_una, tp->rtt_seq)) { tcp_rtt_estimator() 896 after(TCP_SKB_CB(skb)->end_seq, tp->retransmit_high)) tcp_verify_retransmit_hint() 997 * similar case (end_seq after snd_nxt wrap) as earlier reversed check in 1018 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) tcp_is_sackblock_valid() 1028 if (after(start_seq, tp->snd_una)) tcp_is_sackblock_valid() 1035 if (after(end_seq, tp->snd_una)) tcp_is_sackblock_valid() 1042 if (!after(end_seq, tp->undo_marker)) tcp_is_sackblock_valid() 1068 if (!after(end_seq_0, end_seq_1) && tcp_check_dsack() 1079 !after(end_seq_0, prior_snd_una) && tcp_check_dsack() 1080 after(end_seq_0, tp->undo_marker)) tcp_check_dsack() 1114 in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq) && tcp_match_skb_to_sack() 1118 after(TCP_SKB_CB(skb)->end_seq, start_seq)) { tcp_match_skb_to_sack() 1120 in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq); tcp_match_skb_to_sack() 1165 after(end_seq, tp->undo_marker)) tcp_sacktag_one() 1172 if (!after(end_seq, tp->snd_una)) tcp_sacktag_one() 1197 if (!after(end_seq, tp->high_seq)) tcp_sacktag_one() 1274 * code can come after this skb later on it's better to keep tcp_shifted_skb() 1356 if (!after(TCP_SKB_CB(skb)->end_seq, tp->snd_una)) tcp_shift_skb_data() 1367 in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq) && tcp_shift_skb_data() 1381 if (!after(TCP_SKB_CB(skb)->end_seq, start_seq)) tcp_shift_skb_data() 1390 in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq); tcp_shift_skb_data() 1393 * if (!after(TCP_SKB_CB(skb)->end_seq, end_seq)), tcp_shift_skb_data() 1433 if (!after(TCP_SKB_CB(skb)->seq + len, tp->snd_una)) tcp_shift_skb_data() 1557 if (after(TCP_SKB_CB(skb)->end_seq, skip_to_seq)) tcp_for_write_queue_from() 1651 !after(sp[used_sacks].end_seq, tp->snd_una)) tcp_sacktag_write_queue() 1663 if (!after(sp[used_sacks].end_seq, prior_snd_una)) tcp_sacktag_write_queue() 1672 if (after(sp[j].start_seq, sp[j + 1].start_seq)) { tcp_sacktag_write_queue() 1713 after(end_seq, cache->start_seq)) { tcp_sacktag_write_queue() 1727 if (!after(end_seq, cache->end_seq)) tcp_sacktag_write_queue() 1882 !after(tp->high_seq, tp->snd_una) || tcp_enter_loss() 1922 /* Timeout in disordered state after receiving substantial DUPACKs 2059 * F.e. after RTO, when all the queue is considered as lost, 2134 /* If a thin stream is detected, retransmit after first tcp_time_to_recover() 2193 if (after(TCP_SKB_CB(skb)->end_seq, loss_high)) tcp_for_write_queue_from() 2428 /* Undo during loss recovery after partial ACK or using F-RTO. */ tcp_try_undo_loss() 2684 if (after(tp->snd_nxt, tp->high_seq)) { tcp_process_loss() 2691 if (after(tp->snd_nxt, tp->high_seq)) tcp_process_loss() 2706 if (after(tp->snd_nxt, tp->high_seq) && is_dupack) tcp_process_loss() 2714 /* Undo during fast recovery after partial ACK. */ tcp_try_undo_partial() 3003 /* Restart timer after forward progress on connection. 3021 /* Offset the time elapsed after installing regular RTO */ tcp_rearm_rto() 3048 /* Stop if ER is disabled after the delayed ER timer is scheduled */ tcp_resume_early_retransmit() 3063 BUG_ON(!after(TCP_SKB_CB(skb)->end_seq, tp->snd_una)); tcp_tso_acked() 3125 if (after(scb->end_seq, tp->snd_una)) { tcp_clean_rtx_queue() 3127 !after(tp->snd_una, scb->seq)) tcp_clean_rtx_queue() 3152 if (!after(scb->end_seq, tp->high_seq)) tcp_clean_rtx_queue() 3213 !after(tp->mtu_probe.probe_seq_end, tp->snd_una))) { tcp_clean_rtx_queue() 3236 * after when the head was last (re)transmitted. Otherwise the tcp_clean_rtx_queue() 3278 if (!after(TCP_SKB_CB(tcp_send_head(sk))->end_seq, tcp_wnd_end(tp))) { tcp_ack_probe() 3323 return after(ack, tp->snd_una) || tcp_may_update_window() 3324 after(ack_seq, tp->snd_wl1) || tcp_may_update_window() 3458 if (tp->rx_opt.saw_tstamp && !after(seq, tp->rcv_wup)) { tcp_replace_ts_recent() 3473 * ack is after tlp_high_seq. 3486 } else if (after(ack, tp->tlp_high_seq)) { tcp_process_tlp_ack() 3546 if (after(ack, tp->snd_nxt)) tcp_ack() 3553 if (after(ack, prior_snd_una)) { tcp_ack() 3560 /* ts_recent update must be made after we are sure that the packet tcp_ack() 3566 if (!(flag & FLAG_SLOWPATH) && after(ack, prior_snd_una)) { tcp_ack() 3658 SOCK_DEBUG(sk, "Ack %u after %u:%u\n", ack, tp->snd_una, tp->snd_nxt); tcp_ack() 3906 * states that events when retransmit arrives after original data are rare. 3945 * fits to the window after truncation to the window. Acceptability 3958 !after(seq, tp->rcv_nxt + tcp_receive_window(tp)); tcp_sequence() 4072 if (!after(seq, sp->end_seq) && !after(sp->start_seq, end_seq)) { tcp_sack_extend() 4075 if (after(end_seq, sp->end_seq)) tcp_sack_extend() 4124 if (after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) tcp_send_dupack() 4244 * Before queueing skb @from after @to, try to merge them 4286 if (after(TCP_SKB_CB(skb)->seq, tp->rcv_nxt)) tcp_ofo_queue() 4297 if (!after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) { tcp_ofo_queue() 4394 /* Common case: data arrive in order after hole. */ tcp_data_queue_ofo() 4401 if (!after(TCP_SKB_CB(skb1)->seq, seq)) tcp_data_queue_ofo() 4412 if (!after(end_seq, TCP_SKB_CB(skb1)->end_seq)) { tcp_data_queue_ofo() 4420 if (after(seq, TCP_SKB_CB(skb1)->seq)) { tcp_data_queue_ofo() 4443 if (!after(end_seq, TCP_SKB_CB(skb1)->seq)) tcp_data_queue_ofo() 4615 if (!after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) { tcp_data_queue() 4642 /* If window is closed, drop tail of packet. But after tcp_data_queue() 4793 after(TCP_SKB_CB(skb)->seq, end) || tcp_collapse_ofo_queue() 4806 if (after(TCP_SKB_CB(skb)->end_seq, end)) tcp_collapse_ofo_queue() 5003 if (after(tp->copied_seq, ptr)) tcp_check_urg() 5020 if (tp->urg_data && !after(ptr, tp->urg_seq)) tcp_check_urg() 5223 * receive procedure patterned after RFC793 to handle all cases. 5263 !after(TCP_SKB_CB(skb)->ack_seq, tp->snd_nxt)) { tcp_rcv_established() 5538 if (!after(TCP_SKB_CB(skb)->ack_seq, tp->snd_una) || tcp_rcv_synsent_state_process() 5539 after(TCP_SKB_CB(skb)->ack_seq, tp->snd_nxt)) tcp_rcv_synsent_state_process() 5618 * Change state from SYN-SENT only after copied_seq tcp_rcv_synsent_state_process() 5633 /* Save one ACK. Data will be ready after tcp_rcv_synsent_state_process() 5929 after(TCP_SKB_CB(skb)->end_seq - th->fin, tp->rcv_nxt))) { tcp_rcv_state_process() 5987 after(TCP_SKB_CB(skb)->end_seq - th->fin, tp->rcv_nxt)) { tcp_rcv_state_process()
|
/linux-4.4.14/drivers/sh/intc/ |
H A D | virq-debugfs.c | 6 * Modelled after arch/powerpc/kernel/irq.c.
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | mn88472.h | 40 /* Everything after that is returned by the driver. */
|
H A D | mn88473.h | 30 /* Everything after that is returned by the driver. */
|
H A D | ix2505v.h | 44 /* delay after tune */
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
H A D | vsc7326_reg.h | 231 TxMultipleColl = 0x1e, // # frames tx after multiple collisions 244 TxSingleColl = 0x2b, // # frames tx after single collision 245 TxBackoff2 = 0x2c, // # frames tx ok after 2 backoffs/collisions 246 TxBackoff3 = 0x2d, // after 3 backoffs/collisions 247 TxBackoff4 = 0x2e, // after 4 248 TxBackoff5 = 0x2f, // after 5 249 TxBackoff6 = 0x30, // after 6 250 TxBackoff7 = 0x31, // after 7 251 TxBackoff8 = 0x32, // after 8 252 TxBackoff9 = 0x33, // after 9 253 TxBackoff10 = 0x34, // after 10 254 TxBackoff11 = 0x35, // after 11 255 TxBackoff12 = 0x36, // after 12 256 TxBackoff13 = 0x37, // after 13 257 TxBackoff14 = 0x38, // after 14 258 TxBackoff15 = 0x39, // after 15
|
/linux-4.4.14/arch/sparc/prom/ |
H A D | bootstr_64.c | 13 * after another in the .data section. Do not move this stuff into
|
/linux-4.4.14/block/partitions/ |
H A D | mac.h | 29 /* there is more stuff after this that we don't need */
|
/linux-4.4.14/lib/ |
H A D | debug_locks.c | 22 * shut up after that.
|
H A D | test_kasan.c | 90 pr_info("out-of-bounds after krealloc more\n"); kmalloc_oob_krealloc_more() 109 pr_info("out-of-bounds after krealloc less\n"); kmalloc_oob_krealloc_less() 227 pr_info("use-after-free\n"); kmalloc_uaf() 243 pr_info("use-after-free in memset\n"); kmalloc_uaf_memset() 259 pr_info("use-after-free after another kmalloc\n"); kmalloc_uaf2()
|
H A D | percpu-refcount.c | 150 "percpu ref (%pf) <= 0 (%ld) after switching to atomic", percpu_ref_switch_to_atomic_rcu() 176 percpu_ref_get(ref); /* put after confirmation */ __percpu_ref_switch_to_atomic() 181 * progress. @confirm_switch must be invoked after the __percpu_ref_switch_to_atomic() 189 percpu_ref_get(ref); /* put after confirmation */ __percpu_ref_switch_to_atomic() 213 * will be invoked after the switching is complete. 216 * after at least one full sched RCU grace period has passed but this is an 287 * called after @ref is seen as dead from all CPUs at which point all 296 * after at least one full sched RCU grace period has passed but this is an
|
H A D | timerqueue.c | 93 * timerqueue_iterate_next - Returns the timer after the provided timer 97 * Provides the timer that is after the given node. This is used, when
|
/linux-4.4.14/lib/zlib_inflate/ |
H A D | infutil.c | 35 /* after Z_FINISH, only Z_STREAM_END is "we unpacked it all" */ zlib_inflate_blob()
|
/linux-4.4.14/net/atm/ |
H A D | lec.h | 58 * field in h_type field. Data follows immediately after header. 109 * after the first LEC_ARP_REQUEST (C13) 129 * Time limit ot wait to receive an LE_FLUSH_RESPONSE after the 133 /* The time since sending a frame to the bus after which the
|
/linux-4.4.14/kernel/locking/ |
H A D | percpu-rwsem.c | 31 * assumes that percpu_free_rwsem() is safe after kzalloc(). percpu_free_rwsem() 38 brw->fast_read_ctr = NULL; /* catch use after free bugs */ percpu_free_rwsem() 64 * come after the first percpu_down_read() and create the deadlock. 153 * but only after another gp pass; this adds the necessary barrier percpu_up_write()
|
H A D | qspinlock_paravirt.h | 160 * Wait for node->locked to become true, halt the vcpu after a short spin. 197 * If the locked flag is still not set after wakeup, it is a pv_wait_node() 213 * Called after setting next->locked = 1 when we're the lock owner. 245 * Wait for l->locked to become clear; halt the vcpu after a short spin. 298 * wakeup and so the vCPU should wait again after spinning for pv_wait_head() 339 * pv_unhash *after* we've read the lock being _Q_SLOW_VAL. __pv_queued_spin_unlock()
|
H A D | mcs_spinlock.h | 26 * subsequent operations happen after the lock is acquired. 51 * used after mcs_lock.
|
/linux-4.4.14/include/media/ |
H A D | m5mols.h | 24 * to be called after enabling and before disabling
|
H A D | videobuf-vmalloc.h | 28 * after mmap() on some cases */
|
/linux-4.4.14/include/net/netfilter/ |
H A D | nf_conntrack_seqadj.h | 11 * @offset_after: sequence number offset after last modification
|
/linux-4.4.14/include/sound/ |
H A D | wm8993.h | 35 /* Delay to add for microphones to stabalise after power up */
|
/linux-4.4.14/include/trace/events/ |
H A D | context_tracking.h | 30 * This event occurs when the kernel resumes to userspace after
|
H A D | workqueue.h | 70 * which happens immediately after queueing unless @max_active limit 106 * workqueue_execute_end - called immediately after the workqueue callback
|
H A D | irq.h | 72 * irq_handler_exit - called immediately after the irq action handler returns 135 * softirq_exit - called immediately after the softirq handler returns
|
/linux-4.4.14/include/linux/sched/ |
H A D | rt.h | 56 * Timeslices get refilled after they expire.
|
/linux-4.4.14/arch/sh/include/mach-ecovec24/mach/ |
H A D | romimage.h | 11 /* execute icbi after enabling cache */
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | early_printk.c | 53 * after init sections are discarded (for platforms that use it).
|
/linux-4.4.14/arch/frv/kernel/ |
H A D | pm-mb93093.c | 38 * Cleanup interrupt masks, etc after wakeup by power switch
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
H A D | anubis.h | 34 /* start peripherals off after the S3C2410 */
|
H A D | osiris.h | 30 /* start peripherals off after the S3C2410 */
|
/linux-4.4.14/arch/arm/mach-ebsa110/ |
H A D | leds.c | 68 * until after subsystem_init.
|
/linux-4.4.14/sound/usb/line6/ |
H A D | playback.h | 24 * buffer is cleared after the data have been read, but there must be a better
|
/linux-4.4.14/tools/arch/sh/include/asm/ |
H A D | barrier.h | 13 * Legacy SH cores typically require a sequence of 8 nops after
|
/linux-4.4.14/tools/include/linux/ |
H A D | list.h | 13 * Note: list_empty on the range of entries does not return true after this,
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
H A D | m920x.h | 52 set the R/W bit to 1 when sending the slave's address after the 56 clock cycle, after every byte but the last. This flags only makes
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | testmode_i.h | 17 /* "API" level of the ath10k testmode interface. Bump it after every 22 /* Bump this after every _compatible_ interface change, for example
|
/linux-4.4.14/arch/xtensa/include/asm/ |
H A D | rwsem.h | 78 * unlock after reading 91 * unlock after writing
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | cacheflush.h | 23 /* We need to flush the kernel's icache after loading modules. The 38 /* We need to flush the userspace icache after setting breakpoints in
|
/linux-4.4.14/net/batman-adv/ |
H A D | hard-interface.h | 42 * enum batadv_hard_if_cleanup - Cleanup modi for soft_iface after slave removal 44 * @BATADV_IF_CLEANUP_AUTO: Delete soft-interface after last slave was removed
|
/linux-4.4.14/fs/omfs/ |
H A D | omfs_fs.h | 35 __be32 h_body_size; /* size of useful data after header */ 72 __be64 e_blocks; /* number of blocks after e_cluster */
|
/linux-4.4.14/include/asm-generic/ |
H A D | rwsem.h | 81 * unlock after reading 93 * unlock after writing
|
/linux-4.4.14/arch/score/kernel/ |
H A D | vmlinux.lds.S | 68 /* will be freed after init */ 86 /* freed after init ends here */
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | rwsem.h | 73 * unlock after reading 86 * unlock after writing
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | barrier_64.h | 5 * #51. Essentially, if a memory barrier occurs soon after a mispredicted 11 * was one instruction after the branch delay slot and the chip still hung.
|
H A D | rwsem.h | 73 * unlock after reading 85 * unlock after writing
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | barrier.h | 62 * after the fence on this thread (and to prevent the ensuing cache-memory 63 * incoherence). It is therefore ineffective if used after and on the same
|
/linux-4.4.14/arch/mips/vdso/ |
H A D | vdso.lds.S | 83 * The ABI flags header must exist directly after the PT_INTERP header, 84 * so we must explicitly place the PT_MIPS_REGINFO header after it to
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | kgdb_test.c | 33 pr_alert("L1(after change) : data variable addr = 0x%p, data value is %d\n", &num1, num1); kgdb_l1_test() 47 pr_alert("L2(after change) : data variable addr = 0x%p, data value is %d\n", &num2, num2); kgdb_l2_test()
|
/linux-4.4.14/arch/blackfin/lib/ |
H A D | ins.S | 56 * can be interrupted at any time (even after they have been issued on to the 57 * external bus), and re-issued after the interrupt occurs.
|
/linux-4.4.14/tools/testing/selftests/firmware/ |
H A D | fw_filesystem.sh | 62 # This should succeed via kernel load or will fail after 1 second after
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
H A D | wcn36xx.h | 123 * HW after first config_bss call and must be used in delete_bss and 148 * @sta_index: STA index is returned from HW after config_sta call and is 150 * @dpu_desc_index: DPU descriptor index is returned from HW after config_sta 152 * @bss_sta_index: STA index is returned from HW after config_bss call and is 154 * @bss_dpu_desc_index: DPU descriptor index is returned from HW after 210 * that all messages are sent one after another
|
/linux-4.4.14/scripts/kconfig/ |
H A D | qconf.h | 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) ConfigItem() argument 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) ConfigItem() argument 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) ConfigItem() 136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) ConfigItem() argument 137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) ConfigItem()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | bfin_ppi.h | 91 #define EPPI_HCNT_VALUE 0x0000FFFF /* Holds the number of samples to read in or write out per line, after PPIx_HDLY number of cycles have expired since the last assertion of PPIx_FS1 */ 93 #define EPPI_HDLY_VALUE 0x0000FFFF /* Number of PPIx_CLK cycles to delay after assertion of PPIx_FS1 before starting to read or write data */ 95 #define EPPI_VCNT_VALUE 0x0000FFFF /* Holds the number of lines to read in or write out, after PPIx_VDLY number of lines from the start of frame */ 97 #define EPPI_VDLY_VALUE 0x0000FFFF /* Number of lines to wait after the start of a new frame before starting to read/transmit data */ 156 #define EPPI_FS2_WLVB_F2VBAD 0xFF000000 /* In GP transmit mode with BLANKGEN = 1, contains number of lines of vertical blanking after field 2 */ 158 #define EPPI_FS2_WLVB_F1VBAD 0x0000FF00 /* In GP transmit mode with, BLANKGEN = 1, contains number of lines of vertical blanking after field 1 */
|
/linux-4.4.14/drivers/i2c/algos/ |
H A D | i2c-algo-pca.c | 61 * returns after the start condition has occurred 76 * return after the repeated start condition has occurred 91 * returns after the stop condition has been generated 109 * returns after the address has been sent 134 * Returns after the byte has been transmitted 164 * Returns after next byte has arrived. 260 DEB2("NOT ACK received after SLA+W\n"); pca_xfer() 285 DEB2("NOT ACK received after SLA+R\n"); pca_xfer() 291 DEB2("NOT ACK received after data byte\n"); pca_xfer() 318 DEB2("NOT ACK sent after data byte received. " pca_xfer()
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-interrupt-decodes.c | 72 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ __cvmx_interrupt_gmxx_rxx_int_en_enable() 93 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ __cvmx_interrupt_gmxx_rxx_int_en_enable() 116 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ __cvmx_interrupt_gmxx_rxx_int_en_enable() 138 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ __cvmx_interrupt_gmxx_rxx_int_en_enable() 160 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ __cvmx_interrupt_gmxx_rxx_int_en_enable() 183 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ __cvmx_interrupt_gmxx_rxx_int_en_enable() 213 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ __cvmx_interrupt_gmxx_rxx_int_en_enable()
|
/linux-4.4.14/drivers/usb/host/ |
H A D | ehci-timer.c | 60 * handled after 2 ms at most, which is okay. In addition to this, we 117 /* Poll again later, but give up after about 2-4 ms */ ehci_poll_ASS() 135 /* Turn off the schedule after a while */ ehci_poll_ASS() 142 /* Turn off the async schedule after a brief delay */ ehci_disable_ASE() 163 /* Poll again later, but give up after about 2-4 ms */ ehci_poll_PSS() 181 /* Turn off the schedule after a while */ ehci_poll_PSS() 188 /* Turn off the periodic schedule after a brief delay */ ehci_disable_PSE() 200 /* Give up after a few milliseconds */ ehci_handle_controller_death() 351 * after the watchdog timer expired (_way_ late, so we'll ehci_iaa_watchdog()
|
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
H A D | m5602_s5k83a.h | 10 * v4l2 interface modeled after the V4L2 driver 106 /* The following sequence is useless after a clean boot 107 but is necessary after resume from suspend */ 158 (this is value after boot, but after tries can be different) */
|
H A D | m5602_sensor.h | 10 * v4l2 interface modeled after the V4L2 driver
|
/linux-4.4.14/kernel/rcu/ |
H A D | sync.c | 134 * rcu_sync_exit(), so that it is invoked after a grace period following the 141 * readers back onto their fastpaths (after a grace period). If both 170 * We're at least a GP after rcu_sync_exit(); eveybody will now rcu_sync_func() 180 * rcu_sync_exit() - Allow readers back onto fast patch after grace period 184 * now allow readers to make use of their fastpaths after a grace period
|
/linux-4.4.14/drivers/scsi/ |
H A D | osst_options.h | 22 /* If OSST_IN_FILE_POS is nonzero, the driver positions the tape after the 66 /* If OSST_TWO_FM is non-zero, the driver writes two filemarks after a 86 read or write command after the device is opened. The door is opened
|
H A D | st_options.h | 23 /* If ST_IN_FILE_POS is nonzero, the driver positions the tape after the 58 /* If ST_TWO_FM is non-zero, the driver writes two filemarks after a 78 read or write command after the device is opened. The door is opened
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
H A D | mpi_log_fc.h | 59 MPI_IOCLOGINFO_FC_TARGET_WRSP_KILLED_BY_LIP = 0x21000007, /* Auto-response after a write not sent due to a LIP */ 65 MPI_IOCLOGINFO_FC_TARGET_FROM_OUTBOUND = 0x2100000e, /* cleared from the outbound queue after a logout */ 66 MPI_IOCLOGINFO_FC_TARGET_WAITING_FOR_DATA_IN = 0x2100000f, /* cleared waiting for data after a logout */
|
/linux-4.4.14/drivers/mfd/ |
H A D | 88pm80x.c | 43 * pm800 and pm805. would remove it after HW chip fixes the issue. 108 * remove it after HW chip fixes the issue. pm80x_init() 125 * would remove it after HW chip fixes the issue. pm80x_deinit()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | dvo.h | 54 * Called to allow the output a chance to create properties after the 90 * Callback for setting up a video mode after fixups have been made. 94 * after this function is called.
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | process.c | 48 * into an eternal loop, and the watchdog will reset the CPU after 0.1s 120 childregs->r10 = 0; /* child returns 0 after a fork/clone */ copy_thread() 126 /* we want to return into ret_from_sys_call after the _resume */ copy_thread()
|
/linux-4.4.14/net/dccp/ccids/lib/ |
H A D | packet_history.h | 69 /* Number of packets to wait after a missing packet (RFC 4342, 6.1) */ 102 * tfrc_rx_hist_index - index to reach n-th entry after loss_start 119 * tfrc_rx_hist_entry - return the n-th history entry after loss_start
|
/linux-4.4.14/fs/ntfs/ |
H A D | attrib.h | 38 * @is_first: if true ntfs_attr_lookup() begins search with @attr, else after 47 * the search begins after @attr. This is so that, after the first call to one
|
/linux-4.4.14/arch/sh/lib/ |
H A D | mcount.S | 41 * addresses for kernel stacks are anywhere after the bss 42 * (after __bss_stop) and anywhere in init_thread_union (init_stack). 192 * Place new labels either after the ftrace_stub body, or before
|
/linux-4.4.14/arch/metag/mm/ |
H A D | hugetlbpage.c | 111 * Look for an unmapped area starting after another hugetlb vma. 166 /* space after a huge vma in 2nd level page table? */ hugetlb_get_unmapped_area_existing() 219 * Look for an existing hugetlb vma with space after it (this is to to hugetlb_get_unmapped_area()
|
/linux-4.4.14/arch/arm/mach-mmp/ |
H A D | pm-mmp2.c | 178 printk(KERN_INFO "%s: after 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/tools/lib/traceevent/ |
H A D | trace-seq.c | 31 * a trace_seq structure after it was destroyed. 37 "Usage of trace_seq after it was destroyed")) \ 242 fprintf(fp, "%s\n", "Usage of trace_seq after it was destroyed"); trace_seq_do_fprintf()
|
/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 92 requeued.val ? "after" : "prior to"); handle_signal() 203 * Signal the waiter after requeue, waiter should return from main()
|
/linux-4.4.14/tools/usb/usbip/libsrc/ |
H A D | list.h | 52 * @head: list head to add it after 54 * Insert a new entry after the specified head. 82 * Note: list_empty() on entry does not return true after this, the entry is
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
H A D | sun3_82586.h | 61 unsigned char busy; /* 586 clears after successful init */ 90 #define RUC_RESUME 0x0020 /* resume RU after suspend */ 97 #define CUC_RESUME 0x02 /* resume after suspend */ 143 #define RFD_SUSP 0x40 /* last: suspend RU after */ 198 #define CMD_SUSPEND 0x4000 /* suspend CU after this CB */ 199 #define CMD_INT 0x2000 /* generate interrupt after execution */
|
/linux-4.4.14/drivers/usb/usbip/ |
H A D | stub.h | 48 * priv_tx : linked to this after the completion of a urb. 49 * priv_free: linked to this after the sending of the result.
|
/linux-4.4.14/drivers/i2c/ |
H A D | i2c-boardinfo.c | 50 * The I2C devices will be created later, after the adapter for the relevant 67 /* dynamic bus numbers will be assigned after the last static one */ i2c_register_board_info()
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
H A D | hw_host1x01_channel.h | 36 * <x>_<y>_<z>_f(void) : Returns the constant value <z> after being shifted 41 * <x> value 'r' after being shifted to place its LSB at bit 0.
|
H A D | hw_host1x02_channel.h | 36 * <x>_<y>_<z>_f(void) : Returns the constant value <z> after being shifted 41 * <x> value 'r' after being shifted to place its LSB at bit 0.
|
H A D | hw_host1x04_channel.h | 36 * <x>_<y>_<z>_f(void) : Returns the constant value <z> after being shifted 41 * <x> value 'r' after being shifted to place its LSB at bit 0.
|
/linux-4.4.14/drivers/media/i2c/smiapp/ |
H A D | smiapp-quirk.h | 29 * @post_poweron: Called always after the sensor has been fully powered on. 31 * @post_streamon: Called right after stopping streaming.
|
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/ |
H A D | scan.h | 97 /* send SCAN_REPORT_EVENT in periodic scans after each cycle 103 /* Should periodic scan stop after a report event was created.
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_txrx.c | 46 /* ensure cqe content is read after cqe ownership bit */ mlx5e_get_cqe() 73 /* avoid losing completion event during/after polling cqs */ mlx5e_napi_poll()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
H A D | mmc.h | 31 /* When set, do not roll over zero after reaching the max value*/ 33 #define MMC_CNTRL_RESET_ON_READ 0x4 /* Reset after reading */
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/pll/ |
H A D | dsi_pll.c | 22 * Keep track of their status to turn on/off after set rate success. dsi_pll_enable() 30 DBG("DSI PLL %s after sequence #%d", dsi_pll_enable()
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_phy_8x60.c | 80 /* Write to HIGH after PLL power down de-assert: */ hdmi_phy_8x60_powerup() 87 /* Enable PLL lock detect, PLL lock det will go high after lock hdmi_phy_8x60_powerup()
|
/linux-4.4.14/arch/x86/boot/ |
H A D | cmdline.c | 38 st_wordstart, /* Start of word/after whitespace */ __cmdline_find_option() 109 st_wordstart, /* Start of word/after whitespace */ __cmdline_find_option_bool()
|
/linux-4.4.14/block/ |
H A D | blk-exec.c | 31 * the rq pointer) could be invalid right after this complete() blk_end_sync_rq() 65 * be resued after dying flag is set blk_execute_rq_nowait()
|
/linux-4.4.14/arch/alpha/lib/ |
H A D | strrchr.S | 53 /* Mask out character matches after terminator */ 60 and t3, t4, t3 # e0 : mask out char matches after null
|
/linux-4.4.14/net/sctp/ |
H A D | ssnmap.c | 90 /* Start 'in' stream just after the map header. */ sctp_ssnmap_init() 94 /* Start 'out' stream just after 'in'. */ sctp_ssnmap_init()
|
/linux-4.4.14/security/apparmor/include/ |
H A D | apparmor.h | 100 * aa_dfa_null_transition - step to next state after null character 104 * aa_dfa_null_transition transitions to the next state after a null
|
/linux-4.4.14/include/media/blackfin/ |
H A D | ppi.h | 50 u32 hdelay; /* delay after the HSYNC in pixels */ 51 u32 vdelay; /* delay after the VSYNC in lines */
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | udbg.c | 159 * Called by setup_system after ppc_md->probe and ppc_md->early_init. 160 * Call it again after setting udbg_putc in ppc_md->setup_arch.
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
H A D | canyonlands.c | 105 /* Wait for a while after reset */ ppc460ex_canyonlands_fixup() 113 * source after USB reset. In this configuration gpio16 will be ppc460ex_canyonlands_fixup()
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | mc146818-time.h | 23 * called 500 ms after the second nowtime has started, because when 29 * sets the minutes. Usually you'll only notice that after reboot!
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
H A D | head.S | 51 /* flush the data cache after moving */ 87 /* flush all data cache after decompressing */
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | mktree.c | 25 * bytes allocated after the _start label used by the boot rom (see 32 uint32_t bb_debug_flag; /* Run debugger or image after load */
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | rwsem.h | 67 * unlock after reading 79 * unlock after writing
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | pcie.c | 77 * devdata is not yet allocated, and is not allocated until after this 156 * Release regions should be called after the disable. OK to hfi1_pcie_cleanup() 164 * fields required to re-initialize after a chip reset, or for 216 * Save BARs and command to rewrite after device reset. hfi1_pcie_ddinit() 235 * Do PCIe cleanup related to dd, after chip-specific cleanup, etc. Just prior 445 /* restore command and BARs after a reset has wiped them out */ restore_pci_variables() 625 hfi1_init(dd, 1); /* same as re-init after reset */ pci_resume() 773 * Steps to be done after the PCIe firmware is downloaded and 825 * The following routine does a 1s wait after the reset is dropped trigger_sbr() 828 * delay after a reset is required. Per spec requirements, trigger_sbr() 829 * the link is either working or not after that point. trigger_sbr() 954 * just after the firmware load do_pcie_gen3_transition() 975 * will be performed automatically after the SBR when the target do_pcie_gen3_transition() 1163 "%s: read of VendorID failed after SBR, err %d\n", do_pcie_gen3_transition() 1169 dd_dev_info(dd, "%s: VendorID is all 1s after SBR\n", __func__); do_pcie_gen3_transition() 1184 * This is the first CSR read after the SBR. If the read returns do_pcie_gen3_transition() 1187 * Once we're sure we can read and write, clear the DC reset after do_pcie_gen3_transition()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | u_fs.h | 102 * This state is set after closing all functionfs files, when 112 * completed, even after functionfs files closure. 119 * unrecoverable error is situation when after reading strings 174 * after all, maybe we just need some spinlock for that?
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
H A D | mlme_linux.c | 75 /* Do it first for tx broadcast pkt after disconnection issue! */ rtw_os_indicate_disconnect23a()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | pkmaint.h | 36 after is restored by "poppack.h"
|
/linux-4.4.14/drivers/media/pci/pt1/ |
H A D | va1j5jf8007s.h | 43 /* must be called after va1j5jf8007t_attach */
|
H A D | va1j5jf8007t.h | 43 /* must be called after va1j5jf8007s_attach */
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | mesh.h | 26 /* Mesh SSID is only programmed after successful init */ lbs_mesh_activated()
|