Home
last modified time | relevance | path

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

/linux/drivers/pci/
A Dvpd.c106 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()
402 return pci_vpd_read(dev, pos, count, buf, check_size); in __pci_read_vpd()
[all …]
/linux/fs/pstore/
A 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()
A 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/sound/core/oss/
A Dpcm_plugin.c202 bool check_size) in calc_dst_frames() argument
209 if (check_size && plugin->buf_frames && in calc_dst_frames()
224 bool check_size) in calc_src_frames() argument
236 if (check_size && plugin->buf_frames && in calc_src_frames()

Completed in 13 milliseconds