Searched refs:temp_buffer (Results 1 – 5 of 5) sorted by relevance
97 u32 temp_buffer; in ltq_pci_startup() local146 temp_buffer = ltq_pci_r32(PCI_CR_PC_ARB); in ltq_pci_startup()150 temp_buffer &= ~((*req_mask & 0xf) << 16); in ltq_pci_startup()152 temp_buffer &= ~0xf0000; in ltq_pci_startup()154 temp_buffer |= (1 << INTERNAL_ARB_ENABLE_BIT); in ltq_pci_startup()156 temp_buffer &= (~(3 << PCI_MASTER0_REQ_MASK_2BITS)); in ltq_pci_startup()159 temp_buffer &= (~(3 << PCI_MASTER1_REQ_MASK_2BITS)); in ltq_pci_startup()162 temp_buffer &= (~(3 << PCI_MASTER2_REQ_MASK_2BITS)); in ltq_pci_startup()163 ltq_pci_w32(temp_buffer, PCI_CR_PC_ARB); in ltq_pci_startup()
32 void *temp_buffer; in read_efi_var() local45 temp_buffer = kzalloc(EFI_DATA_SIZE, GFP_KERNEL); in read_efi_var()47 if (!uni_name || !temp_buffer) { in read_efi_var()68 temp_buffer); in read_efi_var()88 data = kmemdup(temp_buffer, temp_size, GFP_KERNEL); in read_efi_var()99 kfree(temp_buffer); in read_efi_var()
26 char temp_buffer[256]; member140 strcpy(external_info->temp_buffer, in acpi_os_get_next_filename()142 return (external_info->temp_buffer); in acpi_os_get_next_filename()
1082 static uint32_t qlcnic_temp_checksum(uint32_t *temp_buffer, u32 temp_size) in qlcnic_temp_checksum() argument1087 sum += *temp_buffer++; in qlcnic_temp_checksum()1213 void *temp_buffer; in qlcnic_fw_cmd_get_minidump_temp() local1265 temp_buffer = dma_alloc_coherent(&adapter->pdev->dev, in qlcnic_fw_cmd_get_minidump_temp()1269 if (!temp_buffer) in qlcnic_fw_cmd_get_minidump_temp()1272 fw_dump->dma_buffer = temp_buffer; in qlcnic_fw_cmd_get_minidump_temp()
2780 static struct trace_buffer *temp_buffer; variable2857 *current_rb = temp_buffer; in trace_event_buffer_lock_reserve()10179 temp_buffer = ring_buffer_alloc(PAGE_SIZE, RB_FL_OVERWRITE); in tracer_alloc_buffers()10180 if (!temp_buffer) in tracer_alloc_buffers()10247 ring_buffer_free(temp_buffer); in tracer_alloc_buffers()