Home
last modified time | relevance | path

Searched refs:check_size (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/pci/
Dvpd.c99 static bool pci_vpd_available(struct pci_dev *dev, bool check_size) in pci_vpd_available() argument
106 if (vpd->len == 0 && check_size) { in pci_vpd_available()
156 void *arg, bool check_size) in pci_vpd_read() argument
164 if (!pci_vpd_available(dev, check_size)) in pci_vpd_read()
170 max_len = check_size ? vpd->len : PCI_VPD_MAX_SIZE; in pci_vpd_read()
220 const void *arg, bool check_size) in pci_vpd_write() argument
228 if (!pci_vpd_available(dev, check_size)) in pci_vpd_write()
234 max_len = check_size ? vpd->len : PCI_VPD_MAX_SIZE; in pci_vpd_write()
388 bool check_size) in __pci_read_vpd() argument
397 ret = pci_vpd_read(dev, pos, count, buf, check_size); in __pci_read_vpd()
[all …]
/linux-6.1.9/fs/pstore/
Dblk.c75 #define check_size(name, alignsize) ({ \ macro
89 _##name_ = check_size(name, alignsize); \
246 info->kmsg_size = check_size(kmsg_size, 4096); in pstore_blk_get_config()
247 info->pmsg_size = check_size(pmsg_size, 4096); in pstore_blk_get_config()
248 info->ftrace_size = check_size(ftrace_size, 4096); in pstore_blk_get_config()
249 info->console_size = check_size(console_size, 4096); in pstore_blk_get_config()
Dzone.c1316 #define check_size(name, size) { \ in register_pstore_zone() macro
1328 check_size(total_size, 4096); in register_pstore_zone()
1329 check_size(kmsg_size, SECTOR_SIZE); in register_pstore_zone()
1330 check_size(pmsg_size, SECTOR_SIZE); in register_pstore_zone()
1331 check_size(console_size, SECTOR_SIZE); in register_pstore_zone()
1332 check_size(ftrace_size, SECTOR_SIZE); in register_pstore_zone()
1334 #undef check_size in register_pstore_zone()
/linux-6.1.9/sound/core/oss/
Dpcm_plugin.c205 bool check_size) in calc_dst_frames() argument
212 if (check_size && plugin->buf_frames && in calc_dst_frames()
227 bool check_size) in calc_src_frames() argument
239 if (check_size && plugin->buf_frames && in calc_src_frames()