/Linux-v4.19/scripts/ |
D | config | 26 --enable-after|-E beforeopt option 27 Enable option directly after other option 28 --disable-after|-D beforeopt option 29 Disable option directly after other option 30 --module-after|-M beforeopt option 31 Turn option into module directly after other option
|
/Linux-v4.19/tools/testing/selftests/vm/ |
D | thuge-gen.c | 145 unsigned long before, after; in test_mmap() local 154 after = read_free(size); in test_mmap() 156 before, after, before - after, size); in test_mmap() 157 assert(size == getpagesize() || (before - after) == NUM_PAGES); in test_mmap() 166 unsigned long before, after; in test_shmget() local 185 after = read_free(size); in test_shmget() 188 before, after, before - after, size); in test_shmget() 189 assert(size == getpagesize() || (before - after) == NUM_PAGES); in test_shmget()
|
/Linux-v4.19/sound/usb/ |
D | helper.c | 44 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument 56 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc() 67 void *snd_usb_find_csint_desc(void *buffer, int buflen, void *after, u8 dsubtype) in snd_usb_find_csint_desc() argument 69 unsigned char *p = after; in snd_usb_find_csint_desc()
|
D | helper.h | 7 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype); 8 void *snd_usb_find_csint_desc(void *descstart, int desclen, void *after, u8 dsubtype);
|
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/ |
D | pmae_handling_test.c | 29 static uint64_t before, after; variable 49 after = mfspr(SPRN_MMCR0); in syscall_ebb_callee() 50 if (before != after) in syscall_ebb_callee() 90 printf("Saw MMCR0 before 0x%lx after 0x%lx\n", before, after); in test_body()
|
/Linux-v4.19/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 2 and unregister paths. There have a few problems that result in user-after 18 Regressions test for cdev user-after free error on /dev/mediaX when driver 22 and cdev user-after-free fixes. This opens media dev files and sits in 35 device file goes away after unbind, device file name changes. Start the 37 after unbind, /dev/media1 or /dev/media2 could get created. The idea is 43 Run dmesg looking for any user-after free errors or mutex lock errors.
|
/Linux-v4.19/tools/testing/selftests/intel_pstate/ |
D | aperf.c | 25 struct timeb before, after; in main() local 67 ftime(&after); in main() 77 finish = after.time*1000 + after.millitm; in main()
|
/Linux-v4.19/arch/powerpc/lib/ |
D | rheap.c | 155 rh_block_t *after; in attach_free_block() local 169 after = NULL; in attach_free_block() 185 after = blk; in attach_free_block() 188 if (before != NULL && after != NULL) in attach_free_block() 196 if (after && e != after->start) in attach_free_block() 197 after = NULL; in attach_free_block() 200 if (before == NULL && after == NULL) { in attach_free_block() 214 if (before != NULL && after == NULL) { in attach_free_block() 220 if (before == NULL && after != NULL) { in attach_free_block() 221 after->start -= size; in attach_free_block() [all …]
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-transport-srp | 12 Description: Number of seconds the SCSI layer will wait after a transport 21 Description: Number of seconds the SCSI layer will wait after a transport 37 Description: Number of seconds the SCSI layer will wait after a reconnect 55 after the fast_io_fail_tmo timer has fired and before the 56 "dev_loss_tmo" timer has fired; "lost" after the
|
/Linux-v4.19/Documentation/devicetree/bindings/power/ |
D | domain-idle-state.txt | 19 only after entry-latency-us has passed. 31 in microseconds after which the idle state will yield 32 power benefits after overcoming the overhead in entering
|
/Linux-v4.19/scripts/kconfig/ |
D | qconf.h | 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() argument 137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-simple.txt | 13 They will be de-asserted right after the power has been provided to the 19 - post-power-on-delay-ms : Delay in ms after powering the card and 21 - power-off-delay-us : Delay in us after asserting the reset-gpios (if any)
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_seqadj.c | 85 if (after(ntohl(sack->start_seq) - seq->offset_before, in nf_ct_sack_block_adjust() 93 if (after(ntohl(sack->end_seq) - seq->offset_before, in nf_ct_sack_block_adjust() 182 if (after(ntohl(tcph->seq), this_way->correction_pos)) in nf_ct_seq_adjust() 196 if (after(ntohl(tcph->ack_seq) - other_way->offset_before, in nf_ct_seq_adjust() 229 return after(seq, this_way->correction_pos) ? in nf_ct_seq_offset()
|
/Linux-v4.19/scripts/coccinelle/misc/ |
D | ifcol.cocci | 1 /// Find confusingly indented code in or after an if. An if branch should 3 /// Sometimes, code after an if that is indented is actually intended to be 39 cocci.print_secs("after",p2)
|
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/ |
D | samsung,s6e8aa0.txt | 12 - power-on-delay: delay after turning regulators on [ms] 13 - reset-delay: delay after reset sequence [ms] 14 - init-delay: delay after initialization sequence [ms]
|
/Linux-v4.19/Documentation/media/kapi/ |
D | dtv-frontend.rst | 105 in order to remove the tuner from the I2C bus after a channel is 113 removed in the future, after we have all existing drivers supporting 235 measurement usually comes from the tuner (e. g. after ``FE_HAS_CARRIER``, 239 as the frontend measures it indirectly from other parameters (e. g. after 242 Having it available after inner FEC is more common. 245 - Those counters measure the number of bits and bit errors errors after 247 (after Viterbi, LDPC or other inner code). 250 (e. g. after ``FE_HAS_SYNC`` or after ``FE_HAS_LOCK``, 261 after ``FE_HAS_VITERBI``, see :c:type:`fe_status`). 264 - Those counters measure the number of blocks and block errors errors after [all …]
|
/Linux-v4.19/Documentation/m68k/ |
D | README.buddha | 140 value 0 (Default after reset) 142 497ns Select (7 clock cycles) , IOR/IOW after 172ns (2 clock cycles) 148 639ns Select (9 clock cycles), IOR/IOW after 243ns (3 clock cycles) 152 781ns Select (11 clock cycles), IOR/IOW after 314ns (4 clock cycles) 156 355ns Select (5 clock cycles), IOR/IOW after 101ns (1 clock cycle) 160 355ns Select (5 clock cycles), IOR/IOW after 172ns (2 clock cycles) 164 355ns Select (5 clock cycles), IOR/IOW after 243ns (3 clock cycles) 168 1065ns Select (15 clock cycles), IOR/IOW after 314ns (4 clock cycles) 172 355ns Select, (5 clock cycles), IOR/IOW after 101ns (1 clock cycle) 178 781ns select, IOR/IOW after 4 clock cycles (=314ns) aktive.
|
/Linux-v4.19/Documentation/power/ |
D | suspend-and-interrupts.txt | 11 suspend after the "late" phase of suspending devices (that is, after all of the 15 The rationale for doing so is that after the "late" phase of device suspend 20 not prepared for interrupts triggering after their devices had been suspended. 50 for it will be executed as usual after suspend_device_irqs(), even if the 88 already suspended. However, after suspend_device_irqs() interrupt handlers are 99 interrupts right after the "noirq" phase of suspending devices. 120 interrupts (interrupt handlers are invoked after suspend_device_irqs()) are 122 handlers are not invoked after suspend_device_irqs()).
|
/Linux-v4.19/drivers/soc/fsl/qbman/ |
D | qman_ccsr.c | 603 u32 before, after; in qman_liodn_fixup() local 615 after = (before & (~LIO_CFG_LIODN_MASK)) | liodn_offset; in qman_liodn_fixup() 617 qm_ccsr_out(REG_REV3_QCSP_LIO_CFG(idx), after); in qman_liodn_fixup() 619 qm_ccsr_out(REG_QCSP_LIO_CFG(idx), after); in qman_liodn_fixup() 626 u32 before, after; in qman_set_sdest() local 632 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16); in qman_set_sdest() 633 qm_ccsr_out(REG_REV3_QCSP_IO_CFG(idx), after); in qman_set_sdest() 636 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16); in qman_set_sdest() 637 qm_ccsr_out(REG_QCSP_IO_CFG(idx), after); in qman_set_sdest()
|
/Linux-v4.19/net/ipv4/ |
D | tcp_input.c | 789 if (after(tp->snd_una, tp->rtt_seq)) { in tcp_rtt_estimator() 1066 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid() 1076 if (after(start_seq, tp->snd_una)) in tcp_is_sackblock_valid() 1083 if (after(end_seq, tp->snd_una)) in tcp_is_sackblock_valid() 1090 if (!after(end_seq, tp->undo_marker)) in tcp_is_sackblock_valid() 1116 if (!after(end_seq_0, end_seq_1) && in tcp_check_dsack() 1127 !after(end_seq_0, prior_snd_una) && in tcp_check_dsack() 1128 after(end_seq_0, tp->undo_marker)) in tcp_check_dsack() 1163 in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq) && in tcp_match_skb_to_sack() 1167 after(TCP_SKB_CB(skb)->end_seq, start_seq)) { in tcp_match_skb_to_sack() [all …]
|
/Linux-v4.19/mm/ |
D | Kconfig.debug | 17 Unmap pages from the kernel linear mapping after free_pages(). 22 fill the pages with poison patterns after free_pages() and verify 25 that would result in incorrect warnings of memory corruption after 43 bool "Poison pages after freeing" 46 Fill the pages with poison patterns after free_pages() and verify
|
/Linux-v4.19/arch/ia64/ |
D | Kconfig.debug | 26 Faults, that is, for Read-after-Write (RAW), Write-after-Write (WAW), 27 or Write-after-Read (WAR) violations. This option is ignored if you
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | fsl-upm-nand.txt | 10 - fsl,upm-wait-flags : add chip-dependent short delays after running the 11 UPM pattern (0x1), after writing a data byte (0x2) or after
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_sw_fence.h | 67 struct i915_sw_fence *after, 70 struct i915_sw_fence *after,
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | stm32-mdma.txt | 50 0x10: Source address pointer is incremented after each data transfer 51 0x11: Source address pointer is decremented after each data transfer 54 0x10: Destination address pointer is incremented after each data 56 0x11: Destination address pointer is decremented after each data
|