/linux-4.19.296/crypto/ |
D | testmgr.h | 41 unsigned short psize; member 1002 .psize = 1, 1007 .psize = 3, 1012 .psize = 14, 1017 .psize = 26, 1024 .psize = 62, 1030 .psize = 80, 1045 .psize = 1, 1053 .psize = 56, 1189 .psize = 1023, [all …]
|
D | testmgr.c | 310 if (WARN_ON(align_offset + template[i].psize > PAGE_SIZE)) in __test_hash() 319 memcpy(hash_buff, template[i].plaintext, template[i].psize); in __test_hash() 320 sg_init_one(&sg[0], hash_buff, template[i].psize); in __test_hash() 340 ahash_request_set_crypt(req, sg, result, template[i].psize); in __test_hash() 468 ahash_request_set_crypt(req, sg, result, template[i].psize); in __test_hash()
|
/linux-4.19.296/drivers/cpufreq/ |
D | maple-cpufreq.c | 162 unsigned int psize; in maple_cpufreq_init() local 197 maple_pmode_data = of_get_property(cpunode, "power-mode-data", &psize); in maple_cpufreq_init() 202 maple_pmode_max = psize / sizeof(u32) - 1; in maple_cpufreq_init()
|
D | pmac64-cpufreq.c | 345 unsigned int psize, ssize; in g5_neo2_cpufreq_init() local 378 g5_pmode_data = of_get_property(cpunode, "power-mode-data",&psize); in g5_neo2_cpufreq_init() 383 g5_pmode_max = psize / sizeof(u32) - 1; in g5_neo2_cpufreq_init()
|
/linux-4.19.296/drivers/of/ |
D | address.c | 181 unsigned int psize; in of_get_pci_address() local 201 prop = of_get_property(dev, bus->addresses, &psize); in of_get_pci_address() 204 psize /= 4; in of_get_pci_address() 207 for (i = 0; psize >= onesize; psize -= onesize, prop += onesize, i++) { in of_get_pci_address() 698 unsigned int psize; in of_get_address() local 714 prop = of_get_property(dev, bus->addresses, &psize); in of_get_address() 717 psize /= 4; in of_get_address() 720 for (i = 0; psize >= onesize; psize -= onesize, prop += onesize, i++) in of_get_address()
|
/linux-4.19.296/include/linux/platform_data/ |
D | dma-ste-dma40.h | 84 int psize; member
|
/linux-4.19.296/fs/ |
D | seq_file.c | 616 int psize) in __seq_open_private() argument 622 private = kzalloc(psize, GFP_KERNEL_ACCOUNT); in __seq_open_private() 642 int psize) in seq_open_private() argument 644 return __seq_open_private(filp, ops, psize) ? 0 : -ENOMEM; in seq_open_private()
|
/linux-4.19.296/drivers/fsi/ |
D | fsi-core.c | 422 uint32_t psize; in fsi_device_node_matches() local 437 psize = of_read_number(prop + 1, 1); in fsi_device_node_matches() 438 if (psize != size) { in fsi_device_node_matches() 441 of_node_full_name(np), psize, size); in fsi_device_node_matches()
|
/linux-4.19.296/fs/jfs/ |
D | jfs_dtree.c | 592 int psize = 288; /* initial in-line directory */ in dtSearch() local 636 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtSearch() 793 psize = lengthPXD(pxd) << JFS_SBI(ip->i_sb)->l2bsize; in dtSearch() 2650 int psize = 288; /* initial in-line directory */ in dtSearchNode() local 2665 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtSearchNode() 2692 psize = lengthPXD(pxd) << JFS_SBI(ip->i_sb)->l2bsize; in dtSearchNode() 3347 int psize = 288; /* initial in-line directory */ in dtReadFirst() local 3362 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtReadFirst() 3397 psize = lengthPXD(xd) << JFS_SBI(ip->i_sb)->l2bsize; in dtReadFirst()
|
/linux-4.19.296/fs/proc/ |
D | task_mmu.c | 227 const struct seq_operations *ops, int psize) in proc_maps_open() argument 229 struct proc_maps_private *priv = __seq_open_private(file, ops, psize); in proc_maps_open()
|
/linux-4.19.296/fs/f2fs/ |
D | data.c | 1860 loff_t psize = (loff_t)(page->index + 1) << PAGE_SHIFT; in __write_data_page() local 1951 if (F2FS_I(inode)->last_disk_size < psize) in __write_data_page() 1952 F2FS_I(inode)->last_disk_size = psize; in __write_data_page()
|
/linux-4.19.296/drivers/message/fusion/ |
D | mptbase.c | 1649 u32 psize; in mpt_mapresources() local 1705 port = psize = 0; in mpt_mapresources() 1708 if (psize) in mpt_mapresources() 1712 psize = pci_resource_len(pdev, ii); in mpt_mapresources()
|