| /linux/drivers/firmware/efi/ |
| H A D | efi-pstore.c | 13 static unsigned int record_size = 1024; variable 14 module_param(record_size, uint, 0444); 15 MODULE_PARM_DESC(record_size, "size of each pstore UEFI var (in bytes, min/default=1024)"); 62 psi->data = kzalloc(record_size, GFP_KERNEL); in efi_pstore_open() 86 unsigned long wlen, size = record_size; in efi_pstore_read_func() 272 if (record_size < 1024) in efivars_pstore_init() 273 record_size = 1024; in efivars_pstore_init() 275 efi_pstore_info.buf = kmalloc(record_size, GFP_KERNEL); in efivars_pstore_init() 279 efi_pstore_info.bufsize = record_size; in efivars_pstore_init()
|
| H A D | cper.c | 755 unsigned int data_len, record_size; in cper_estatus_check() local 768 record_size = acpi_hest_get_record_size(gdata); in cper_estatus_check() 769 if (record_size > data_len) in cper_estatus_check() 772 data_len -= record_size; in cper_estatus_check()
|
| /linux/tools/firmware/ |
| H A D | ihex2fw.c | 135 size_t record_size; in process_ihex() local 162 record_size = ALIGN(sizeof(*record) + len, 4); in process_ihex() 163 record = malloc(record_size); in process_ihex() 168 memset(record, 0, record_size); in process_ihex()
|
| /linux/lib/ |
| H A D | stackdepot.c | 438 size_t record_size; in depot_alloc_stack() local 455 record_size = depot_stack_record_size(stack, CONFIG_STACKDEPOT_MAX_FRAMES); in depot_alloc_stack() 458 record_size = depot_stack_record_size(stack, nr_entries); in depot_alloc_stack() 462 stack = depot_pop_free_pool(prealloc, record_size); in depot_alloc_stack() 481 counters[DEPOT_COUNTER_PERSIST_BYTES] += record_size; in depot_alloc_stack() 488 kmsan_unpoison_memory(stack, record_size); in depot_alloc_stack()
|
| /linux/fs/ntfs3/ |
| H A D | record.c | 105 mi->mrec = kmalloc(sbi->record_size, GFP_NOFS); in mi_init() 120 u32 bpr = sbi->record_size; in mi_read() 443 memcpy(rec, sbi->new_rec, sbi->record_size); in mi_format_new() 461 err = ntfs_get_bh(sbi, &ni->file.run, vbo, sbi->record_size, in mi_format_new() 488 if (used + asize > sbi->record_size) in mi_insert_attr() 639 u32 dsize = sbi->record_size - used; in mi_pack_runs()
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/ |
| H A D | bios_parser2.c | 440 !header->record_size) in bios_parser_get_i2c_info() 445 header->record_size) { in bios_parser_get_i2c_info() 454 offset += header->record_size; in bios_parser_get_i2c_info() 554 !header->record_size) in get_hpd_record_for_path_v3() 559 header->record_size) in get_hpd_record_for_path_v3() 562 offset += header->record_size; in get_hpd_record_for_path_v3() 633 !header->record_size) in get_hpd_record() 638 header->record_size) in get_hpd_record() 641 offset += header->record_size; in get_hpd_record() 762 !header->record_size) in device_type_from_device_id() [all...] |
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_eu_stall.c | 191 size_t record_size = 0; in xe_eu_stall_data_record_size() 194 record_size = sizeof(struct xe_eu_stall_data_xe3p); in xe_eu_stall_data_record_size() 196 record_size = sizeof(struct xe_eu_stall_data_xe2); in xe_eu_stall_data_record_size() 198 record_size = sizeof(struct xe_eu_stall_data_pvc); in xe_eu_stall_data_record_size() 201 xe_assert(xe, is_power_of_2(record_size)); in xe_eu_stall_data_record_size() 203 return record_size; in xe_eu_stall_data_record_size() 190 size_t record_size = 0; xe_eu_stall_data_record_size() local
|
| /linux/include/linux/ |
| H A D | pstore_ram.h | 33 unsigned long record_size; member
|
| /linux/Documentation/admin-guide/ |
| H A D | ramoops.rst | 38 The memory area is divided into ``record_size`` chunks (also rounded down to 39 power of two) and each kmesg dump writes a ``record_size`` chunk of 102 .record_size = <...>,
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_pstore.c | 61 .record_size = 0x40000,
|
| /linux/fs/pstore/ |
| H A D | zone.c | 1197 loff_t *off, size_t total_size, ssize_t record_size, in psz_init_zones() argument 1206 if (!total_size || !record_size) in psz_init_zones() 1215 c = total_size / record_size; in psz_init_zones() 1228 zone = psz_init_zone(type, off, record_size); in psz_init_zones()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_tx.c | 722 cfg->q_state.record_size = HTT_TX_Q_STATE_ENTRY_SIZE; in ath10k_htt_send_frag_desc_bank_cfg_32() 784 cfg->q_state.record_size = HTT_TX_Q_STATE_ENTRY_SIZE; in ath10k_htt_send_frag_desc_bank_cfg_64()
|
| H A D | htt.h | 1484 * @record_size: Defines the size of each host q entry in bytes. In practice 1495 u8 record_size; member
|
| /linux/fs/ntfs/ |
| H A D | inode.c | 3395 int record_size; in ntfs_inode_free_space() 3425 record_size = le32_to_cpu(ctx->attr->length); in ntfs_inode_free_space() 3433 freed += record_size; in ntfs_inode_free_space() 3376 int record_size; ntfs_inode_free_space() local
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.h | 4096 __le16 record_size; member
|