Searched refs:ent_size (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-bootmem.c | 308 uint64_t ent_size = cvmx_bootmem_phy_get_size(ent_addr); in cvmx_bootmem_phy_alloc() local 327 usable_max = min(address_max, ent_addr + ent_size); in cvmx_bootmem_phy_alloc() 338 if (!((ent_addr + ent_size) > usable_base in cvmx_bootmem_phy_alloc() 359 if (req_size < ent_size) { in cvmx_bootmem_phy_alloc() 368 ent_size - in cvmx_bootmem_phy_alloc()
|
| /linux/drivers/dma/idxd/ |
| H A D | irq.c | 326 int ent_size = evl_ent_size(idxd); in process_evl_entry() local 340 memcpy(&fault->entry, entry_head, ent_size); in process_evl_entry() 360 unsigned int ent_size = evl_ent_size(idxd); in process_evl_entries() local 376 entry_head = (struct __evl_entry *)(evl->log + (h * ent_size)); in process_evl_entries()
|
| H A D | cdev.c | 330 int ent_size = evl_ent_size(idxd); in idxd_cdev_evl_drain_pasid() local 343 entry_head = (struct __evl_entry *)(evl->log + (h * ent_size)); in idxd_cdev_evl_drain_pasid()
|
| /linux/kernel/trace/ |
| H A D | trace_functions_graph.c | 680 int size = min_t(int, sizeof(data->rent), iter->ent_size); in get_return_for_leaf() 962 args_size = iter->ent_size - offsetof(struct ftrace_graph_ent_entry, args); in print_graph_entry_leaf() 1055 args_size = iter->ent_size - offsetof(struct ftrace_graph_ent_entry, args); in print_graph_entry_nested() 1250 if (iter->ent_size > sizeof(save_buf)) in print_graph_entry() 1251 iter->ent_size = sizeof(save_buf); in print_graph_entry() 1254 memcpy(entry, field, iter->ent_size); in print_graph_entry()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | fw_inc.c | 148 u32 max_num_ent, i, ent_size; in fw_handle_brd_file() local 155 ent_size = size - offsetof(struct wil_fw_record_brd_file, brd_info); in fw_handle_brd_file() 156 max_num_ent = ent_size / sizeof(struct brd_info); in fw_handle_brd_file()
|