Searched refs:temp_size (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | efivar.c | 31 unsigned long temp_size; in read_efi_var() local 53 temp_size = EFI_DATA_SIZE; in read_efi_var() 67 &temp_size, in read_efi_var() 88 data = kmemdup(temp_buffer, temp_size, GFP_KERNEL); in read_efi_var() 94 *size = temp_size; in read_efi_var()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_minidump.c | 1081 static uint32_t qlcnic_temp_checksum(uint32_t *temp_buffer, u32 temp_size) in qlcnic_temp_checksum() argument 1084 int count = temp_size / sizeof(uint32_t); in qlcnic_temp_checksum() 1139 u32 *version, u32 *temp_size, in qlcnic_fw_get_minidump_temp_size() argument 1157 *temp_size = cmd.rsp.arg[2]; in qlcnic_fw_get_minidump_temp_size() 1161 if (!(*temp_size)) in qlcnic_fw_get_minidump_temp_size() 1168 u32 *buffer, u32 temp_size) in __qlcnic_fw_cmd_get_minidump_temp() argument 1176 tmp_addr = dma_alloc_coherent(&adapter->pdev->dev, temp_size, in __qlcnic_fw_cmd_get_minidump_temp() 1188 cmd.req.arg[3] = temp_size; in __qlcnic_fw_cmd_get_minidump_temp() 1193 for (i = 0; i < temp_size / sizeof(u32); i++) in __qlcnic_fw_cmd_get_minidump_temp() 1200 dma_free_coherent(&adapter->pdev->dev, temp_size, tmp_addr, tmp_addr_t); in __qlcnic_fw_cmd_get_minidump_temp() [all …]
|
| /linux/drivers/char/agp/ |
| H A D | sis-agp.c | 25 u8 temp_size; in sis_fetch_size() local 29 pci_read_config_byte(agp_bridge->dev, SIS_APSIZE, &temp_size); in sis_fetch_size() 32 if ((temp_size == values[i].size_value) || in sis_fetch_size() 33 ((temp_size & ~(0x07)) == in sis_fetch_size()
|
| H A D | generic.c | 1343 u16 temp_size; in agp3_generic_fetch_size() local 1347 pci_read_config_word(agp_bridge->dev, agp_bridge->capndx+AGPAPSIZE, &temp_size); in agp3_generic_fetch_size() 1351 if (temp_size == values[i].size_value) { in agp3_generic_fetch_size()
|
| /linux/drivers/iommu/ |
| H A D | msm_iommu.c | 145 int temp_size; in __flush_iotlb_range() local 153 temp_size = size; in __flush_iotlb_range() 160 } while (temp_size -= granule); in __flush_iotlb_range()
|
| /linux/drivers/video/fbdev/ |
| H A D | uvesafb.c | 1517 int temp_size = info->fix.smem_len; in uvesafb_init_mtrr() local 1522 temp_size = roundup_pow_of_two(temp_size); in uvesafb_init_mtrr() 1526 rc = arch_phys_wc_add(info->fix.smem_start, temp_size); in uvesafb_init_mtrr() 1527 temp_size >>= 1; in uvesafb_init_mtrr() 1528 } while (temp_size >= PAGE_SIZE && rc == -EINVAL); in uvesafb_init_mtrr()
|
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_gem.c | 748 uint32_t temp_size = exec_size + (sizeof(struct vc4_shader_state) * in vc4_get_bcl() local 757 temp_size < exec_size) { in vc4_get_bcl() 770 temp = kvmalloc_array(temp_size, 1, GFP_KERNEL); in vc4_get_bcl()
|
| /linux/kernel/trace/ |
| H A D | trace.c | 2656 if ((!iter->temp || iter->temp_size < iter->ent_size) && in trace_find_next_entry() 2664 iter->temp_size = iter->ent_size; in trace_find_next_entry() 3397 iter->temp_size = 128; in __tracing_open() 9345 iter->temp_size = STATIC_TEMP_BUF_SIZE; in trace_init_iter()
|