| /kernel/linux/linux-5.10/fs/ceph/ |
| D | dir.c | 111 static int note_last_dentry(struct ceph_dir_file_info *dfi, const char *name, in note_last_dentry() argument 117 kfree(dfi->last_name); in note_last_dentry() 118 dfi->last_name = buf; in note_last_dentry() 119 memcpy(dfi->last_name, name, len); in note_last_dentry() 120 dfi->last_name[len] = 0; in note_last_dentry() 121 dfi->next_offset = next_offset; in note_last_dentry() 122 dout("note_last_dentry '%s'\n", dfi->last_name); in note_last_dentry() 184 struct ceph_dir_file_info *dfi = file->private_data; in __dcache_readdir() local 231 dfi->file_info.flags |= CEPH_F_ATEND; in __dcache_readdir() 281 ret = note_last_dentry(dfi, last->d_name.name, last->d_name.len, in __dcache_readdir() [all …]
|
| D | file.c | 214 struct ceph_dir_file_info *dfi = in ceph_init_file_info() local 216 if (!dfi) in ceph_init_file_info() 219 file->private_data = dfi; in ceph_init_file_info() 220 fi = &dfi->file_info; in ceph_init_file_info() 221 dfi->next_offset = 2; in ceph_init_file_info() 222 dfi->readdir_cache_idx = -1; in ceph_init_file_info() 824 struct ceph_dir_file_info *dfi = file->private_data; in ceph_release() local 826 WARN_ON(!list_empty(&dfi->file_info.rw_contexts)); in ceph_release() 828 ceph_put_fmode(ci, dfi->file_info.fmode, 1); in ceph_release() 830 if (dfi->last_readdir) in ceph_release() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/event/ |
| D | rockchip-dfi.txt | 2 * Rockchip rk3399 DFI device 5 - compatible: Must be "rockchip,rk3399-dfi". 6 - reg: physical base address of each DFI and length of memory mapped region 9 - clock-names : the name of clock used by the DFI, must be "pclk_ddr_mon"; 12 dfi: dfi@ff630000 { 13 compatible = "rockchip,rk3399-dfi";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/devfreq/event/ |
| D | rockchip-dfi.txt | 2 * Rockchip rk3399 DFI device 5 - compatible: Must be "rockchip,rk3399-dfi". 6 - reg: physical base address of each DFI and length of memory mapped region 9 - clock-names : the name of clock used by the DFI, must be "pclk_ddr_mon"; 12 dfi: dfi@ff630000 { 13 compatible = "rockchip,rk3399-dfi";
|
| /kernel/linux/linux-6.6/fs/ceph/ |
| D | dir.c | 112 static int note_last_dentry(struct ceph_dir_file_info *dfi, const char *name, in note_last_dentry() argument 118 kfree(dfi->last_name); in note_last_dentry() 119 dfi->last_name = buf; in note_last_dentry() 120 memcpy(dfi->last_name, name, len); in note_last_dentry() 121 dfi->last_name[len] = 0; in note_last_dentry() 122 dfi->next_offset = next_offset; in note_last_dentry() 123 dout("note_last_dentry '%s'\n", dfi->last_name); in note_last_dentry() 185 struct ceph_dir_file_info *dfi = file->private_data; in __dcache_readdir() local 232 dfi->file_info.flags |= CEPH_F_ATEND; in __dcache_readdir() 284 ret = note_last_dentry(dfi, last->d_name.name, last->d_name.len, in __dcache_readdir() [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx6dl-dfi-fs700-m60.dts | 12 #include "imx6qdl-dfi-fs700-m60.dtsi" 15 model = "DFI FS700-M60-6DL i.MX6dl Q7 Board"; 16 compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
|
| D | imx6q-dfi-fs700-m60.dts | 12 #include "imx6qdl-dfi-fs700-m60.dtsi" 15 model = "DFI FS700-M60-6QD i.MX6qd Q7 Board"; 16 compatible = "dfi,fs700-m60-6qd", "dfi,fs700e-m60", "fsl,imx6q";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx6q-dfi-fs700-m60.dts | 12 #include "imx6qdl-dfi-fs700-m60.dtsi" 15 model = "DFI FS700-M60-6QD i.MX6qd Q7 Board"; 16 compatible = "dfi,fs700-m60-6qd", "dfi,fs700e-m60", "fsl,imx6q";
|
| D | imx6dl-dfi-fs700-m60.dts | 12 #include "imx6qdl-dfi-fs700-m60.dtsi" 15 model = "DFI FS700-M60-6DL i.MX6dl Q7 Board"; 16 compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/ |
| D | rk3399_dmc.txt | 7 rockchip-dfi.txt 9 - clock-names : The name of clock used by the DFI, must be 35 for PD_IDLE DFI clock cycles. 40 for SR_IDLE * 1024 DFI clock cycles (DFI 48 sr_mc_gate_idle*1024 DFI clock cycles. 53 for srpd_lite_idle * 1024 DFI clock cycles. 59 be gated if bus is idle for standby_idle * DFI 178 devfreq-events = <&dfi>;
|
| /kernel/linux/linux-6.6/drivers/devfreq/event/ |
| D | rockchip-dfi.c | 46 * The dfi controller can monitor DDR load. It has an upper and lower threshold 75 /* set ddr type to dfi */ in rockchip_dfi_start_hardware_counter() 136 dev_err(&edev->dev, "failed to enable dfi clk: %d\n", ret); in rockchip_dfi_enable() 171 { .compatible = "rockchip,rk3399-dfi" }, 231 .name = "rockchip-dfi", 239 MODULE_DESCRIPTION("Rockchip DFI driver");
|
| D | Kconfig | 36 tristate "ROCKCHIP DFI DEVFREQ event Driver" 39 This add the devfreq-event driver for Rockchip SoC. It provides DFI
|
| D | Makefile | 6 obj-$(CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI) += rockchip-dfi.o
|
| /kernel/linux/linux-5.10/drivers/devfreq/event/ |
| D | rockchip-dfi.c | 46 * The dfi controller can monitor DDR load. It has an upper and lower threshold 75 /* set ddr type to dfi */ in rockchip_dfi_start_hardware_counter() 136 dev_err(&edev->dev, "failed to enable dfi clk: %d\n", ret); in rockchip_dfi_enable() 171 { .compatible = "rockchip,rk3399-dfi" }, 232 .name = "rockchip-dfi", 240 MODULE_DESCRIPTION("Rockchip DFI driver");
|
| D | Kconfig | 36 tristate "ROCKCHIP DFI DEVFREQ event Driver" 39 This add the devfreq-event driver for Rockchip SoC. It provides DFI
|
| D | Makefile | 6 obj-$(CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI) += rockchip-dfi.o
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ |
| D | rockchip,rk3399-dmc.yaml | 21 Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt. 61 memories are placed into power-down mode if bus is idle for PD_IDLE DFI 71 SR_IDLE * 1024 DFI clock cycles (DFI clocks freq is half of DRAM clock). 81 arg gating started if bus is idle for sr_mc_gate_idle*1024 DFI clock 91 srpd_lite_idle * 1024 DFI clock cycles. This parameter is for LPDDR4 101 if bus is idle for standby_idle * DFI clock cycles. 364 devfreq-events = <&dfi>;
|
| D | snps,dw-umctl2-ddrc.yaml | 38 Scrubber-Done signal, DFI Parity/CRC Error. Some platforms may have the 48 - description: Common ECC CE/UE/Scrubber/DFI Errors IRQ 51 - description: Individual ECC CE/UE/Scrubber/DFI Errors IRQs
|
| /kernel/linux/common_modules/pac/src/ |
| D | asm_pointer_auth_key.S | 30 /* init common ptrauth keys for kernel forward-edge CFI, data pointer DFI and data field DFI */
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/perf/ |
| D | alibaba_pmu.rst | 49 the DDR PHY Interface (DFI) to the PHY module, which launches and captures data 51 statistics and performance logging signals on HIF, DFI, etc.
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | pxa3xx-cpufreq.c | 66 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */ 74 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
| D | addr-map.h | 48 * DFI Bus for NAND, PXA3xx only
|
| /kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
| D | addr-map.h | 48 * DFI Bus for NAND, PXA3xx only
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/freescale/yitian710/sys/ |
| D | ali_drw.json | 38 "BriefDescription": "A write data cycle at DFI interface (to DRAM).", 45 "BriefDescription": "A read data cycle at DFI interface (to DRAM).",
|
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| D | pxa3xx-cpufreq.c | 87 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */ 95 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */
|