/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/ |
A D | intel,ixp4xx-expansion-peripheral-props.yaml | 19 description: Address timing, extend address phase with n cycles. 24 description: Setup chip select timing, extend setup phase with n cycles. 29 description: Strobe timing, extend strobe phase with n cycles. 34 description: Hold timing, extend hold phase with n cycles. 39 description: Recovery timing, extend recovery phase with n cycles.
|
/linux-6.3-rc2/fs/ext4/ |
A D | file.c | 446 bool *ilock_shared, bool *extend, in ext4_dio_write_checks() argument 463 *extend = true; in ext4_dio_write_checks() 470 if (*ilock_shared && (!IS_NOSEC(inode) || *extend || in ext4_dio_write_checks() 503 bool extend = false, unaligned_io = false, unwritten = false; in ext4_dio_write_iter() local 547 &ilock_shared, &extend, &unwritten); in ext4_dio_write_iter() 579 if (extend) { in ext4_dio_write_iter() 598 (unaligned_io || extend) ? IOMAP_DIO_FORCE_WAIT : 0, in ext4_dio_write_iter() 603 if (extend) in ext4_dio_write_iter() 649 bool extend = false; in ext4_dax_write_iter() local 679 extend = true; in ext4_dax_write_iter() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/engleder/ |
A D | tsnep_tc.c | 92 u64 extend; in tsnep_write_gcl() local 117 extend = tsnep_change_duration(gcl, gcl->count - 1); in tsnep_write_gcl() 118 extend += gcl->cycle_time_extension; in tsnep_write_gcl() 130 gcl->change_limit = max(extend, cut); in tsnep_write_gcl()
|
/linux-6.3-rc2/drivers/md/persistent-data/ |
A D | dm-space-map.h | 25 int (*extend)(struct dm_space_map *sm, dm_block_t extra_blocks); member 85 return sm->extend(sm, extra_blocks); in dm_sm_extend()
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | dv-timings.rst | 13 extend the API to select the video timings for these interfaces. Since 14 it is not possible to extend the :ref:`v4l2_std_id <v4l2-std-id>`
|
A D | selection-api-vs-crop-api.rst | 34 way to extend their functionality. The new struct
|
/linux-6.3-rc2/scripts/ |
A D | checkkconfigsymbols.py | 287 defined.extend(res[0]) 349 defined_symbols.extend(res[0]) 424 defined_symbols.extend(defined) 460 symbols.extend(get_symbols_in_line(line))
|
/linux-6.3-rc2/tools/testing/kunit/ |
A D | kunit_parser.py | 591 all_failures.extend(failed_names(t, full_name)) 716 test.log.extend(log) 753 sub_test.log.extend(sub_log) 758 test.log.extend(sub_log) 767 test.log.extend(parse_diagnostic(lines))
|
A D | kunit_kernel.py | 65 command.extend(make_options) 77 command.extend(make_options) 147 params.extend(['mem=1G', 'console=tty', 'kunit_shutdown=halt']) 221 params.extra_qemu_params.extend(extra_qemu_args)
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/ |
A D | nfp_netvf_main.c | 133 if (fw_ver.extend & NFP_NET_CFG_VERSION_RESERVED_MASK || in nfp_netvf_pci_probe() 136 fw_ver.extend, fw_ver.class, in nfp_netvf_pci_probe() 157 fw_ver.extend, fw_ver.class, in nfp_netvf_pci_probe()
|
A D | nfp_net.h | 454 u8 extend; member 458 u8 extend, u8 class, u8 major, u8 minor) in nfp_net_fw_ver_eq() argument 460 return fw_ver->extend == extend && in nfp_net_fw_ver_eq()
|
/linux-6.3-rc2/arch/m68k/ifpsp060/src/ |
A D | isp.S | 1225 mov.w %d0,%a0 # sign extend displacement 1237 mov.w %d0,%a0 # sign extend displacement 1249 mov.w %d0,%a0 # sign extend displacement 1261 mov.w %d0,%a0 # sign extend displacement 1273 mov.w %d0,%a0 # sign extend displacement 1285 mov.w %d0,%a0 # sign extend displacement 1297 mov.w %d0,%a0 # sign extend displacement 1309 mov.w %d0,%a0 # sign extend displacement 1354 ext.l %d1 # sign extend word index 1362 extb.l %d0 # sign extend displacement [all …]
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | binstr.S | 100 addxw %d6,%d1 |add in extend from mul by 2 106 addxl %d4,%d2 |add with extend upper 32 bits 108 addxw %d6,%d1 |add in extend from add to d1
|
/linux-6.3-rc2/tools/testing/selftests/tc-testing/ |
A D | tdc_helper.py | 30 ucat.extend(get_unique_item(t['category']))
|
A D | TdcResults.py | 52 self.steps.extend(newstep)
|
/linux-6.3-rc2/drivers/bcma/ |
A D | driver_pci.c | 285 static void bcma_core_pci_extend_L1timer(struct bcma_drv_pci *pc, bool extend) in bcma_core_pci_extend_L1timer() argument 290 if (extend) in bcma_core_pci_extend_L1timer()
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | dma.h | 59 int (*extend)(struct dma_channel *chan, unsigned long op, void *param); member
|
/linux-6.3-rc2/arch/sh/drivers/dma/ |
A D | dma-api.c | 302 if (info->ops->extend) in dma_extend() 303 return info->ops->extend(channel, op, param); in dma_extend()
|
/linux-6.3-rc2/Documentation/accounting/ |
A D | cgroupstats.rst | 12 extend per cgroup statistics, by adding members to the cgroupstats
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_bpftool.py | 32 _args.extend(args)
|
/linux-6.3-rc2/Documentation/devicetree/bindings/bus/ |
A D | renesas,bsc.yaml | 24 The bindings for the BSC extend the bindings for "simple-pm-bus".
|
/linux-6.3-rc2/arch/alpha/lib/ |
A D | csum_ipv6_magic.S | 25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
|
A D | strchr.S | 22 zapnot a1, 1, a1 # e0 : zero extend the search character
|
/linux-6.3-rc2/Documentation/riscv/ |
A D | patch-acceptance.rst | 15 tested code over experimental code. We wish to extend these same
|
/linux-6.3-rc2/Documentation/filesystems/ext4/ |
A D | bigalloc.rst | 30 block, even for directories. TaoBao had a patchset to extend the “use
|