Searched refs:STRTBL_ITEM_SIZE (Results 1 – 1 of 1) sorted by relevance
68 #define STRTBL_ITEM_SIZE(str_length) (STRTBL_BASIC_SIZE + (str_length) + 1) macro71 ((struct string_table_item *)kmalloc(STRTBL_ITEM_SIZE(str_length), GFP_KERNEL))