Searched refs:ledger_entry_info_v2 (Results 1 – 4 of 4) sorted by relevance
17 struct ledger_entry_info_v2 *lei_v2 = NULL;31 malloc_size = (size_t)ledger_count * sizeof(struct ledger_entry_info_v2);32 lei_v2 = (struct ledger_entry_info_v2 *)malloc(malloc_size);
134 struct ledger_entry_info_v2 { struct
100 static_assert(sizeof(struct ledger_entry_info_v2) == (11 * sizeof(int64_t)));2534 struct ledger_entry_info_v2 *lei_v2 = (struct ledger_entry_info_v2 *)lei_generic; in ledger_fill_entry_info()2572 entry_size = (v2) ? sizeof(struct ledger_entry_info_v2) : sizeof(struct ledger_entry_info); in ledger_get_task_entry_info_multiple()
2337 int entry_size = (v2) ? sizeof(struct ledger_entry_info_v2) : sizeof(struct ledger_entry_info); in ledger()