Home
last modified time | relevance | path

Searched refs:ENTRY_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/f2fs/
H A Dxattr.h62 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \ macro
66 ENTRY_SIZE(entry)))
/linux/drivers/net/ethernet/sfc/
H A Def100.c194 entry_size = ef100_pci_get_bar_bits(efx, current_entry, ENTRY_SIZE); in ef100_pci_walk_xilinx_table()
/linux/kernel/trace/
H A Dftrace.c1149 #define ENTRY_SIZE sizeof(struct dyn_ftrace) macro
1150 #define ENTRIES_PER_PAGE_GROUP(order) ((PAGE_SIZE << (order)) / ENTRY_SIZE)
3859 pages = DIV_ROUND_UP(count * ENTRY_SIZE, PAGE_SIZE); in ftrace_allocate_records()