/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/sound/usb/ |
D | helper.c | 31 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument 43 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc() 54 void *snd_usb_find_csint_desc(void *buffer, int buflen, void *after, u8 dsubtype) in snd_usb_find_csint_desc() argument 56 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-v5.4/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-v5.4/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-v5.4/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-v5.4/sound/firewire/tascam/ |
D | amdtp-tascam.c | 139 __be32 after; in read_status_messages() local 143 after = buffer[s->data_block_quadlets - 1]; in read_status_messages() 157 if ((before ^ after) & mask) { in read_status_messages() 164 entry->after = after; in read_status_messages() 173 tscm->state[index] = after; in read_status_messages()
|
/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/net/netfilter/ |
D | nf_conntrack_seqadj.c | 86 if (after(ntohl(sack->start_seq) - seq->offset_before, in nf_ct_sack_block_adjust() 94 if (after(ntohl(sack->end_seq) - seq->offset_before, in nf_ct_sack_block_adjust() 184 if (after(ntohl(tcph->seq), this_way->correction_pos)) in nf_ct_seq_adjust() 198 if (after(ntohl(tcph->ack_seq) - other_way->offset_before, in nf_ct_seq_adjust() 231 return after(seq, this_way->correction_pos) ? in nf_ct_seq_offset()
|
/Linux-v5.4/scripts/coccinelle/misc/ |
D | ifcol.cocci | 2 /// Find confusingly indented code in or after an if. An if branch should 4 /// Sometimes, code after an if that is indented is actually intended to be 40 cocci.print_secs("after",p2)
|
/Linux-v5.4/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-v5.4/Documentation/media/kapi/ |
D | dtv-frontend.rst | 107 in order to remove the tuner from the I2C bus after a channel is 115 removed in the future, after we have all existing drivers supporting 237 measurement usually comes from the tuner (e. g. after ``FE_HAS_CARRIER``, 241 as the frontend measures it indirectly from other parameters (e. g. after 244 Having it available after inner FEC is more common. 247 - Those counters measure the number of bits and bit errors errors after 249 (after Viterbi, LDPC or other inner code). 252 (e. g. after ``FE_HAS_SYNC`` or after ``FE_HAS_LOCK``, 263 after ``FE_HAS_VITERBI``, see :c:type:`fe_status`). 266 - Those counters measure the number of blocks and block errors errors after [all …]
|
/Linux-v5.4/Documentation/m68k/ |
D | buddha-driver.rst | 146 value 0 (Default after reset) 147 497ns Select (7 clock cycles) , IOR/IOW after 172ns (2 clock cycles) 152 639ns Select (9 clock cycles), IOR/IOW after 243ns (3 clock cycles) 155 781ns Select (11 clock cycles), IOR/IOW after 314ns (4 clock cycles) 158 355ns Select (5 clock cycles), IOR/IOW after 101ns (1 clock cycle) 161 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) 167 1065ns Select (15 clock cycles), IOR/IOW after 314ns (4 clock cycles) 170 355ns Select, (5 clock cycles), IOR/IOW after 101ns (1 clock cycle) 176 781ns select, IOR/IOW after 4 clock cycles (=314ns) aktive.
|
/Linux-v5.4/Documentation/power/ |
D | suspend-and-interrupts.rst | 13 suspend after the "late" phase of suspending devices (that is, after all of the 17 The rationale for doing so is that after the "late" phase of device suspend 22 not prepared for interrupts triggering after their devices had been suspended. 52 for it will be executed as usual after suspend_device_irqs(), even if the 90 already suspended. However, after suspend_device_irqs() interrupt handlers are 101 interrupts right after the "noirq" phase of suspending devices. 122 interrupts (interrupt handlers are invoked after suspend_device_irqs()) are 124 handlers are not invoked after suspend_device_irqs()).
|
/Linux-v5.4/net/ipv4/ |
D | tcp_input.c | 778 if (after(tp->snd_una, tp->rtt_seq)) { in tcp_rtt_estimator() 1059 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid() 1069 if (after(start_seq, tp->snd_una)) in tcp_is_sackblock_valid() 1076 if (after(end_seq, tp->snd_una)) in tcp_is_sackblock_valid() 1083 if (!after(end_seq, tp->undo_marker)) in tcp_is_sackblock_valid() 1109 if (!after(end_seq_0, end_seq_1) && in tcp_check_dsack() 1120 !after(end_seq_0, prior_snd_una) && in tcp_check_dsack() 1121 after(end_seq_0, tp->undo_marker)) in tcp_check_dsack() 1156 in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq) && in tcp_match_skb_to_sack() 1160 after(TCP_SKB_CB(skb)->end_seq, start_seq)) { in tcp_match_skb_to_sack() [all …]
|
/Linux-v5.4/mm/ |
D | Kconfig.debug | 17 Unmap pages from the kernel linear mapping after free_pages(). 24 use-after-free). The error reports for these checks can be augmented 29 fill the pages with poison patterns after free_pages() and verify 32 incorrect warnings of memory corruption after a resume because free 66 bool "Poison pages after freeing" 69 Fill the pages with poison patterns after free_pages() and verify
|
/Linux-v5.4/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-v5.4/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-v5.4/drivers/soc/fsl/qbman/ |
D | qman_ccsr.c | 647 u32 before, after; in __qman_liodn_fixup() local 659 after = (before & (~LIO_CFG_LIODN_MASK)) | liodn_offset; in __qman_liodn_fixup() 661 qm_ccsr_out(REG_REV3_QCSP_LIO_CFG(idx), after); in __qman_liodn_fixup() 663 qm_ccsr_out(REG_QCSP_LIO_CFG(idx), after); in __qman_liodn_fixup() 670 u32 before, after; in qman_set_sdest() local 676 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16); in qman_set_sdest() 677 qm_ccsr_out(REG_REV3_QCSP_IO_CFG(idx), after); in qman_set_sdest() 680 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16); in qman_set_sdest() 681 qm_ccsr_out(REG_QCSP_IO_CFG(idx), after); in qman_set_sdest()
|
/Linux-v5.4/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
|