Home
last modified time | relevance | path

Searched refs:freed_blocks (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dext4.h1281 TP_PROTO(struct inode *inode, int freed_blocks),
1283 TP_ARGS(inode, freed_blocks),
1289 __field( int, freed_blocks )
1298 __entry->freed_blocks = freed_blocks;
1308 __entry->freed_blocks, __entry->reserved_data_blocks)
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c384 int avail, freed_blocks; in wlcore_fw_status() local
434 freed_blocks = status->total_released_blks - in wlcore_fw_status()
437 freed_blocks = 0x100000000LL - wl->tx_blocks_freed + in wlcore_fw_status()
442 wl->tx_allocated_blocks -= freed_blocks; in wlcore_fw_status()
449 if (freed_blocks) { in wlcore_fw_status()